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

Breadcrumb

  1. Drupal Core 11.1.x

ResolverInterface.php

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

Namespace

OpenTelemetry\SDK\Common\Configuration\Resolver

File

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

View source
<?php

declare (strict_types=1);
namespace OpenTelemetry\SDK\Common\Configuration\Resolver;

interface ResolverInterface {
    
    /**
     * @return mixed
     */
    public function retrieveValue(string $variableName);
    public function hasVariable(string $variableName) : bool;

}

Interfaces

Title Deprecated Summary
ResolverInterface
RSS feed
Powered by Drupal