X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fnode%2Fsrc%2FNodeViewsData.php;fp=web%2Fcore%2Fmodules%2Fnode%2Fsrc%2FNodeViewsData.php;h=a122203d6f8ff38b5ef3ecce9491b7bc451a0a2a;hp=b5aebf48fa22ee478b6c9c4753a51803bff7429f;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0 diff --git a/web/core/modules/node/src/NodeViewsData.php b/web/core/modules/node/src/NodeViewsData.php index b5aebf48f..a122203d6 100644 --- a/web/core/modules/node/src/NodeViewsData.php +++ b/web/core/modules/node/src/NodeViewsData.php @@ -58,14 +58,6 @@ class NodeViewsData extends EntityViewsData { $data['node_field_data']['sticky']['filter']['type'] = 'yes-no'; $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.'); - $data['node']['path'] = [ - 'field' => [ - 'title' => $this->t('Path'), - 'help' => $this->t('The aliased path to this content.'), - 'id' => 'node_path', - ], - ]; - $data['node']['node_bulk_form'] = [ 'title' => $this->t('Node operations bulk form'), 'help' => $this->t('Add a form element that lets you run operations on multiple nodes.'),