function EntityType::getListBuilderClass

Gets the list class.

Return value

string The class for this entity type's list.

Overrides EntityTypeInterface::getListBuilderClass

File

core/lib/Drupal/Core/Entity/EntityType.php, line 549

Class

EntityType
Provides an implementation of an entity type and its metadata.

Namespace

Drupal\Core\Entity

Code

public function getListBuilderClass() {
  return $this->getHandlerClass('list_builder');
}

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