public function SelectionPluginManagerInterface::getSelectionGroups in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionPluginManagerInterface.php \Drupal\Core\Entity\EntityReferenceSelection\SelectionPluginManagerInterface::getSelectionGroups()
Gets the selection plugins that can reference a specific entity type.
Parameters
string $entity_type_id: A Drupal entity type ID.
Return value
array An array of selection plugins grouped by selection group.
1 method overrides SelectionPluginManagerInterface::getSelectionGroups()
- SelectionPluginManager::getSelectionGroups in core/
lib/ Drupal/ Core/ Entity/ EntityReferenceSelection/ SelectionPluginManager.php - Gets the selection plugins that can reference a specific entity type.
File
- core/
lib/ Drupal/ Core/ Entity/ EntityReferenceSelection/ SelectionPluginManagerInterface.php, line 41 - Contains \Drupal\Core\Entity\EntityReferenceSelection\SelectionPluginManagerInterface.
Class
- SelectionPluginManagerInterface
- Defines an interface for the entity reference selection plugin manager.
Namespace
Drupal\Core\Entity\EntityReferenceSelectionCode
public function getSelectionGroups($entity_type_id);