ActivityCalendarProposal
extends Form
in package
implements
InputFilterProviderInterface
Tags
Table of Contents
Interfaces
- InputFilterProviderInterface
Properties
- $calendarFormService : ActivityCalendarForm
- $createAlways : bool
- $maxOptions : int
- $translator : Translator
Methods
- __construct() : mixed
- getInputFilterSpecification() : array<string|int, mixed>
- Input filter specification.
- isGoodOptionCount() : bool
- Check if the amount of options is acceptable.
- isValid() : bool
- Validate the form.
Properties
$calendarFormService read-only
private
ActivityCalendarForm
$calendarFormService
$createAlways read-only
private
bool
$createAlways
$maxOptions
private
int
$maxOptions
$translator read-only
private
Translator
$translator
Methods
__construct()
public
__construct(Translator $translator, ActivityCalendarForm $calendarFormService, bool $createAlways) : mixed
Parameters
- $translator : Translator
- $calendarFormService : ActivityCalendarForm
- $createAlways : bool
getInputFilterSpecification()
Input filter specification.
public
getInputFilterSpecification() : array<string|int, mixed>
Return values
array<string|int, mixed>isGoodOptionCount()
Check if the amount of options is acceptable.
public
isGoodOptionCount(array<string|int, mixed> $value) : bool
Parameters
- $value : array<string|int, mixed>
Tags
Return values
boolisValid()
Validate the form.
public
isValid() : bool