Context.php
Same filename in this branch
- 11.1.x vendor/open-telemetry/api/Instrumentation/AutoInstrumentation/Context.php
- 11.1.x vendor/open-telemetry/context/Context.php
- 11.1.x vendor/sebastian/recursion-context/src/Context.php
- 11.1.x vendor/symfony/serializer/Attribute/Context.php
- 11.1.x vendor/phpdocumentor/type-resolver/src/Types/Context.php
- 11.1.x core/lib/Drupal/Core/Plugin/Context/Context.php
- 11.1.x core/lib/Drupal/Component/Plugin/Context/Context.php
Namespace
Symfony\Component\Serializer\AnnotationFile
-
vendor/
symfony/ serializer/ Annotation/ Context.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\Serializer\Annotation;
// do not deprecate in 6.4/7.0, to make it easier for the ecosystem to support 6.4, 7.4 and 8.0 simultaneously
class_exists(\Symfony\Component\Serializer\Attribute\Context::class);
if (false) {
class Context extends \Symfony\Component\Serializer\Attribute\Context {
}
}