public function EventTypeInterface::getIdentityTypeEntityFormModes in RNG - Events and Registrations 8
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()
- EventType::getIdentityTypeEntityFormModes in src/
Entity/ EventType.php - Get the form display modes for creating identities inline.
File
- src/
EventTypeInterface.php, line 134
Class
- EventTypeInterface
- Provides an interface defining a event config entity.
Namespace
Drupal\rngCode
public function getIdentityTypeEntityFormModes();