class FilamentView extends Facade (View source)

Methods

static string
getFacadeAccessor()

No description

static void
registerRenderHook(string $name, Closure $hook, string|array|null $scopes = null)

No description

static void
spa(bool $condition = true)

No description

static void
spaUrlExceptions(array $exceptions)

No description

static bool
hasSpaMode(?string $url = null)

No description

static Htmlable
renderHook(string $name, string $array | null $scopes = null)

No description

Details

static protected string getFacadeAccessor()

No description

Return Value

string

static void registerRenderHook(string $name, Closure $hook, string|array|null $scopes = null)

No description

Parameters

string $name
Closure $hook
string|array|null $scopes

Return Value

void

static void spa(bool $condition = true)

No description

Parameters

bool $condition

Return Value

void

static void spaUrlExceptions(array $exceptions)

No description

Parameters

array $exceptions

Return Value

void

static bool hasSpaMode(?string $url = null)

No description

Parameters

?string $url

Return Value

bool

static Htmlable renderHook(string $name, string $array | null $scopes = null)

No description

Parameters

string $name
string $array | null $scopes

Return Value

Htmlable