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

Breadcrumb

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

interface ResolverInterface

Same name in this branch
  1. 11.1.x vendor/open-telemetry/sdk/Common/Http/Psr/Client/ResolverInterface.php \OpenTelemetry\SDK\Common\Http\Psr\Client\ResolverInterface
  2. 11.1.x vendor/open-telemetry/sdk/Common/Http/HttpPlug/Client/ResolverInterface.php \OpenTelemetry\SDK\Common\Http\HttpPlug\Client\ResolverInterface

Hierarchy

  • interface \OpenTelemetry\SDK\Common\Configuration\Resolver\ResolverInterface

Expanded class hierarchy of ResolverInterface

All classes that implement ResolverInterface

File

vendor/open-telemetry/sdk/Common/Configuration/Resolver/ResolverInterface.php, line 7

Namespace

OpenTelemetry\SDK\Common\Configuration\Resolver
View source
interface ResolverInterface {
    
    /**
     * @return mixed
     */
    public function retrieveValue(string $variableName);
    public function hasVariable(string $variableName) : bool;

}

Members

Title Sort descending Modifiers Object type Summary Overrides
ResolverInterface::hasVariable public function 2
ResolverInterface::retrieveValue public function 2
RSS feed
Powered by Drupal