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