You are here

public function ServiceDefinitionInterface::processResponse in Services 8.4

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

Allow plugins to alter the response object before it is returned.

Parameters

\Symfony\Component\HttpFoundation\Response $response: The response object that is about to be returned.

1 method overrides ServiceDefinitionInterface::processResponse()
ServiceDefinitionBase::processResponse in src/ServiceDefinitionBase.php
Allow plugins to alter the response object before it is returned.

File

src/ServiceDefinitionInterface.php, line 99

Class

ServiceDefinitionInterface
Interface \Drupal\services\ServiceDefinitionInterface.

Namespace

Drupal\services

Code

public function processResponse(Response $response);