Advertisement
asanchez75

drupal8/node

Aug 19th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. $c = \Drupal::service('entity_field.manager')->getFieldDefinitions('node', 'article');
  2.  
  3. dpm(array_keys($c));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement