You are here

protected property SwitchField::$entityTypeManager in Display Suite 8.4

Same name and namespace in other branches
  1. 8.3 modules/ds_extras/src/Plugin/DsField/SwitchField.php \Drupal\ds_extras\Plugin\DsField\SwitchField::entityTypeManager

The entity type manager.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

modules/ds_extras/src/Plugin/DsField/SwitchField.php, line 36

Class

SwitchField
Plugin that generates a link to switch view mode with via ajax.

Namespace

Drupal\ds_extras\Plugin\DsField

Code

protected $entityTypeManager;