You are here

public function Abrconfig::setRightsType in Access by Reference 8.2

Set the rights type of the abr config

Parameters

string $rights_type:

Return value

$this

Overrides AbrconfigInterface::setRightsType

File

src/Entity/Abrconfig.php, line 183

Class

Abrconfig
Defines the abrconfig entity.

Namespace

Drupal\access_by_ref\Entity

Code

public function setRightsType($rights_type) {
  return $this
    ->set('rights_type', $rights_type);
}