Issue #2031649 by pcambra: Fix typo in QueryInterface API docs
parent
d5d172e3c8
commit
d5c0b6dc7d
|
@ -136,10 +136,9 @@ interface QueryInterface extends AlterableInterface {
|
|||
* Enables sortable tables for this query.
|
||||
*
|
||||
* @param $headers
|
||||
* An array of headers of the same struucture as described in
|
||||
* theme_table(). Use a 'specifier' in place of a 'field' to specify what
|
||||
* to sort on. This can be an entity or a field as described in
|
||||
* condition().
|
||||
* An array of headers of the same structure as described in theme_table().
|
||||
* Use a 'specifier' in place of a 'field' to specify what to sort on.
|
||||
* This can be an entity or a field as described in condition().
|
||||
* @return \Drupal\Core\Entity\Query\QueryInterface
|
||||
* The called object.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue