public function RegistrationAccessEvent::getEntityBundle in RNG - Events and Registrations 8.2
Same name and namespace in other branches
- 3.x src/Event/RegistrationAccessEvent.php \Drupal\rng\Event\RegistrationAccessEvent::getEntityBundle()
Get the entity bundle.
Return value
string|null The entity bundle or NULL.
File
- src/
Event/ RegistrationAccessEvent.php, line 66
Class
- RegistrationAccessEvent
- Registration event to influence access.
Namespace
Drupal\rng\EventCode
public function getEntityBundle() {
return $this->entityBundle;
}