public function EventMetaInterface::canRegisterProxyIdentities in RNG - Events and Registrations 8
Same name and namespace in other branches
- 8.2 src/EventMetaInterface.php \Drupal\rng\EventMetaInterface::canRegisterProxyIdentities()
- 3.x src/EventMetaInterface.php \Drupal\rng\EventMetaInterface::canRegisterProxyIdentities()
Determine if the current user has proxy register access.
Includes whether the current user can create an identity.
Return value
boolean Whether the current user can create an identity or reference at least one identity.
1 method overrides EventMetaInterface::canRegisterProxyIdentities()
- EventMeta::canRegisterProxyIdentities in src/
EventMeta.php - Determine if the current user has proxy register access.
File
- src/
EventMetaInterface.php, line 309
Class
- EventMetaInterface
- Interface for EventMeta.
Namespace
Drupal\rngCode
public function canRegisterProxyIdentities();