You are here

public function ServiceDefinitionInterface::processRoute in Services 8.4

Same name and namespace in other branches
  1. 9.0.x src/ServiceDefinitionInterface.php \Drupal\services\ServiceDefinitionInterface::processRoute()

Checks access for the ServiceDefintion.

Parameters

\Symfony\Component\Routing\Route $route: The route match object.

1 method overrides ServiceDefinitionInterface::processRoute()
ServiceDefinitionBase::processRoute in src/ServiceDefinitionBase.php
Checks access for the ServiceDefintion.

File

src/ServiceDefinitionInterface.php, line 73

Class

ServiceDefinitionInterface
Interface \Drupal\services\ServiceDefinitionInterface.

Namespace

Drupal\services

Code

public function processRoute(Route $route);