You are here

public function ServiceDefinitionBase::processResponse in Services 8.4

Same name and namespace in other branches
  1. 9.0.x src/ServiceDefinitionBase.php \Drupal\services\ServiceDefinitionBase::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.

Overrides ServiceDefinitionInterface::processResponse

File

src/ServiceDefinitionBase.php, line 73

Class

ServiceDefinitionBase
Class \Drupal\services\ServiceDefinitionBase.

Namespace

Drupal\services

Code

public function processResponse(Response $response) {
}