You are here

public function Abrconfig::setReferenceType in Access by Reference 8.2

Set a config value

Parameters

string $reference_type:

Return value

$this

Overrides AbrconfigInterface::setReferenceType

File

src/Entity/Abrconfig.php, line 167

Class

Abrconfig
Defines the abrconfig entity.

Namespace

Drupal\access_by_ref\Entity

Code

public function setReferenceType($reference_type) {
  return $this
    ->set('reference_type', $reference_type);
}