Guest User

Untitled

a guest
Dec 15th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. function mymodule_entity_presave(DrupalCoreEntityEntityInterface $entity) {
  2. var_dump($entity->field_registro); // works
  3. var_dump($entity->field_final_note‎); // NULL
  4. }
Add Comment
Please, Sign In to add comment