You are here

public function AbrconfigInterface::setRightsDelete in Access by Reference 8.2

Set the rights delete of the abr config

Parameters

bool $rights_delete:

Return value

$this

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

File

src/AbrconfigInterface.php, line 149

Class

AbrconfigInterface
Provides an interface defining an Example entity.

Namespace

Drupal\access_by_ref

Code

public function setRightsDelete($rights_delete);