You are here

public function Abrconfig::setRightsDelete in Access by Reference 8.2

Set the rights delete of the abr config

Parameters

bool $rights_delete:

Return value

$this

Overrides AbrconfigInterface::setRightsDelete

File

src/Entity/Abrconfig.php, line 207

Class

Abrconfig
Defines the abrconfig entity.

Namespace

Drupal\access_by_ref\Entity

Code

public function setRightsDelete($rights_delete) {
  return $this
    ->set('rights_delete', $rights_delete);
}