contextual_views_data_alter(&$data)
Implements hook_views_data_alter().
function contextual_views_data_alter(&$data) { $data['views']['contextual_links'] = array( 'title' => t('Contextual Links'), 'help' => t('Display fields in a contextual links menu.'), 'field' => array( 'id' => 'contextual_links', ), ); }
© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!modules!contextual!contextual.views.inc/function/contextual_views_data_alter/8.1.x