You are here

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

Same name and namespace in other branches
  1. 8.2 src/EventMetaInterface.php \Drupal\rng\EventMetaInterface::getIdentityTypes()
  2. 8 src/EventMetaInterface.php \Drupal\rng\EventMetaInterface::getIdentityTypes()

Get identity types which can be referenced for this event.

The types returned are guaranteed to exist in the system. Invalid configuration such as no-longer existing bundles or entity types are filtered out.

Return value

array Array of bundles keyed by entity type.

1 method overrides EventMetaInterface::getIdentityTypes()
EventMeta::getIdentityTypes in src/EventMeta.php
Get identity types which can be referenced for this event.

File

src/EventMetaInterface.php, line 334

Class

EventMetaInterface
Interface for EventMeta.

Namespace

Drupal\rng

Code

public function getIdentityTypes();