diff --git a/core/modules/comment/comment.views.inc b/core/modules/comment/comment.views.inc index 1b313a5..ae0020a 100644 --- a/core/modules/comment/comment.views.inc +++ b/core/modules/comment/comment.views.inc @@ -215,7 +215,7 @@ function comment_views_data() { 'help' => t('Date in the form of DD (01 - 31).'), 'argument' => array( 'field' => 'changed', - 'id' => 'created_day', + 'id' => 'date_day', ), ); diff --git a/core/modules/node/node.views.inc b/core/modules/node/node.views.inc index b231e8e..46c983c 100644 --- a/core/modules/node/node.views.inc +++ b/core/modules/node/node.views.inc @@ -302,7 +302,7 @@ function node_views_data() { 'help' => t('Date in the form of DD (01 - 31).'), 'argument' => array( 'field' => 'created', - 'id' => 'created_day', + 'id' => 'day_date', ), ); @@ -356,7 +356,7 @@ function node_views_data() { 'help' => t('Date in the form of DD (01 - 31).'), 'argument' => array( 'field' => 'changed', - 'id' => 'created_day', + 'id' => 'day_date', ), ); diff --git a/core/modules/user/user.views.inc b/core/modules/user/user.views.inc index 3b3d033..1d250c6 100644 --- a/core/modules/user/user.views.inc +++ b/core/modules/user/user.views.inc @@ -206,7 +206,7 @@ function user_views_data() { 'help' => t('Date in the form of DD (01 - 31).'), 'argument' => array( 'field' => 'created', - 'id' => 'created_day', + 'id' => 'day_date', ), ); diff --git a/core/modules/views/lib/Drupal/views/Plugin/views/argument/DayDate.php b/core/modules/views/lib/Drupal/views/Plugin/views/argument/DayDate.php index 745a8f4..ba6228b 100644 --- a/core/modules/views/lib/Drupal/views/Plugin/views/argument/DayDate.php +++ b/core/modules/views/lib/Drupal/views/Plugin/views/argument/DayDate.php @@ -13,7 +13,7 @@ * Argument handler for a day (DD) * * @Plugin( - * id = "created_day", + * id = "day_date", * arg_format = "d", * format = "j", * module = "views" diff --git a/core/modules/views/tests/views_test_config/test_views/views.view.test_argument_date.yml b/core/modules/views/tests/views_test_config/test_views/views.view.test_argument_date.yml index fe5e544..a5510d9 100644 --- a/core/modules/views/tests/views_test_config/test_views/views.view.test_argument_date.yml +++ b/core/modules/views/tests/views_test_config/test_views/views.view.test_argument_date.yml @@ -49,7 +49,7 @@ display: field: node_created_day id: node_created_day table: views_test_data - plugin_id: node_created_day + plugin_id: day_date display_plugin: embed id: embed_1 embed_2: diff --git a/core/modules/views/tests/views_test_config/test_views/views.view.test_destroy.yml b/core/modules/views/tests/views_test_config/test_views/views.view.test_destroy.yml index 5c7798f..3e71d7d 100644 --- a/core/modules/views/tests/views_test_config/test_views/views.view.test_destroy.yml +++ b/core/modules/views/tests/views_test_config/test_views/views.view.test_destroy.yml @@ -36,7 +36,7 @@ display: id: created_day style_plugin: default_summary table: node - plugin_id: node_created_day + plugin_id: day_date created_fulldate: default_argument_type: fixed field: created_fulldate