You are here

public function AbrconfigInterface::setRightsType in Access by Reference 8.2

Set the rights type of the abr config

Parameters

string $rights_type:

Return value

$this

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

File

src/AbrconfigInterface.php, line 98

Class

AbrconfigInterface
Provides an interface defining an Example entity.

Namespace

Drupal\access_by_ref

Code

public function setRightsType($rights_type);