HasForms
interface HasForms (View source)
Methods
void
dispatchFormEvent(mixed ...$args)
No description
string|null
getActiveFormsLocale()
No description
TranslatableContentDriver|null
makeFilamentTranslatableContentDriver()
No description
Form|null
getForm(string $name)
No description
TemporaryUploadedFile|null
getFormComponentFileAttachment(string $statePath)
No description
string|null
getFormComponentFileAttachmentUrl(string $statePath)
No description
array
getFormSelectOptionLabels(string $statePath)
No description
string|null
getFormSelectOptionLabel(string $statePath)
No description
array
getFormSelectOptions(string $statePath)
No description
array
getFormSelectSearchResults(string $statePath, string $search)
No description
array|null
getFormUploadedFiles(string $statePath)
No description
mixed
getOldFormState(string $statePath)
No description
bool
isCachingForms()
No description
void
removeFormUploadedFile(string $statePath, string $fileKey)
No description
void
reorderFormUploadedFiles(string $statePath, array $fileKeys)
No description
array<string,mixed>
validate($rules = null, array<string,string> $messages = [], array<string,string> $attributes = [])
No description
Details
void
dispatchFormEvent(mixed ...$args)
No description
string|null
getActiveFormsLocale()
No description
TranslatableContentDriver|null
makeFilamentTranslatableContentDriver()
No description
Form|null
getForm(string $name)
No description
TemporaryUploadedFile|null
getFormComponentFileAttachment(string $statePath)
No description
string|null
getFormComponentFileAttachmentUrl(string $statePath)
No description
array
getFormSelectOptionLabels(string $statePath)
No description
string|null
getFormSelectOptionLabel(string $statePath)
No description
array
getFormSelectOptions(string $statePath)
No description
array
getFormSelectSearchResults(string $statePath, string $search)
No description
array|null
getFormUploadedFiles(string $statePath)
No description
mixed
getOldFormState(string $statePath)
No description
bool
isCachingForms()
No description
void
removeFormUploadedFile(string $statePath, string $fileKey)
No description
void
reorderFormUploadedFiles(string $statePath, array $fileKeys)
No description
array<string,mixed>
validate($rules = null, array<string,string> $messages = [], array<string,string> $attributes = [])
No description