You are here

protected property SettingsForm::$entityTypeManager in Responsive and off-canvas menu 4.4.x

Same name and namespace in other branches
  1. 8.3 src/Form/SettingsForm.php \Drupal\responsive_menu\Form\SettingsForm::entityTypeManager
  2. 4.0.x src/Form/SettingsForm.php \Drupal\responsive_menu\Form\SettingsForm::entityTypeManager
  3. 4.1.x src/Form/SettingsForm.php \Drupal\responsive_menu\Form\SettingsForm::entityTypeManager
  4. 4.3.x src/Form/SettingsForm.php \Drupal\responsive_menu\Form\SettingsForm::entityTypeManager

The entity type manager.

@noinspection PhpUnnecessaryFullyQualifiedNameInspection

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

src/Form/SettingsForm.php, line 30

Class

SettingsForm
Form builder for the responsive_menu admin settings page.

Namespace

Drupal\responsive_menu\Form

Code

protected $entityTypeManager;