function EntityTypeInterface::setListBuilderClass
Same name in other branches
- 9 core/lib/Drupal/Core/Entity/EntityTypeInterface.php \Drupal\Core\Entity\EntityTypeInterface::setListBuilderClass()
- 8.9.x core/lib/Drupal/Core/Entity/EntityTypeInterface.php \Drupal\Core\Entity\EntityTypeInterface::setListBuilderClass()
- 11.x 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\EntityCode
public function setListBuilderClass($class);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.