You are here

public function Abrconfig::setRightsRead in Access by Reference 8.2

Set the rights read of the abr config

Parameters

bool $rights_read:

Return value

$this

Overrides AbrconfigInterface::setRightsRead

File

src/Entity/Abrconfig.php, line 191

Class

Abrconfig
Defines the abrconfig entity.

Namespace

Drupal\access_by_ref\Entity

Code

public function setRightsRead($rights_read) {
  return $this
    ->set('rights_read', $rights_read);
}