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