function EntityTypeManagerInterface::getRouteProviders
Same name in other branches
- 9 core/lib/Drupal/Core/Entity/EntityTypeManagerInterface.php \Drupal\Core\Entity\EntityTypeManagerInterface::getRouteProviders()
- 8.9.x 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()
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[] An array of all the route providers for this entity type.
1 method overrides EntityTypeManagerInterface::getRouteProviders()
- EntityTypeManager::getRouteProviders in core/
lib/ Drupal/ Core/ Entity/ EntityTypeManager.php - Gets all route provider instances.
File
-
core/
lib/ Drupal/ Core/ Entity/ EntityTypeManagerInterface.php, line 84
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.