Pull merge.
[yaffs-website] / vendor / chi-teck / drupal-code-generator / templates / d7 / hook / action_info_alter.twig
1 /**
2  * Implements hook_action_info_alter().
3  */
4 function {{ machine_name }}_action_info_alter(&$actions) {
5   $actions['node_unpublish_action']['label'] = t('Unpublish and remove from public view.');
6 }