public function PushInterface::access in Open Social 8.9
Same name and namespace in other branches
- 8.7 modules/custom/activity_send/modules/activity_send_push_notification/src/PushInterface.php \Drupal\activity_send_push_notification\PushInterface::access()
- 8.8 modules/custom/activity_send/modules/activity_send_push_notification/src/PushInterface.php \Drupal\activity_send_push_notification\PushInterface::access()
- 10.3.x modules/custom/activity_send/modules/activity_send_push_notification/src/PushInterface.php \Drupal\activity_send_push_notification\PushInterface::access()
- 10.0.x modules/custom/activity_send/modules/activity_send_push_notification/src/PushInterface.php \Drupal\activity_send_push_notification\PushInterface::access()
- 10.1.x modules/custom/activity_send/modules/activity_send_push_notification/src/PushInterface.php \Drupal\activity_send_push_notification\PushInterface::access()
- 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_notificationCode
public function access();