public function CustomPermsEntity::getRoute in Custom Permissions 8.2
Get the permission routes.
Overrides CustomPermsEntityInterface::getRoute
File
- src/
Entity/ CustomPermsEntity.php, line 76
Class
- CustomPermsEntity
- Defines the Custom perms entity entity.
Namespace
Drupal\config_perms\EntityCode
public function getRoute() {
return $this->route;
}