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