class BlockEditor extends TwillFormComponent (View source)

Properties

Model|null $item from  TwillFormComponent
array $form_fields from  TwillFormComponent
string|null $formModuleName from  TwillFormComponent
string|null $routePrefix from  TwillFormComponent

Methods

__construct(string $name = 'default', string $label = null, bool $renderForBlocks = false, bool $renderForModal = false, array $blocks = [], array $excludeBlocks = [], array $groups = [], bool $withoutSeparator = false, string|null $group = null, string|null $trigger = null, bool $isSettings = false)

No description

string
formFieldName(bool $asAttributes = false, string|null $customName = null)

No description

View
render()

No description

Details

__construct(string $name = 'default', string $label = null, bool $renderForBlocks = false, bool $renderForModal = false, array $blocks = [], array $excludeBlocks = [], array $groups = [], bool $withoutSeparator = false, string|null $group = null, string|null $trigger = null, bool $isSettings = false)

No description

Parameters

string $name
string $label
bool $renderForBlocks
bool $renderForModal
array $blocks
array $excludeBlocks
array $groups
bool $withoutSeparator
string|null $group
string|null $trigger
bool $isSettings

string formFieldName(bool $asAttributes = false, string|null $customName = null)

No description

Parameters

bool $asAttributes
string|null $customName

Return Value

string

View render()

No description

Return Value

View