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

Breadcrumb

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

function ConfigurationResolver::isEmpty

1 call to ConfigurationResolver::isEmpty()
ConfigurationResolver::getVariable in vendor/open-telemetry/api/Instrumentation/ConfigurationResolver.php

File

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

Class

ConfigurationResolver

Namespace

OpenTelemetry\API\Instrumentation

Code

private static function isEmpty($value) : bool {
    return $value === false || $value === null || $value === '';
}
RSS feed
Powered by Drupal