diff --git a/core/modules/action/src/ActionListBuilder.php b/core/modules/action/src/ActionListBuilder.php index f2d829c43a04384e4e5f3a639a89aa006415302f..8dbbb6ba950c854e152a876e97aeb6d6238e2302 100644 --- a/core/modules/action/src/ActionListBuilder.php +++ b/core/modules/action/src/ActionListBuilder.php @@ -13,7 +13,7 @@ * Defines a class to build a listing of action entities. * * @see \Drupal\system\Entity\Action - * @see action_entity_info() + * @see action_entity_type_build() */ class ActionListBuilder extends ConfigEntityListBuilder {