Statement::fetchAssoc |
function |
drupal/core/lib/Drupal/Core/Database/Statement.php |
Fetches the next row and returns it as an associative array. |
StatementEmpty::fetchAssoc |
function |
drupal/core/lib/Drupal/Core/Database/StatementEmpty.php |
Fetches the next row and returns it as an associative array. |
StatementPrefetch::fetchAssoc |
function |
drupal/core/lib/Drupal/Core/Database/StatementPrefetch.php |
Fetches the next row and returns it as an associative array. |
StatementInterface::fetchAssoc |
function |
drupal/core/lib/Drupal/Core/Database/StatementInterface.php |
Fetches the next row and returns it as an associative array. |