function DefaultSelectionDeriver::__construct
Same name in other branches
- 8.9.x core/lib/Drupal/Core/Entity/Plugin/Derivative/DefaultSelectionDeriver.php \Drupal\Core\Entity\Plugin\Derivative\DefaultSelectionDeriver::__construct()
- 10 core/lib/Drupal/Core/Entity/Plugin/Derivative/DefaultSelectionDeriver.php \Drupal\Core\Entity\Plugin\Derivative\DefaultSelectionDeriver::__construct()
- 11.x core/lib/Drupal/Core/Entity/Plugin/Derivative/DefaultSelectionDeriver.php \Drupal\Core\Entity\Plugin\Derivative\DefaultSelectionDeriver::__construct()
Creates a DefaultSelectionDeriver object.
Parameters
\Drupal\Core\Entity\EntityTypeManagerInterface $entity_type_manager: The entity type manager.
File
-
core/
lib/ Drupal/ Core/ Entity/ Plugin/ Derivative/ DefaultSelectionDeriver.php, line 36
Class
- DefaultSelectionDeriver
- Provides derivative plugins for the DefaultSelection plugin.
Namespace
Drupal\Core\Entity\Plugin\DerivativeCode
public function __construct(EntityTypeManagerInterface $entity_type_manager) {
$this->entityTypeManager = $entity_type_manager;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.