Issue by msnassar: Typo in the description of class MenuLinkContentAccessControlHandler

merge-requests/852/head
xjm 2021-06-26 10:22:40 -05:00
parent c992b72442
commit 6999b96b7c
1 changed files with 1 additions and 1 deletions
core/modules/menu_link_content/src

View File

@ -12,7 +12,7 @@ use Drupal\Core\Session\AccountInterface;
use Symfony\Component\DependencyInjection\ContainerInterface;
/**
* Defines the access control handler for the user entity type.
* Defines the access control handler for the menu link content entity type.
*/
class MenuLinkContentAccessControlHandler extends EntityAccessControlHandler implements EntityHandlerInterface {