You are here

public function Abrconfig::setBundle in Access by Reference 8.2

Set the bundle of the abr config

Parameters

string $bundle:

Return value

$this

Overrides AbrconfigInterface::setBundle

File

src/Entity/Abrconfig.php, line 133

Class

Abrconfig
Defines the abrconfig entity.

Namespace

Drupal\access_by_ref\Entity

Code

public function setBundle($bundle) {
  return $this
    ->set('bundle', $bundle);
}