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

Breadcrumb

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

interface Configurable

Hierarchy

  • interface \OpenTelemetry\SDK\Common\InstrumentationScope\Configurable

Expanded class hierarchy of Configurable

All classes that implement Configurable

4 files declare their use of Configurable
LoggerProviderInterface.php in vendor/open-telemetry/sdk/Logs/LoggerProviderInterface.php
Meter.php in vendor/open-telemetry/sdk/Metrics/Meter.php
MeterProviderInterface.php in vendor/open-telemetry/sdk/Metrics/MeterProviderInterface.php
TracerProviderInterface.php in vendor/open-telemetry/sdk/Trace/TracerProviderInterface.php
5 string references to 'Configurable'
ConfigurableLanguageManager::saveLanguageTypesConfiguration in core/modules/language/src/ConfigurableLanguageManager.php
Stores language types configuration.
LanguageHooks::modulesInstalled in core/modules/language/src/Hook/LanguageHooks.php
Implements hook_modules_installed().
NegotiationConfigureForm::buildForm in core/modules/language/src/Form/NegotiationConfigureForm.php
Form constructor.
NegotiationConfigureForm::configureFormTable in core/modules/language/src/Form/NegotiationConfigureForm.php
Builds a language negotiation method configuration table.
NegotiationConfigureForm::submitForm in core/modules/language/src/Form/NegotiationConfigureForm.php
Form submission handler.

File

vendor/open-telemetry/sdk/Common/InstrumentationScope/Configurable.php, line 7

Namespace

OpenTelemetry\SDK\Common\InstrumentationScope
View source
interface Configurable {
    public function updateConfigurator(Configurator $configurator) : void;

}

Members

Title Sort descending Modifiers Object type Summary Overrides
Configurable::updateConfigurator public function 7

API Navigation

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