You are here

public function MandrillActivityLocalTasks::__construct in Mandrill 8

Constructor.

Parameters

\Drupal\Core\Entity\EntityTypeManagerInterface $entity_type_manager: The entity type manager.

File

modules/mandrill_activity/src/Plugin/Derivative/MandrillActivityLocalTasks.php, line 34
Contains \Drupal\mandrill_activity\Plugin\Derivative\MandrillActivityLocalTasks.

Class

MandrillActivityLocalTasks
Defines dynamic local tasks for Mandrill Activity.

Namespace

Drupal\mandrill_activity\Plugin\Derivative

Code

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