interface TwigExtensionInterface in Twig Extender 8.2
Same name and namespace in other branches
- 8.4 src/Plugin/Twig/TwigExtensionInterface.php \Drupal\twig_extender\Plugin\Twig\TwigExtensionInterface
- 8 src/Plugin/Twig/TwigExtensionInterface.php \Drupal\twig_extender\Plugin\Twig\TwigExtensionInterface
- 8.3 src/Plugin/Twig/TwigExtensionInterface.php \Drupal\twig_extender\Plugin\Twig\TwigExtensionInterface
- 4.x src/Plugin/Twig/TwigExtensionInterface.php \Drupal\twig_extender\Plugin\Twig\TwigExtensionInterface
Plugin interface.
Hierarchy
- interface \Drupal\Component\Plugin\PluginInspectionInterface; interface \Drupal\Component\Plugin\DerivativeInspectionInterface
- interface \Drupal\twig_extender\Plugin\Twig\TwigExtensionInterface
Expanded class hierarchy of TwigExtensionInterface
All classes that implement TwigExtensionInterface
File
- src/
Plugin/ Twig/ TwigExtensionInterface.php, line 11
Namespace
Drupal\twig_extender\Plugin\TwigView source
interface TwigExtensionInterface extends PluginInspectionInterface, DerivativeInspectionInterface {
/**
* Get type of the twig extension.
*/
public function getType();
/**
* Get type of the twig extension.
*/
public function getName();
/**
* Get type of the twig extension.
*/
public function getFunction();
/**
* Get type of the twig extension.
*/
public function register();
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
DerivativeInspectionInterface:: |
public | function | Gets the base_plugin_id of the plugin instance. | 1 |
DerivativeInspectionInterface:: |
public | function | Gets the derivative_id of the plugin instance. | 1 |
PluginInspectionInterface:: |
public | function | Gets the definition of the plugin implementation. | 4 |
PluginInspectionInterface:: |
public | function | Gets the plugin_id of the plugin instance. | 2 |
TwigExtensionInterface:: |
public | function | Get type of the twig extension. | 1 |
TwigExtensionInterface:: |
public | function | Get type of the twig extension. | 1 |
TwigExtensionInterface:: |
public | function | Get type of the twig extension. | 1 |
TwigExtensionInterface:: |
public | function | Get type of the twig extension. | 1 |