Copied!

FormUiActionMapperInterface

FormUiActionMapperInterface.php : 14
Interface

Methods

publicmap()

FormUiActionMapperInterface.php : 19
public map(FormInterface<string|int, mixed> $form) : UiActionEvent

Parameters

Name Type Default value Description
$form FormInterface<string|int, mixed> - -

Return values

UiActionEvent

publicsupports()

FormUiActionMapperInterface.php : 24
public supports(FormInterface<string|int, mixed> $form) : bool

Parameters

Name Type Default value Description
$form FormInterface<string|int, mixed> - -

Return values

bool