class Context
Same name in this branch
- 11.1.x vendor/open-telemetry/context/Context.php \OpenTelemetry\Context\Context
- 11.1.x vendor/sebastian/recursion-context/src/Context.php \SebastianBergmann\RecursionContext\Context
- 11.1.x vendor/symfony/serializer/Attribute/Context.php \Symfony\Component\Serializer\Attribute\Context
- 11.1.x vendor/phpdocumentor/type-resolver/src/Types/Context.php \phpDocumentor\Reflection\Types\Context
- 11.1.x core/lib/Drupal/Core/Plugin/Context/Context.php \Drupal\Core\Plugin\Context\Context
- 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.
File
-
vendor/
open-telemetry/ api/ Instrumentation/ AutoInstrumentation/ Context.php, line 19
Namespace
OpenTelemetry\API\Instrumentation\AutoInstrumentationView 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 |