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

Breadcrumb

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

class Context

Same name in this branch
  1. 11.1.x vendor/open-telemetry/context/Context.php \OpenTelemetry\Context\Context
  2. 11.1.x vendor/sebastian/recursion-context/src/Context.php \SebastianBergmann\RecursionContext\Context
  3. 11.1.x vendor/symfony/serializer/Attribute/Context.php \Symfony\Component\Serializer\Attribute\Context
  4. 11.1.x vendor/phpdocumentor/type-resolver/src/Types/Context.php \phpDocumentor\Reflection\Types\Context
  5. 11.1.x core/lib/Drupal/Core/Plugin/Context/Context.php \Drupal\Core\Plugin\Context\Context
  6. 11.1.x core/lib/Drupal/Component/Plugin/Context/Context.php \Drupal\Component\Plugin\Context\Context

Context used for component creation.

Hierarchy

  • class \OpenTelemetry\API\Instrumentation\AutoInstrumentation\Context

Expanded class hierarchy of Context

1 file declares its use of Context
SdkAutoloader.php in vendor/open-telemetry/sdk/SdkAutoloader.php
18 string references to 'Context'
CompiledUrlMatcherDumper::compileRoute in vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherDumper.php
Compiles a single Route to PHP code used to match it against the path info.
ConditionManagerCreateInstanceContextConfigurationRule::processNode in vendor/mglaman/phpstan-drupal/src/Rules/Deprecations/ConditionManagerCreateInstanceContextConfigurationRule.php
LocaleConfigManager::processTranslatableData in core/modules/locale/src/LocaleConfigManager.php
Process the translatable data array with a given language.
LocaleConfigSubscriber::processTranslatableData in core/modules/locale/src/LocaleConfigSubscriber.php
Process the translatable data array with a given language.
LocaleConfigSubscriber::resetExistingTranslations in core/modules/locale/src/LocaleConfigSubscriber.php
Reset existing locale translations to their source values.

... See full list

File

vendor/open-telemetry/api/Instrumentation/AutoInstrumentation/Context.php, line 19

Namespace

OpenTelemetry\API\Instrumentation\AutoInstrumentation
View source
final class Context {
    public function __construct(TracerProviderInterface $tracerProvider = new NoopTracerProvider(), MeterProviderInterface $meterProvider = new NoopMeterProvider(), LoggerProviderInterface $loggerProvider = new NoopLoggerProvider(), TextMapPropagatorInterface $propagator = new NoopTextMapPropagator()) {
    }

}

Members

Title Sort descending Modifiers Object type Summary
Context::__construct public function
RSS feed
Powered by Drupal