abstract protected Query::execute()
Runs the query against the database.
Return value
\Drupal\Core\Database\StatementInterface|null A prepared statement, or NULL if the query is not valid.
File
- core/lib/Drupal/Core/Database/Query/Query.php, line 108
Class
- Query
- Base class for query builders.
Namespace
Drupal\Core\Database\Query
Code
abstract protected function execute();
Please login to continue.