function EntityTypeInterface::getViewBuilderClass
Same name in other branches
- 9 core/lib/Drupal/Core/Entity/EntityTypeInterface.php \Drupal\Core\Entity\EntityTypeInterface::getViewBuilderClass()
- 8.9.x core/lib/Drupal/Core/Entity/EntityTypeInterface.php \Drupal\Core\Entity\EntityTypeInterface::getViewBuilderClass()
- 10 core/lib/Drupal/Core/Entity/EntityTypeInterface.php \Drupal\Core\Entity\EntityTypeInterface::getViewBuilderClass()
Gets the view builder class.
Return value
string The class for this entity type's view builder.
1 method overrides EntityTypeInterface::getViewBuilderClass()
- EntityType::getViewBuilderClass in core/
lib/ Drupal/ Core/ Entity/ EntityType.php - Gets the view builder class.
File
-
core/
lib/ Drupal/ Core/ Entity/ EntityTypeInterface.php, line 317
Class
- EntityTypeInterface
- Provides an interface for an entity type and its metadata.
Namespace
Drupal\Core\EntityCode
public function getViewBuilderClass();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.