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

Breadcrumb

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

class YieldNotReadyExtension

@internal to be removed in Twig 4

Hierarchy

  • class \Twig\Extension\AbstractExtension implements \Twig\Extension\ExtensionInterface
    • class \Twig\Extension\YieldNotReadyExtension extends \Twig\Extension\AbstractExtension

Expanded class hierarchy of YieldNotReadyExtension

1 file declares its use of YieldNotReadyExtension
Environment.php in vendor/twig/twig/src/Environment.php

File

vendor/twig/twig/src/Extension/YieldNotReadyExtension.php, line 19

Namespace

Twig\Extension
View source
final class YieldNotReadyExtension extends AbstractExtension {
    public function __construct(bool $useYield) {
    }
    public function getNodeVisitors() : array {
        return [
            new YieldNotReadyNodeVisitor($this->useYield),
        ];
    }

}

Members

Title Sort descending Modifiers Object type Summary Overriden Title Overrides
AbstractExtension::getFilters public function Returns a list of filters to add to the existing list. Overrides ExtensionInterface::getFilters 4
AbstractExtension::getFunctions public function Returns a list of functions to add to the existing list. Overrides ExtensionInterface::getFunctions 9
AbstractExtension::getOperators public function Returns a list of operators to add to the existing list. Overrides ExtensionInterface::getOperators 1
AbstractExtension::getTests public function Returns a list of tests to add to the existing list. Overrides ExtensionInterface::getTests 2
AbstractExtension::getTokenParsers public function Returns the token parser instances to add to the existing list. Overrides ExtensionInterface::getTokenParsers 5
YieldNotReadyExtension::getNodeVisitors public function Returns the node visitor instances to add to the existing list. Overrides AbstractExtension::getNodeVisitors
YieldNotReadyExtension::__construct public function
RSS feed
Powered by Drupal