An array of comments that can be prepended to a query.
Type: array
File
- core/lib/Drupal/Core/Database/Query/Query.php, line 59
Class
- Query
- Base class for query builders.
Namespace
Drupal\Core\Database\Query
Code
1 | protected $comments = array (); |
Please login to continue.