Issue #3196699 by edysmp: Set the proper handler type names on EntityTypeInterface::getHandlerClasses documentation

merge-requests/128/head
catch 2021-03-22 16:56:16 +00:00
parent 1ae9564c35
commit 5d5bc967ba
1 changed files with 2 additions and 2 deletions

View File

@ -194,9 +194,9 @@ interface EntityTypeInterface extends PluginDefinitionInterface {
* handler's constructor, so that one class can be used for multiple
* entity forms when the forms are similar. The classes must implement
* \Drupal\Core\Entity\EntityFormInterface.
* - list: The name of the class that provides listings of the entities. The
* - list_builder: The name of the class that provides listings of the entities. The
* class must implement \Drupal\Core\Entity\EntityListBuilderInterface.
* - render: The name of the class that is used to render the entities. The
* - view_builder: The name of the class that is used to render the entities. The
* class must implement \Drupal\Core\Entity\EntityViewBuilderInterface.
* - access: The name of the class that is used for access checks. The class
* must implement \Drupal\Core\Entity\EntityAccessControlHandlerInterface.