You are here

public function MessageUiViewsContextualLinksInterface::access in Message UI 8

Checking if the user have access to do the action.

Return value

\Drupal\Core\Access\AccessResultInterface Access result interface object.

4 methods override MessageUiViewsContextualLinksInterface::access()
MessageUiContextualLinkDeleteMessage::access in src/Plugin/MessageUiViewsContextualLinks/MessageUiContextualLinkDeleteMessage.php
Checking if the user have access to do the action.
MessageUiContextualLinkEditMessage::access in src/Plugin/MessageUiViewsContextualLinks/MessageUiContextualLinkEditMessage.php
Checking if the user have access to do the action.
MessageUiContextualLinkNotifyMessage::access in modules/message_notify_ui/src/Plugin/MessageUiViewsContextualLinks/MessageUiContextualLinkNotifyMessage.php
Checking if the user have access to do the action.
MessageUiContextualLinkViewMessage::access in src/Plugin/MessageUiViewsContextualLinks/MessageUiContextualLinkViewMessage.php
Checking if the user have access to do the action.

File

src/MessageUiViewsContextualLinksInterface.php, line 46

Class

MessageUiViewsContextualLinksInterface
Defines an interface for Message UI views contextual links plugins.

Namespace

Drupal\message_ui

Code

public function access();