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

Breadcrumb

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

function Runtime::hasConstant

Parameters

class-string $class:

File

vendor/composer/composer/src/Composer/Platform/Runtime.php, line 20

Class

Runtime

Namespace

Composer\Platform

Code

public function hasConstant(string $constant, ?string $class = null) : bool {
    return defined(ltrim($class . '::' . $constant, ':'));
}
RSS feed
Powered by Drupal