public function MergeLocalTask::__construct in Bibliography & Citation 8
Same name and namespace in other branches
- 2.0.x modules/bibcite_entity/src/Plugin/Derivative/MergeLocalTask.php \Drupal\bibcite_entity\Plugin\Derivative\MergeLocalTask::__construct()
Constructs a new DynamicLocalTasks.
Parameters
\Drupal\Core\Entity\EntityTypeManagerInterface $entity_type_manager: The entity type manager.
File
- modules/
bibcite_entity/ src/ Plugin/ Derivative/ MergeLocalTask.php, line 28
Class
- MergeLocalTask
- Provides dynamic tabs based on available formats.
Namespace
Drupal\bibcite_entity\Plugin\DerivativeCode
public function __construct(EntityTypeManagerInterface $entity_type_manager) {
$this->entityTypeManager = $entity_type_manager;
}