function ThemeRegistry::getPreprocessInvokes

Gets preprocess invoke map.

@internal

Return value

array An array of preprocess invokes for preprocess functions in modules.

File

core/lib/Drupal/Core/Utility/ThemeRegistry.php, line 179

Class

ThemeRegistry
Builds the run-time theme registry.

Namespace

Drupal\Core\Utility

Code

public function getPreprocessInvokes() {
    return $this->get('preprocess invokes');
}

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