/** * Implements hook_views_plugins_display_alter(). */ function {{ machine_name }}_views_plugins_display_alter(array &$plugins) { // Alter the title of an existing plugin. $plugins['rest_export']['title'] = t('Export'); }