You are here

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

Same name and namespace in other branches
  1. 3.x src/Entity/EventTypeInterface.php \Drupal\rng\Entity\EventTypeInterface::getIdentityTypeEntityFormMode()

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()
RngEventType::getIdentityTypeEntityFormMode in src/Entity/RngEventType.php
Get the form display mode used when the identity is created inline.

File

src/Entity/EventTypeInterface.php, line 250

Class

EventTypeInterface
Provides an interface defining a event config entity.

Namespace

Drupal\rng\Entity

Code

public function getIdentityTypeEntityFormMode($entity_type, $bundle);