Skip to content

Instantly share code, notes, and snippets.

@juampynr
Created December 19, 2023 22:23
Show Gist options
  • Save juampynr/2a9bc7fde571d25daf819ddf59e40fc8 to your computer and use it in GitHub Desktop.
Save juampynr/2a9bc7fde571d25daf819ddf59e40fc8 to your computer and use it in GitHub Desktop.
Drupal 7 Drush print a field_collection value
drush php-eval "print_r(entity_load('field_collection_item', array(803409))[803409]->field_product_url)";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment