comparison core/modules/node/src/NodeViewsData.php @ 14:1fec387a4317

Update Drupal core to 8.5.2 via Composer
author Chris Cannam
date Mon, 23 Apr 2018 09:46:53 +0100
parents 4c8ae668cc8c
children 129ea1e6d783
comparison
equal deleted inserted replaced
13:5fb285c0d0e3 14:1fec387a4317
55 55
56 $data['node_field_data']['sticky']['help'] = $this->t('A boolean indicating whether the node should sort to the top of content lists.'); 56 $data['node_field_data']['sticky']['help'] = $this->t('A boolean indicating whether the node should sort to the top of content lists.');
57 $data['node_field_data']['sticky']['filter']['label'] = $this->t('Sticky status'); 57 $data['node_field_data']['sticky']['filter']['label'] = $this->t('Sticky status');
58 $data['node_field_data']['sticky']['filter']['type'] = 'yes-no'; 58 $data['node_field_data']['sticky']['filter']['type'] = 'yes-no';
59 $data['node_field_data']['sticky']['sort']['help'] = $this->t('Whether or not the content is sticky. To list sticky content first, set this to descending.'); 59 $data['node_field_data']['sticky']['sort']['help'] = $this->t('Whether or not the content is sticky. To list sticky content first, set this to descending.');
60
61 $data['node']['path'] = [
62 'field' => [
63 'title' => $this->t('Path'),
64 'help' => $this->t('The aliased path to this content.'),
65 'id' => 'node_path',
66 ],
67 ];
68 60
69 $data['node']['node_bulk_form'] = [ 61 $data['node']['node_bulk_form'] = [
70 'title' => $this->t('Node operations bulk form'), 62 'title' => $this->t('Node operations bulk form'),
71 'help' => $this->t('Add a form element that lets you run operations on multiple nodes.'), 63 'help' => $this->t('Add a form element that lets you run operations on multiple nodes.'),
72 'field' => [ 64 'field' => [