You are here

public function CustomPermsEntity::getPath in Custom Permissions 8

Get the permission paths.

Overrides CustomPermsEntityInterface::getPath

File

src/Entity/CustomPermsEntity.php, line 76

Class

CustomPermsEntity
Defines the Custom perms entity entity.

Namespace

Drupal\config_perms\Entity

Code

public function getPath() {
  return $this->path;
}