function 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 314

Class

EntityTypeInterface
Provides an interface for an entity type and its metadata.

Namespace

Drupal\Core\Entity

Code

public function getViewBuilderClass();

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.