You are here

public function AbrconfigInterface::setRightsRead in Access by Reference 8.2

Set the rights read of the abr config

Parameters

bool $rights_read:

Return value

$this

1 method overrides AbrconfigInterface::setRightsRead()
Abrconfig::setRightsRead in src/Entity/Abrconfig.php
Set the rights read of the abr config

File

src/AbrconfigInterface.php, line 115

Class

AbrconfigInterface
Provides an interface defining an Example entity.

Namespace

Drupal\access_by_ref

Code

public function setRightsRead($rights_read);