Last active
December 2, 2019 15:45
-
-
Save sebby/7058007 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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