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

Breadcrumb

  1. Drupal Core 11.1.x

Config.php

Same filename in this branch
  1. 11.1.x vendor/composer/composer/src/Composer/Config.php
  2. 11.1.x vendor/squizlabs/php_codesniffer/src/Config.php
  3. 11.1.x composer/Plugin/VendorHardening/Config.php
  4. 11.1.x core/lib/Drupal/Core/Config/Config.php
  5. 11.1.x core/modules/migrate_drupal/src/Plugin/migrate/source/d8/Config.php
  6. 11.1.x core/modules/migrate/src/Plugin/migrate/destination/Config.php

Namespace

OpenTelemetry\SDK\Common\InstrumentationScope

File

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

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal