Issue #3088195 by acbramley: action_entity_info incorrectly referenced in ActionListBuilder

merge-requests/2419/head
Alex Pott 2019-10-24 14:39:51 +01:00
parent 4a1345b76f
commit fd49b9e790
No known key found for this signature in database
GPG Key ID: 31905460D4A69276
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ use Symfony\Component\DependencyInjection\ContainerInterface;
* Defines a class to build a listing of action entities. * Defines a class to build a listing of action entities.
* *
* @see \Drupal\system\Entity\Action * @see \Drupal\system\Entity\Action
* @see action_entity_info() * @see action_entity_type_build()
*/ */
class ActionListBuilder extends ConfigEntityListBuilder { class ActionListBuilder extends ConfigEntityListBuilder {