You are here

public function EventTypeInterface::getIdentityTypeEntityFormModes in RNG - Events and Registrations 3.x

Same name and namespace in other branches
  1. 8.2 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\Entity

Code

public function getIdentityTypeEntityFormModes();