Skip to content
Snippets Groups Projects
Commit 5356a24b authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2020859 by vijaycs85, tim.plunkett: Change the occurance of ...

Issue #2020859 by vijaycs85, tim.plunkett: Change the occurance of  'human_name()' to 'label'  in views configuration & schema.
parent fb5b009d
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -171,7 +171,7 @@ display:
fail: 'not found'
validate_options: { }
plugin_id: tracker_user_uid
human_name: 'tracker test'
label: 'tracker test'
module: views
id: test_tracker_user_uid
tag: ''
......
......@@ -22,7 +22,7 @@ views.view.*:
label: 'Base table'
base_field:
label: 'Base field'
human_name:
label:
type: label
label: 'Human readable name'
core:
......
......@@ -82,6 +82,6 @@ display:
display_title: Page
id: page_4
position: '0'
human_name: ''
label: ''
id: test_page_display_arguments
tag: ''
......@@ -137,6 +137,6 @@ display:
display_title: Page
id: page_7
position: '0'
human_name: ''
label: ''
id: test_page_display_route
tag: ''
......@@ -25,6 +25,6 @@ display:
display_plugin: page
display_title: Test page view
id: page_1
human_name: ''
label: ''
id: test_page_view
tag: ''
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment