PHP 8.3.31
Preview: ViewFinderInterface.php Size: 1.42 KB
/home/getspomw/royalsquad.us/vendor/laravel/framework/src/Illuminate/View/ViewFinderInterface.php

<?php

namespace Illuminate\View;

interface ViewFinderInterface
{
    /**
     * Hint path delimiter value.
     *
     * @var string
     */
    const HINT_PATH_DELIMITER = '::';

    /**
     * Get the fully qualified location of the view.
     *
     * @param  string  $view
     * @return string
     */
    public function find($view);

    /**
     * Add a location to the finder.
     *
     * @param  string  $location
     * @return void
     */
    public function addLocation($location);

    /**
     * Add a namespace hint to the finder.
     *
     * @param  string  $namespace
     * @param  string|array  $hints
     * @return void
     */
    public function addNamespace($namespace, $hints);

    /**
     * Prepend a namespace hint to the finder.
     *
     * @param  string  $namespace
     * @param  string|array  $hints
     * @return void
     */
    public function prependNamespace($namespace, $hints);

    /**
     * Replace the namespace hints for the given namespace.
     *
     * @param  string  $namespace
     * @param  string|array  $hints
     * @return void
     */
    public function replaceNamespace($namespace, $hints);

    /**
     * Add a valid view extension to the finder.
     *
     * @param  string  $extension
     * @return void
     */
    public function addExtension($extension);

    /**
     * Flush the cache of located views.
     *
     * @return void
     */
    public function flush();
}

Directory Contents

Dirs: 4 × Files: 16

Name Size Perms Modified Actions
Compilers DIR
- drwxrwxrwx 2025-09-17 06:52:56
Edit Download
Concerns DIR
- drwxrwxrwx 2025-09-17 06:52:56
Edit Download
Engines DIR
- drwxrwxrwx 2025-09-17 06:52:56
Edit Download
- drwxrwxrwx 2025-09-17 06:52:56
Edit Download
1.14 KB lrw-rw-rw- 2025-09-17 06:52:56
Edit Download
559 B lrw-rw-rw- 2025-09-17 06:52:56
Edit Download
12.56 KB lrw-rw-rw- 2025-09-17 06:52:56
Edit Download
12.37 KB lrw-rw-rw- 2025-09-17 06:52:56
Edit Download
2.21 KB lrw-rw-rw- 2025-09-17 06:52:56
Edit Download
1.02 KB lrw-rw-rw- 2025-09-17 06:52:56
Edit Download
4.74 KB lrw-rw-rw- 2025-09-17 06:52:56
Edit Download
15.34 KB lrw-rw-rw- 2025-09-17 06:52:56
Edit Download
7.16 KB lrw-rw-rw- 2025-09-17 06:52:56
Edit Download
2.00 KB lrw-rw-rw- 2025-09-17 06:52:56
Edit Download
1.05 KB lrw-rw-rw- 2025-09-17 06:52:56
Edit Download
11.32 KB lrw-rw-rw- 2025-09-17 06:52:56
Edit Download
903 B lrw-rw-rw- 2025-09-17 06:52:56
Edit Download
1.42 KB lrw-rw-rw- 2025-09-17 06:52:56
Edit Download
521 B lrw-rw-rw- 2025-09-17 06:52:56
Edit Download
5.27 KB lrw-rw-rw- 2025-09-17 06:52:56
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).