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

Breadcrumb

  1. Drupal Core 11.1.x

ContextProviderInterface.php

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

Namespace

Symfony\Component\VarDumper\Dumper\ContextProvider

File

vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php

View source
<?php


/*
 * This file is part of the Symfony package.
 *
 * (c) Fabien Potencier <fabien@symfony.com>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
namespace Symfony\Component\VarDumper\Dumper\ContextProvider;


/**
 * Interface to provide contextual data about dump data clones sent to a server.
 *
 * @author Maxime Steinhausser <maxime.steinhausser@gmail.com>
 */
interface ContextProviderInterface {
    public function getContext() : ?array;

}

Interfaces

Title Deprecated Summary
ContextProviderInterface Interface to provide contextual data about dump data clones sent to a server.
RSS feed
Powered by Drupal