Issue #2651610 by DeanRae, TR: Tableselect documentation lists wrong property name

8.1.x
Alex Pott 2016-01-25 18:11:23 +00:00
parent 96dc1923e3
commit 1a5059c94b
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ use Drupal\Core\StringTranslation\TranslatableMarkup;
* Provides a form element for a table with radios or checkboxes in left column.
*
* 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
* a user selects the radio button or checkbox, and each value is the row of
* table data.