interface Twig_FilterCallableInterface in Translation template extractor 7.3
Same name and namespace in other branches
- 6.3 vendor/Twig/FilterCallableInterface.php \Twig_FilterCallableInterface
Represents a callable template filter.
Use Twig_SimpleFilter instead.
@author Fabien Potencier <fabien@symfony.com>
Hierarchy
- interface \Twig_FilterCallableInterface
Expanded class hierarchy of Twig_FilterCallableInterface
All classes that implement Twig_FilterCallableInterface
Deprecated
since 1.12 (to be removed in 2.0)
File
- vendor/
Twig/ FilterCallableInterface.php, line 21
View source
interface Twig_FilterCallableInterface {
public function getCallable();
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
Twig_FilterCallableInterface:: |
public | function | 1 |