ServerLanguage extends Select implements InputProviderInterface
Interfaces, Classes and Traits
- InputProviderInterface
Table of Contents
- $validLanguages : array<string|int, mixed>
- Valid languages for server.
- __construct() : mixed
- {@inheritdoc}
- getInputSpecification() : array<string|int, mixed>
- Provide default input rules for this element.
Properties
$validLanguages
Valid languages for server.
protected
array<string|int, mixed>
$validLanguages
= []
Methods
__construct()
{@inheritdoc}
public
__construct([mixed $name = null ][, mixed $options = [] ]) : mixed
Parameters
- $name : mixed = null
- $options : mixed = []
Return values
mixed —getInputSpecification()
Provide default input rules for this element.
public
getInputSpecification() : array<string|int, mixed>