Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. DataCollectorInterface.php

function DataCollectorInterface::collect

Collects data for the given Request and Response.

Return value

void

14 methods override DataCollectorInterface::collect()
AjaxDataCollector::collect in vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php
Collects data for the given Request and Response.
CommandDataCollector::collect in vendor/symfony/console/DataCollector/CommandDataCollector.php
Collects data for the given Request and Response.
ConfigDataCollector::collect in vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php
Collects data for the given Request and Response.
DumpDataCollector::collect in vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php
Collects data for the given Request and Response.
EventDataCollector::collect in vendor/symfony/http-kernel/DataCollector/EventDataCollector.php
Collects data for the given Request and Response.

... See full list

File

vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php, line 30

Class

DataCollectorInterface
DataCollectorInterface.

Namespace

Symfony\Component\HttpKernel\DataCollector

Code

public function collect(Request $request, Response $response, ?\Throwable $exception = null);

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal