public function EckEntityEventVariables::getEntityBundle in Hook Event Dispatcher 8.2
Same name and namespace in other branches
- 3.x modules/preprocess_event_dispatcher/src/Variables/EckEntityEventVariables.php \Drupal\preprocess_event_dispatcher\Variables\EckEntityEventVariables::getEntityBundle()
Get the Entity bundle.
Return value
string Entity bundle.
Overrides AbstractEntityEventVariables::getEntityBundle
File
- modules/
preprocess_event_dispatcher/ src/ Variables/ EckEntityEventVariables.php, line 33
Class
- EckEntityEventVariables
- Class EckEntityEventVariables.
Namespace
Drupal\preprocess_event_dispatcher\VariablesCode
public function getEntityBundle() : string {
return $this->variables['bundle'];
}