summaryrefslogtreecommitdiffstatshomepage
path: root/core/modules/contextual/contextual.views.inc
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/contextual/contextual.views.inc')
-rw-r--r--core/modules/contextual/contextual.views.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/modules/contextual/contextual.views.inc b/core/modules/contextual/contextual.views.inc
index 528b3bbed09..bac5522f159 100644
--- a/core/modules/contextual/contextual.views.inc
+++ b/core/modules/contextual/contextual.views.inc
@@ -9,11 +9,11 @@
* Implements hook_views_data_alter().
*/
function contextual_views_data_alter(&$data) {
- $data['views']['contextual_links'] = array(
+ $data['views']['contextual_links'] = [
'title' => t('Contextual Links'),
'help' => t('Display fields in a contextual links menu.'),
- 'field' => array(
+ 'field' => [
'id' => 'contextual_links',
- ),
- );
+ ],
+ ];
}