You are here

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\Entity

Code

public function getRightsUpdate() {
  return $this
    ->get('rights_update');
}