ViewFinderInterface interface ViewFinderInterface (View source) Constants HINT_PATH_DELIMITER Hint path delimiter value.
void addExtension(string $extension) Add a valid view extension to the finder. Parameters string $extension Return Value void
void prependNamespace(string $namespace, string|array $hints) Prepend a namespace hint to the finder. Parameters string $namespace string|array $hints Return Value void
MessageBag __get(string $key) Dynamically access a view error bag. Parameters string $key Return Value MessageBag
$this put(string $key, MessageBag $bag) Add a new MessageBag instance to the bags. Parameters string $key MessageBag $bag Return Value $this
bool hasBag(string $key = 'default') Checks if a named MessageBag exists in the bags. Parameters string $key Return Value bool
array getBags() Get all the bags. Return Value array
mixed __call(string $method, array $parameters) Dynamically call methods on the default bag. Parameters string $method array $parameters Return Value mixed
MessageBag getBag(string $key) Get a MessageBag instance from the bags. Parameters string $key Return Value MessageBag
void __construct(Filesystem $files) Create a new config clear command instance. Parameters Filesystem $files Return Value void
Page 15 of 996