interface ContextProviderInterface
Same name in this branch
- 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\ContextProviderView source
interface ContextProviderInterface {
public function getContext() : ?array;
}