You are here

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

Whether an existing identity type can be referenced.

Parameters

string $entity_type: The identity entity type ID.

string $bundle: The identity bundle.

Return value

boolean Whether an existing identity type can be referenced.

1 method overrides EventTypeInterface::canIdentityTypeReference()
EventType::canIdentityTypeReference in src/Entity/EventType.php
Whether an existing identity type can be referenced.

File

src/EventTypeInterface.php, line 162

Class

EventTypeInterface
Provides an interface defining a event config entity.

Namespace

Drupal\rng

Code

public function canIdentityTypeReference($entity_type, $bundle);