You are here

public function Abrconfig::setField in Access by Reference 8.2

Set the field of the abr config

Parameters

string $field:

Return value

$this

Overrides AbrconfigInterface::setField

File

src/Entity/Abrconfig.php, line 141

Class

Abrconfig
Defines the abrconfig entity.

Namespace

Drupal\access_by_ref\Entity

Code

public function setField($field) {
  return $this
    ->set('field', $field);
}