public function EventTypeInterface::getIdentityTypeEntityFormModes in RNG - Events and Registrations 8.2
Same name and namespace in other branches
- 3.x src/Entity/EventTypeInterface.php \Drupal\rng\Entity\EventTypeInterface::getIdentityTypeEntityFormModes()
Get the form display modes for creating identities inline.
Return value
array An array keyed as follows: [entity_type][bundle] = form_mode.
1 method overrides EventTypeInterface::getIdentityTypeEntityFormModes()
- RngEventType::getIdentityTypeEntityFormModes in src/
Entity/ RngEventType.php - Get the form display modes for creating identities inline.
File
- src/
Entity/ EventTypeInterface.php, line 258
Class
- EventTypeInterface
- Provides an interface defining a event config entity.
Namespace
Drupal\rng\EntityCode
public function getIdentityTypeEntityFormModes();