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\EntityCode
public function getPath() {
return $this->path;
}