You are here

public function EventMetaInterface::canRegisterProxyIdentities in RNG - Events and Registrations 3.x

Same name and namespace in other branches
  1. 8.2 src/EventMetaInterface.php \Drupal\rng\EventMetaInterface::canRegisterProxyIdentities()
  2. 8 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

bool 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 311

Class

EventMetaInterface
Interface for EventMeta.

Namespace

Drupal\rng

Code

public function canRegisterProxyIdentities();