You are here

public function PushInterface::access in Open Social 8.9

Same name and namespace in other branches
  1. 8.7 modules/custom/activity_send/modules/activity_send_push_notification/src/PushInterface.php \Drupal\activity_send_push_notification\PushInterface::access()
  2. 8.8 modules/custom/activity_send/modules/activity_send_push_notification/src/PushInterface.php \Drupal\activity_send_push_notification\PushInterface::access()
  3. 10.3.x modules/custom/activity_send/modules/activity_send_push_notification/src/PushInterface.php \Drupal\activity_send_push_notification\PushInterface::access()
  4. 10.0.x modules/custom/activity_send/modules/activity_send_push_notification/src/PushInterface.php \Drupal\activity_send_push_notification\PushInterface::access()
  5. 10.1.x modules/custom/activity_send/modules/activity_send_push_notification/src/PushInterface.php \Drupal\activity_send_push_notification\PushInterface::access()
  6. 10.2.x modules/custom/activity_send/modules/activity_send_push_notification/src/PushInterface.php \Drupal\activity_send_push_notification\PushInterface::access()

Check access.

Return value

bool TRUE if it should be shown.

1 method overrides PushInterface::access()
PushBase::access in modules/custom/activity_send/modules/activity_send_push_notification/src/PushBase.php
Check access.

File

modules/custom/activity_send/modules/activity_send_push_notification/src/PushInterface.php, line 21

Class

PushInterface
Interface PushInterface.

Namespace

Drupal\activity_send_push_notification

Code

public function access();