Skip to content

Instantly share code, notes, and snippets.

@wimleers
Created April 9, 2013 14:39
Show Gist options
  • Save wimleers/5346203 to your computer and use it in GitHub Desktop.
Save wimleers/5346203 to your computer and use it in GitHub Desktop.
function edit_entity_view_alter(&$build, EntityInterface $entity, EntityDisplay $display) {
$build['#attributes']['data-edit-entity'] = $entity->entityType() . '/' . $entity->id();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment