Documentation

ActivityCalendarProposal extends Form
in package
implements InputFilterProviderInterface

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

Methods

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
phpcsSuppress

SlevomatCodingStandard.TypeHints.ParameterTypeHint.MissingTraversableTypeHintSpecification

Return values
bool

        
On this page

Search results