You are here

protected property DsLocalTask::$entityTypeManager in Display Suite 8.4

Same name and namespace in other branches
  1. 8.2 src/Plugin/Derivative/DsLocalTask.php \Drupal\ds\Plugin\Derivative\DsLocalTask::entityTypeManager
  2. 8.3 src/Plugin/Derivative/DsLocalTask.php \Drupal\ds\Plugin\Derivative\DsLocalTask::entityTypeManager

The entity manager.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

src/Plugin/Derivative/DsLocalTask.php, line 24

Class

DsLocalTask
Provides local task definitions for all entity bundles.

Namespace

Drupal\ds\Plugin\Derivative

Code

protected $entityTypeManager;