You are here

TwigPluginManagerInterface.php in Twig Extender 8.4

File

src/Plugin/Twig/TwigPluginManagerInterface.php
View source
<?php

namespace Drupal\twig_extender\Plugin\Twig;

use Drupal\Component\Plugin\PluginManagerInterface;

/**
 * Provides an interface for the discovery and register twig plugins plugins.
 */
interface TwigPluginManagerInterface extends PluginManagerInterface {

}

Interfaces

Namesort descending Description
TwigPluginManagerInterface Provides an interface for the discovery and register twig plugins plugins.