You are here

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

Set 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.

string $form_mode: The form mode ID.

Return value

$this Return this event type for chaining.

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

File

src/EventTypeInterface.php, line 149

Class

EventTypeInterface
Provides an interface defining a event config entity.

Namespace

Drupal\rng

Code

public function setIdentityTypeEntityFormMode($entity_type, $bundle, $form_mode);