Config.php
Same filename in this branch
- 11.1.x vendor/composer/composer/src/Composer/Config.php
- 11.1.x vendor/squizlabs/php_codesniffer/src/Config.php
- 11.1.x composer/Plugin/VendorHardening/Config.php
- 11.1.x core/lib/Drupal/Core/Config/Config.php
- 11.1.x core/modules/migrate_drupal/src/Plugin/migrate/source/d8/Config.php
- 11.1.x core/modules/migrate/src/Plugin/migrate/destination/Config.php
Namespace
OpenTelemetry\SDK\Common\InstrumentationScopeFile
-
vendor/
open-telemetry/ sdk/ Common/ InstrumentationScope/ Config.php
View source
<?php
declare (strict_types=1);
namespace OpenTelemetry\SDK\Common\InstrumentationScope;
/**
* @internal
*/
interface Config {
public function setDisabled(bool $disabled) : void;
public function isEnabled() : bool;
}
Interfaces
Title | Deprecated | Summary |
---|---|---|
Config | @internal |