Skip to content

Instantly share code, notes, and snippets.

@maccevedor
Last active September 13, 2018 16:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maccevedor/60e28b8297258297ea2c08281c4e4d75 to your computer and use it in GitHub Desktop.
Save maccevedor/60e28b8297258297ea2c08281c4e4d75 to your computer and use it in GitHub Desktop.
drupal Devel
$connection = \Drupal::database();
$query = $connection->query("select * from {key_value} where name='tabla'");
$result = $query->fetchAll();
ksm($result);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment