public function Abrconfig::getBundle in Access by Reference 8.2
Get the bundle of the abr config
Return value
string
Overrides AbrconfigInterface::getBundle
File
- src/
Entity/ Abrconfig.php, line 129
Class
- Abrconfig
- Defines the abrconfig entity.
Namespace
Drupal\access_by_ref\EntityCode
public function getBundle() {
return $this
->get('bundle');
}