Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
Runtime.php
function Runtime::hasFunction
File
vendor/
composer/
composer/
src/
Composer/
Platform/
Runtime.php
, line 35
Class
Runtime
Namespace
Composer\Platform
Code
public
function
hasFunction
(string
$fn
) : bool {
return
function_exists
(
$fn
); }
RSS feed