You are here

public function PagedRouteProviderInterface::getRoutesCount in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony-cmf/routing/PagedRouteProviderInterface.php \Symfony\Cmf\Component\Routing\PagedRouteProviderInterface::getRoutesCount()

Determines the total amount of routes.

Return value

int

1 method overrides PagedRouteProviderInterface::getRoutesCount()
RouteProvider::getRoutesCount in core/lib/Drupal/Core/Routing/RouteProvider.php
Determines the total amount of routes.

File

vendor/symfony-cmf/routing/PagedRouteProviderInterface.php, line 41

Class

PagedRouteProviderInterface
Interface for a provider which allows to retrieve a limited amount of routes.

Namespace

Symfony\Cmf\Component\Routing

Code

public function getRoutesCount();