ExistsLoaderInterface

Extends

Adds an exists() method for loaders.

author

Florin Patan florinpatan@gmail.com

deprecated

since 1.12 (to be removed in 3.0)

package

Default

Methods

Check if we have the source code of a template, given its name.

exists(string $name): boolean

Arguments

$name

string

The name of the template to check if we can load

Response

boolean

If the template source code is handled by this loader or not