Issue #3219881 by msnassar: Typo in the description of class MenuLinkContentAccessControlHandler

(cherry picked from commit 6999b96b7c)
merge-requests/860/head
xjm 2021-06-26 10:22:40 -05:00
parent 476951fd8f
commit f0d9157637
1 changed files with 1 additions and 1 deletions

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 {