function EntityTypeInterface::hasRouteProviders
Same name in other branches
- 9 core/lib/Drupal/Core/Entity/EntityTypeInterface.php \Drupal\Core\Entity\EntityTypeInterface::hasRouteProviders()
- 8.9.x core/lib/Drupal/Core/Entity/EntityTypeInterface.php \Drupal\Core\Entity\EntityTypeInterface::hasRouteProviders()
- 10 core/lib/Drupal/Core/Entity/EntityTypeInterface.php \Drupal\Core\Entity\EntityTypeInterface::hasRouteProviders()
Indicates if this entity type has any route provider.
Return value
bool TRUE when this entity type has any route provider, FALSE otherwise.
1 method overrides EntityTypeInterface::hasRouteProviders()
- EntityType::hasRouteProviders in core/
lib/ Drupal/ Core/ Entity/ EntityType.php - Indicates if this entity type has any route provider.
File
-
core/
lib/ Drupal/ Core/ Entity/ EntityTypeInterface.php, line 273
Class
- EntityTypeInterface
- Provides an interface for an entity type and its metadata.
Namespace
Drupal\Core\EntityCode
public function hasRouteProviders();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.