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

Sets the list class.

Parameters

string $class: The list class to use for the operation.

Return value

$this

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

File

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

Class

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

Namespace

Drupal\Core\Entity

Code

public function setListBuilderClass($class);