Skip to content

Instantly share code, notes, and snippets.

@suresh-kumara-gist
Created September 28, 2017 11:40
Show Gist options
  • Save suresh-kumara-gist/b672fafb177ea6250ece9aea990e2c59 to your computer and use it in GitHub Desktop.
Save suresh-kumara-gist/b672fafb177ea6250ece9aea990e2c59 to your computer and use it in GitHub Desktop.
Drupal 8 database query debug
echo '<pre>' ;print_r( $query->conditions());
echo '<pre>' ; print_r($result->getQueryString()); exit;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment