Skip to content

Instantly share code, notes, and snippets.

@bartfeenstra
Created April 28, 2014 14:17
Show Gist options
  • Save bartfeenstra/11373492 to your computer and use it in GitHub Desktop.
Save bartfeenstra/11373492 to your computer and use it in GitHub Desktop.
$operations['update_status'] = array(
'title' => $this->t('Update status'),
'attributes' => array(
'class' => array('use-ajax'),
'data-accepts' => 'application/vnd.drupal-modal',
),
) + $entity->urlInfo('update-status-form')->toArray();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment