Skip to content

Instantly share code, notes, and snippets.

@szeidler
Created December 20, 2018 11:59
Show Gist options
  • Save szeidler/b5ecf6a50dd2e5a96a8462bcde7975d1 to your computer and use it in GitHub Desktop.
Save szeidler/b5ecf6a50dd2e5a96a8462bcde7975d1 to your computer and use it in GitHub Desktop.
Get the human-readable content type of a node object.
<?php
Drupal::config('node.type.' . $node->bundle())->get();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment