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

Breadcrumb

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

interface ContextProviderInterface

Same name in this branch
  1. 11.1.x core/lib/Drupal/Core/Plugin/Context/ContextProviderInterface.php \Drupal\Core\Plugin\Context\ContextProviderInterface

Interface to provide contextual data about dump data clones sent to a server.

@author Maxime Steinhausser <maxime.steinhausser@gmail.com>

Hierarchy

  • interface \Symfony\Component\VarDumper\Dumper\ContextProvider\ContextProviderInterface

Expanded class hierarchy of ContextProviderInterface

All classes that implement ContextProviderInterface

3 files declare their use of ContextProviderInterface
Connection.php in vendor/symfony/var-dumper/Server/Connection.php
ContextualizedDumper.php in vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php
ServerDumper.php in vendor/symfony/var-dumper/Dumper/ServerDumper.php

File

vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php, line 19

Namespace

Symfony\Component\VarDumper\Dumper\ContextProvider
View source
interface ContextProviderInterface {
    public function getContext() : ?array;

}

Members

Title Sort descending Modifiers Object type Summary Overrides
ContextProviderInterface::getContext public function 3
RSS feed
Powered by Drupal