FileViewFinder::getHints()

array getHints() Get the namespace to file path hints. Return Value array

FileViewFinder::getFilesystem()

Filesystem getFilesystem() Get the filesystem instance. Return Value Filesystem

FileViewFinder::getExtensions()

array getExtensions() Get registered extensions. Return Value array

FileViewFinder::find()

string find(string $name) Get the fully qualified location of the view. Parameters string $name Return Value string

FileViewFinder::addNamespace()

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

FileViewFinder::addLocation()

void addLocation(string $location) Add a location to the finder. Parameters string $location Return Value void

FileViewFinder::addExtension()

void addExtension(string $extension) Register an extension with the view finder. Parameters string $extension Return Value void

FileViewFinder

FileViewFinder class FileViewFinder implements ViewFinderInterface (View source) Methods void __construct(Filesystem $files, array $paths, array $extensions = null) Create a new file view loader instance. string find(string $name) Get the fully qualified location of the view. void addLocation(string $location) Add a location to the finder. void prependLocation(string $location) Prepend a location to the finder. void addNamespace(string $namespace, string|array $hints)

FilesystemServiceProvider::__construct()

void __construct(Application $app) Create a new service provider instance. Parameters Application $app Return Value void

FilesystemServiceProvider::__call()

mixed __call(string $method, array $parameters) Dynamically handle missing method calls. Parameters string $method array $parameters Return Value mixed