Same name and namespace in other branches
  1. 8.9.x core/lib/Drupal/Core/Entity/EntityTypeInterface.php \Drupal\Core\Entity\EntityTypeInterface::getListBuilderClass()
  2. 9 core/lib/Drupal/Core/Entity/EntityTypeInterface.php \Drupal\Core\Entity\EntityTypeInterface::getListBuilderClass()

Gets the list class.

Return value

string The class for this entity type's list.

1 method overrides EntityTypeInterface::getListBuilderClass()
EntityType::getListBuilderClass in core/lib/Drupal/Core/Entity/EntityType.php
Gets the list class.

File

core/lib/Drupal/Core/Entity/EntityTypeInterface.php, line 288

Class

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

Namespace

Drupal\Core\Entity

Code

public function getListBuilderClass();