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

Breadcrumb

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

interface LateDataCollectorInterface

LateDataCollectorInterface.

@author Fabien Potencier <fabien@symfony.com>

Hierarchy

  • interface \Symfony\Component\HttpKernel\DataCollector\LateDataCollectorInterface

Expanded class hierarchy of LateDataCollectorInterface

All classes that implement LateDataCollectorInterface

3 files declare their use of LateDataCollectorInterface
Profiler.php in vendor/symfony/http-kernel/Profiler/Profiler.php
SerializerDataCollector.php in vendor/symfony/serializer/DataCollector/SerializerDataCollector.php
ValidatorDataCollector.php in vendor/symfony/validator/DataCollector/ValidatorDataCollector.php

File

vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php, line 19

Namespace

Symfony\Component\HttpKernel\DataCollector
View source
interface LateDataCollectorInterface {
    
    /**
     * Collects data as late as possible.
     *
     * @return void
     */
    public function lateCollect();

}

Members

Title Sort descending Modifiers Object type Summary Overrides
LateDataCollectorInterface::lateCollect public function Collects data as late as possible. 8

API Navigation

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