You are here

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\Entity

Code

public function getRoute() {
  return $this->route;
}