ViewFinderInterface

ViewFinderInterface interface ViewFinderInterface (View source) Constants HINT_PATH_DELIMITER Hint path delimiter value.

ViewFinderInterface::addExtension()

void addExtension(string $extension) Add a valid view extension to the finder. Parameters string $extension Return Value void

ViewFinderInterface::prependNamespace()

void prependNamespace(string $namespace, string|array $hints) Prepend a namespace hint to the finder. Parameters string $namespace string|array $hints Return Value void

ViewErrorBag::__get()

MessageBag __get(string $key) Dynamically access a view error bag. Parameters string $key Return Value MessageBag

ViewErrorBag::put()

$this put(string $key, MessageBag $bag) Add a new MessageBag instance to the bags. Parameters string $key MessageBag $bag Return Value $this

ViewErrorBag::hasBag()

bool hasBag(string $key = 'default') Checks if a named MessageBag exists in the bags. Parameters string $key Return Value bool

ViewErrorBag::getBags()

array getBags() Get all the bags. Return Value array

ViewErrorBag::__call()

mixed __call(string $method, array $parameters) Dynamically call methods on the default bag. Parameters string $method array $parameters Return Value mixed

ViewErrorBag::getBag()

MessageBag getBag(string $key) Get a MessageBag instance from the bags. Parameters string $key Return Value MessageBag

ViewClearCommand::__construct()

void __construct(Filesystem $files) Create a new config clear command instance. Parameters Filesystem $files Return Value void