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

Breadcrumb

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

function ConfigurationResolver::has

Overrides ConfigurationResolverInterface::has

File

vendor/open-telemetry/api/Instrumentation/ConfigurationResolver.php, line 9

Class

ConfigurationResolver

Namespace

OpenTelemetry\API\Instrumentation

Code

public function has(string $name) : bool {
    return $this->getVariable($name) !== null;
}
RSS feed
Powered by Drupal