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