CloneableInstantiable
Methods |
public clearInitialOption() Clear the initially selected option.
|
public getInitialOption() Get the initially selected option.
|
public getMinQueryLength() Get the number of characters before query is dispatched.
|
public setInitialOption( $initialOption) Set the initially selected option.
|
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', 'initial_option' => 'initial_option', 'min_query_length' => 'min_query_length', 'confirm' => 'confirm'] Internal attribute to property map.
|
protected $initial_option = NULL Initially selected option.
|
protected $min_query_length = NULL Fewest number of characters before query is dispatched.
|
protected $type = 'external_select' Block type.
|
Methods |
Properties |
protected static $availableAttributes = ['placeholder' => 'placeholder', 'action_id' => 'action_id', 'initial_option' => 'initial_option', 'min_query_length' => 'min_query_length', 'confirm' => 'confirm'] Internal attribute to property map.
|
Methods |