Skip to content
Snippets Groups Projects

Refs #3503663 Creation of dynamic property Drupal\tca\FormManglerService:: is deprecated

Open Refs #3503663 Creation of dynamic property Drupal\tca\FormManglerService:: is deprecated
Open Octavian Belu requested to merge issue/tca-3503663:3503663-dynamic-property-fix into 3.0.x
1 file
+ 7
1
Compare changes
  • Side-by-side
  • Inline
@@ -41,6 +41,13 @@ class FormManglerService {
*/
private $tcaPluginManager = NULL;
/**
* Drupal\tca\TcaSettingsManager definition.
*
* @var \Drupal\tca\TcaSettingsManager
*/
private $tcaSettingsManager = NULL;
/**
* Constructor.
*/
@@ -52,7 +59,6 @@ class FormManglerService {
TranslationInterface $translation) {
$this->entityTypeManager = $etm;
$this->allBundleInfo = $etbi->getAllBundleInfo();
$this->tcaPluginManager = $tca_plugin_manager;
$this->tcaSettingsManager = $tca_settings_manager;
$this->stringTranslation = $translation;
Loading