You are here

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

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

Get identity types which can be created 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::getCreatableIdentityTypes()
EventMeta::getCreatableIdentityTypes in src/EventMeta.php
Get identity types which can be created for this event.

File

src/EventMetaInterface.php, line 346

Class

EventMetaInterface
Interface for EventMeta.

Namespace

Drupal\rng

Code

public function getCreatableIdentityTypes();