public function EventTypeInterface::canIdentityTypeReference in RNG - Events and Registrations 3.x
Same name and namespace in other branches
- 8.2 src/Entity/EventTypeInterface.php \Drupal\rng\Entity\EventTypeInterface::canIdentityTypeReference()
Whether an existing identity type can be referenced.
Parameters
string $entity_type: The identity entity type ID.
string $bundle: The identity bundle.
Return value
bool Whether an existing identity type can be referenced.
1 method overrides EventTypeInterface::canIdentityTypeReference()
- RngEventType::canIdentityTypeReference in src/
Entity/ RngEventType.php - Whether an existing identity type can be referenced.
File
- src/
Entity/ EventTypeInterface.php, line 286
Class
- EventTypeInterface
- Provides an interface defining a event config entity.
Namespace
Drupal\rng\EntityCode
public function canIdentityTypeReference($entity_type, $bundle);