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

Breadcrumb

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

interface AttributeValidatorInterface

Hierarchy

  • interface \OpenTelemetry\SDK\Common\Attribute\AttributeValidatorInterface

Expanded class hierarchy of AttributeValidatorInterface

All classes that implement AttributeValidatorInterface

File

vendor/open-telemetry/sdk/Common/Attribute/AttributeValidatorInterface.php, line 7

Namespace

OpenTelemetry\SDK\Common\Attribute
View source
interface AttributeValidatorInterface {
    public function validate($value) : bool;
    public function getInvalidMessage() : string;

}

Members

Title Sort descending Modifiers Object type Summary Overrides
AttributeValidatorInterface::getInvalidMessage public function 2
AttributeValidatorInterface::validate public function 2

API Navigation

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