Home
last modified time | relevance | path

Searched refs:ExistsLoaderInterface (Results 1 – 10 of 10) sorted by path

/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dapi.rst323 As of Twig 1.11.0, you can also implement ``\Twig\Loader\ExistsLoaderInterface``
H A Ddeprecated.rst148 * ``\Twig\Loader\ExistsLoaderInterface`` (merged with ``\Twig\Loader\LoaderInterface``)
H A Drecipes.rst420 …eTwigLoader implements \Twig\Loader\LoaderInterface, \Twig\Loader\ExistsLoaderInterface, \Twig\Loa…
448 // \Twig\Loader\ExistsLoaderInterface as of Twig 1.11
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/
H A DExistsLoaderInterface.php3 use Twig\Loader\ExistsLoaderInterface; alias
8 class Twig_ExistsLoaderInterface extends ExistsLoaderInterface
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/Loader/
H A DString.php12 use Twig\Loader\ExistsLoaderInterface; alias
35 class Twig_Loader_String implements LoaderInterface, ExistsLoaderInterface, SourceContextLoaderInte…
/plugin/findologicxmlexport/vendor/twig/twig/src/Loader/
H A DArrayLoader.php31 class ArrayLoader implements LoaderInterface, ExistsLoaderInterface, SourceContextLoaderInterface
H A DChainLoader.php24 class ChainLoader implements LoaderInterface, ExistsLoaderInterface, SourceContextLoaderInterface
59 if ($loader instanceof ExistsLoaderInterface && !$loader->exists($name)) {
77 if ($loader instanceof ExistsLoaderInterface && !$loader->exists($name)) {
104 if ($loader instanceof ExistsLoaderInterface) {
131 if ($loader instanceof ExistsLoaderInterface && !$loader->exists($name)) {
149 if ($loader instanceof ExistsLoaderInterface && !$loader->exists($name)) {
H A DExistsLoaderInterface.php21 interface ExistsLoaderInterface interface
H A DFilesystemLoader.php22 class FilesystemLoader implements LoaderInterface, ExistsLoaderInterface, SourceContextLoaderInterf…
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/
H A DChainTest.php14 use Twig\Loader\ExistsLoaderInterface; alias
130 interface Twig_ChainTestLoaderWithExistsInterface extends LoaderInterface, ExistsLoaderInterface, S…