interface Config
@internal
Hierarchy
- interface \OpenTelemetry\SDK\Common\InstrumentationScope\Config
Expanded class hierarchy of Config
All classes that implement Config
5 files declare their use of Config
- LoggerConfig.php in vendor/
open-telemetry/ sdk/ Logs/ LoggerConfig.php - Meter.php in vendor/
open-telemetry/ sdk/ Metrics/ Meter.php - MeterConfig.php in vendor/
open-telemetry/ sdk/ Metrics/ MeterConfig.php - Tracer.php in vendor/
open-telemetry/ sdk/ Trace/ Tracer.php - TracerConfig.php in vendor/
open-telemetry/ sdk/ Trace/ TracerConfig.php
100 string references to 'Config'
- action_settings.yml in core/
modules/ system/ migrations/ action_settings.yml - core/modules/system/migrations/action_settings.yml
- Application::doRun in vendor/
composer/ composer/ src/ Composer/ Console/ Application.php - Runs the current application.
- Bitbucket::authorizeOAuth in vendor/
composer/ composer/ src/ Composer/ Util/ Bitbucket.php - Attempts to authorize a Bitbucket domain via OAuth
- BootstrapConfigStorageFactory::getDatabaseStorage in core/
lib/ Drupal/ Core/ Config/ BootstrapConfigStorageFactory.php - Returns a Database configuration storage implementation.
- ChangeUserRoleBase::calculateDependencies in core/
modules/ user/ src/ Plugin/ Action/ ChangeUserRoleBase.php - Calculates dependencies for the configured plugin.
File
-
vendor/
open-telemetry/ sdk/ Common/ InstrumentationScope/ Config.php, line 10
Namespace
OpenTelemetry\SDK\Common\InstrumentationScopeView source
interface Config {
public function setDisabled(bool $disabled) : void;
public function isEnabled() : bool;
}
Members
Title Sort descending | Modifiers | Object type | Summary |
---|---|---|---|
Config::isEnabled | public | function | |
Config::setDisabled | public | function |