Issue #2651610 by DeanRae, TR: Tableselect documentation lists wrong property name
parent
96dc1923e3
commit
1a5059c94b
|
@ -16,7 +16,7 @@ use Drupal\Core\StringTranslation\TranslatableMarkup;
|
||||||
* Provides a form element for a table with radios or checkboxes in left column.
|
* Provides a form element for a table with radios or checkboxes in left column.
|
||||||
*
|
*
|
||||||
* Properties:
|
* Properties:
|
||||||
* - #headers: Table headers used in the table.
|
* - #header: Table headers used in the table.
|
||||||
* - #options: An associative array where each key is the value returned when
|
* - #options: An associative array where each key is the value returned when
|
||||||
* a user selects the radio button or checkbox, and each value is the row of
|
* a user selects the radio button or checkbox, and each value is the row of
|
||||||
* table data.
|
* table data.
|
||||||
|
|
Loading…
Reference in New Issue