You are here

protected property SwitchField::$entityDisplayRepository in Display Suite 8.4

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

The EntityDisplayRepository service.

Type: \Drupal\Core\Entity\EntityDisplayRepositoryInterface

File

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

Class

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

Namespace

Drupal\ds_extras\Plugin\DsField

Code

protected $entityDisplayRepository;