function EntityTypeManagerInterface::getRouteProviders
Same name in other branches
- 9 core/lib/Drupal/Core/Entity/EntityTypeManagerInterface.php \Drupal\Core\Entity\EntityTypeManagerInterface::getRouteProviders()
- 10 core/lib/Drupal/Core/Entity/EntityTypeManagerInterface.php \Drupal\Core\Entity\EntityTypeManagerInterface::getRouteProviders()
- 11.x core/lib/Drupal/Core/Entity/EntityTypeManagerInterface.php \Drupal\Core\Entity\EntityTypeManagerInterface::getRouteProviders()
Gets all route provider instances.
Parameters
string $entity_type_id: The entity type ID for the route providers.
Return value
\Drupal\Core\Entity\Routing\EntityRouteProviderInterface[]
2 methods override EntityTypeManagerInterface::getRouteProviders()
- EntityManager::getRouteProviders in core/
lib/ Drupal/ Core/ Entity/ EntityManager.php - EntityTypeManager::getRouteProviders in core/
lib/ Drupal/ Core/ Entity/ EntityTypeManager.php - Gets all route provider instances.
File
-
core/
lib/ Drupal/ Core/ Entity/ EntityTypeManagerInterface.php, line 83
Class
- EntityTypeManagerInterface
- Provides an interface for entity type managers.
Namespace
Drupal\Core\EntityCode
public function getRouteProviders($entity_type_id);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.