Skip to content

Instantly share code, notes, and snippets.

@sebby
Last active December 2, 2019 15:45
Show Gist options
  • Select an option

  • Save sebby/7058007 to your computer and use it in GitHub Desktop.

Select an option

Save sebby/7058007 to your computer and use it in GitHub Desktop.
<?php
// Utilisable dans le CMS Drupal
$wrapper = entity_metadata_wrapper('node', $node);
dsm($wrapper->book->author->mail->value());
dsm($wrapper->book->title->value());
dsm($wrapper->book->label(),'Titre de book');
dsm($wrapper->label(),'Titre du noeud');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment