load()
load(string $class) : object|null
Creates the runtime implementation of a Twig element (filter/function/test).
Parameters
string | $class | A runtime class |
Returns
object|null —The runtime instance or null if the loader does not know how to create the runtime for this class