You are here

public function DevelLocalTask::__construct in Token 8

File

src/Plugin/Derivative/DevelLocalTask.php, line 18

Class

DevelLocalTask

Namespace

Drupal\token\Plugin\Derivative

Code

public function __construct(EntityTypeManagerInterface $entity_type_manager, TranslationInterface $string_translation) {
  $this->entityTypeManager = $entity_type_manager;
  $this->stringTranslation = $string_translation;
}