You are here

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

Set whether existing identity type can be referenced.

Parameters

string $entity_type: The identity entity type ID.

string $bundle: The identity bundle.

boolean $enabled: Whether existing identity type can be referenced.

Return value

$this Return this event type for chaining.

1 method overrides EventTypeInterface::setIdentityTypeReference()
EventType::setIdentityTypeReference in src/Entity/EventType.php
Set whether existing identity type can be referenced.

File

src/EventTypeInterface.php, line 177

Class

EventTypeInterface
Provides an interface defining a event config entity.

Namespace

Drupal\rng

Code

public function setIdentityTypeReference($entity_type, $bundle, $enabled);