public function EventMetaInterface::getIdentityTypes in RNG - Events and Registrations 8.2
Same name and namespace in other branches
- 8 src/EventMetaInterface.php \Drupal\rng\EventMetaInterface::getIdentityTypes()
- 3.x 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\rngCode
public function getIdentityTypes();