You are here

public function Abrconfig::getRightsDelete in Access by Reference 8.2

Get the rights delete of the abr config

Return value

bool

Overrides AbrconfigInterface::getRightsDelete

File

src/Entity/Abrconfig.php, line 203

Class

Abrconfig
Defines the abrconfig entity.

Namespace

Drupal\access_by_ref\Entity

Code

public function getRightsDelete() {
  return $this
    ->get('rights_delete');
}