Today I did talk to supervisor @ Apple who told me that write permission no longer exist in folder ../user/bin - sense OS 10.11 and that you not shall try to give yourself any write/read permission to that folder without hi risk to the system.
NOTE: Even the "Root"-user is prohibited rights to this folder.
Some i.e "composer" use ../usr/local/bin - folder instead - who seams to be the correct solution after OS X 10.10.
I would like to have a bodyfield already filled in when I create the node. Unfortunately this is a lot of text in html, so I can't solve this with the https://www.drupal.org/project/prepopulate module.
But I would like to build a small mini-module for this. I would like to drag the content from another node via nid and copy it into the body field of the node I am creating.
For this I would like to use the hook_entity_create Hook. Am I basically correct? My program looks like this at the moment: