Skip to content

Instantly share code, notes, and snippets.

@shadcn
Created April 21, 2016 20:22
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save shadcn/cde26afc528a7bc7ae8d68ce658a8f2d to your computer and use it in GitHub Desktop.
Save shadcn/cde26afc528a7bc7ae8d68ce658a8f2d to your computer and use it in GitHub Desktop.
field_info_instance or how to get field info in Drupal 8
<?php
use Drupal\field\Entity\FieldConfig;
$info = FieldConfig::loadByName($entity_type, $bundle, $field_name);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment