You are here

public static function ExtensionInterface::isLoaded in XHProf 8

Returns TRUE if this extension is loaded into the PHP interpreter.

Return value

bool TRUE when extension loaded or FALSE otherwise.

4 methods override ExtensionInterface::isLoaded()
TidewaysExtension::isLoaded in src/Extension/TidewaysExtension.php
Returns TRUE if this extension is loaded into the PHP interpreter.
TidewaysXHProfExtension::isLoaded in src/Extension/TidewaysXHProfExtension.php
Returns TRUE if this extension is loaded into the PHP interpreter.
UprofilerExtension::isLoaded in src/Extension/UprofilerExtension.php
Returns TRUE if this extension is loaded into the PHP interpreter.
XHProfExtension::isLoaded in src/Extension/XHProfExtension.php
Returns TRUE if this extension is loaded into the PHP interpreter.

File

src/Extension/ExtensionInterface.php, line 16

Class

ExtensionInterface
Defines profiling extension.

Namespace

Drupal\xhprof\Extension

Code

public static function isLoaded();