function EntityType::setListBuilderClass
Sets the list class.
Parameters
string $class: The list class to use for the operation.
Return value
$this
Overrides EntityTypeInterface::setListBuilderClass
File
-
core/
lib/ Drupal/ Core/ Entity/ EntityType.php, line 560
Class
- EntityType
- Provides an implementation of an entity type and its metadata.
Namespace
Drupal\Core\EntityCode
public function setListBuilderClass($class) {
$this->handlers['list_builder'] = $class;
return $this;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.