diff --git a/core/lib/Drupal/Core/Entity/EntityTypeInterface.php b/core/lib/Drupal/Core/Entity/EntityTypeInterface.php index 4305c6b..33e1bfe 100644 --- a/core/lib/Drupal/Core/Entity/EntityTypeInterface.php +++ b/core/lib/Drupal/Core/Entity/EntityTypeInterface.php @@ -194,7 +194,7 @@ public function getControllerClass($controller_type); * entity forms when the forms are similar. The classes must implement * \Drupal\Core\Entity\EntityFormControllerInterface. * - list: The name of the class that provides listings of the entities. The - * class must implement \Drupal\Core\Entity\EntityListControllerInterface. + * class must implement \Drupal\Core\Entity\EntityListInterface. * - render: 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 diff --git a/core/modules/config_translation/lib/Drupal/config_translation/Controller/ConfigTranslationMapperList.php b/core/modules/config_translation/lib/Drupal/config_translation/Controller/ConfigTranslationMapperList.php index b2242fd..766517d 100644 --- a/core/modules/config_translation/lib/Drupal/config_translation/Controller/ConfigTranslationMapperList.php +++ b/core/modules/config_translation/lib/Drupal/config_translation/Controller/ConfigTranslationMapperList.php @@ -121,7 +121,7 @@ public function buildHeader() { * @return array * A renderable array of operation links. * - * @see \Drupal\Core\Entity\EntityListController::buildOperations() + * @see \Drupal\Core\Entity\EntityList::buildOperations() */ protected function buildOperations(ConfigMapperInterface $mapper) { // Retrieve and sort operations.