You are here

public function EventTypeInterface::getIdentityTypeEntityFormMode in RNG - Events and Registrations 8

Get the form display mode used when the identity is created inline.

Parameters

string $entity_type: The identity entity type ID.

string $bundle: The identity bundle.

Return value

string The form display mode used when the identity is created inline.

1 method overrides EventTypeInterface::getIdentityTypeEntityFormMode()
EventType::getIdentityTypeEntityFormMode in src/Entity/EventType.php
Get the form display mode used when the identity is created inline.

File

src/EventTypeInterface.php, line 126

Class

EventTypeInterface
Provides an interface defining a event config entity.

Namespace

Drupal\rng

Code

public function getIdentityTypeEntityFormMode($entity_type, $bundle);