CreateVariablePage
extends CreateRecord
Table of Contents
Properties
-
$resource
: string
Methods
-
getBreadcrumbs()
: array<string|int, mixed>
-
afterCreate()
: void
-
getRedirectUrl()
: string
-
mutateFormDataBeforeCreate()
: array<string|int, mixed>
$resource
protected
static string
$resource
= \Infacto\Infactloom\Filament\Resources\VariablePageResource::class
getBreadcrumbs()
public
getBreadcrumbs() : array<string|int, mixed>
Return values
array<string|int, mixed>
afterCreate()
protected
afterCreate() : void
getRedirectUrl()
protected
getRedirectUrl() : string
protected
mutateFormDataBeforeCreate(array<string|int, mixed> $data) : array<string|int, mixed>
Parameters
-
$data
: array<string|int, mixed>
-
Return values
array<string|int, mixed>