You are here

protected function crumbs_DIC_ServiceContainer::router in Crumbs, the Breadcrumbs suite 7.2

Wrapper for routing-related Drupal core functions.

Return value

crumbs_Router

See also

crumbs_DIC_ServiceContainer::$router

File

lib/DIC/ServiceContainer.php, line 132

Class

crumbs_DIC_ServiceContainer
Little brother of a dependency injection container (DIC)

Code

protected function router() {
  return new crumbs_Router();
}