function ProceduralCall::__construct

Parameters

array $includes: An associated array, key is a function name, value is the name of the include file the function lives in, if any.

File

core/lib/Drupal/Core/Extension/ProceduralCall.php, line 19

Class

ProceduralCall
Calls procedural hook implementations for backwards compatibility.

Namespace

Drupal\Core\Extension

Code

public function __construct(array $includes) {
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.