Update to Drupal 8.0.0. For more information, see https://www.drupal.org/node/2619030
This commit is contained in:
parent
7784f4c23d
commit
25a6735fb3
49 changed files with 1394 additions and 281 deletions
|
@ -9,7 +9,7 @@ label: test_view_fieldapi
|
|||
module: views
|
||||
description: ''
|
||||
tag: default
|
||||
base_table: node
|
||||
base_table: node_field_data
|
||||
base_field: nid
|
||||
core: '8'
|
||||
display:
|
||||
|
@ -21,7 +21,7 @@ display:
|
|||
nid:
|
||||
field: nid
|
||||
id: nid
|
||||
table: node
|
||||
table: node_field_data
|
||||
plugin_id: field
|
||||
entity_type: node
|
||||
entity_field: nid
|
||||
|
|
Reference in a new issue