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

Breadcrumb

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

function ExtensionSet::getTests

Return value

TwigTest[]

File

vendor/twig/twig/src/ExtensionSet.php, line 357

Class

ExtensionSet
@author Fabien Potencier <fabien@symfony.com>

Namespace

Twig

Code

public function getTests() : array {
    if (!$this->initialized) {
        $this->initExtensions();
    }
    return $this->tests;
}
RSS feed
Powered by Drupal