CloneableInstantiable
Methods |
public addInitialOption( $initialOption) Add an initially selected option.
|
public clearInitialOptions() Clear the initially selected options.
|
public getInitialOptions() Get the initially selected options.
|
public getMinQueryLength() Get the number of characters before query is dispatched.
|
public setInitialOptions(array $initialOptions) Set the initially selected options.
|
public setMinQueryLength( $minQueryLength) Set the number of characters before query is dispatched.
|
public toArray() Convert the block to its array representation.
|
Properties |
protected static $availableAttributes = ['placeholder' => 'placeholder', 'action_id' => 'action_id', 'min_query_length' => 'min_query_length', 'initial_options' => 'initial_options', 'confirm' => 'confirm', 'max_selected_items' => 'max_selected_items'] Internal attribute to property map.
|
protected $initial_options = [] Initially selected options.
|
protected $min_query_length = NULL Fewest number of characters before query is dispatched.
|
protected $type = 'multi_external_select' Block type.
|
Methods |
Properties |
protected static $availableAttributes = ['placeholder' => 'placeholder', 'action_id' => 'action_id', 'min_query_length' => 'min_query_length', 'initial_options' => 'initial_options', 'confirm' => 'confirm', 'max_selected_items' => 'max_selected_items'] Internal attribute to property map.
|
Methods |