Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
project
drupal
Commits
e432eea9
Unverified
Commit
e432eea9
authored
Sep 13, 2018
by
alexpott
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#2999306
by longwave, chr.fritsch, alexpott: Update numbering - quick follow-up to
#2949964
parent
bea23d7c
Changes
11
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
13 additions
and
13 deletions
+13
-13
core/modules/comment/comment.install
core/modules/comment/comment.install
+1
-1
core/modules/comment/tests/src/Functional/Update/CommentHostnameUpdateTest.php
...tests/src/Functional/Update/CommentHostnameUpdateTest.php
+3
-3
core/modules/comment/tests/src/Functional/Update/CommentUpdateTest.php
...comment/tests/src/Functional/Update/CommentUpdateTest.php
+1
-1
core/modules/content_moderation/content_moderation.install
core/modules/content_moderation/content_moderation.install
+1
-1
core/modules/content_moderation/tests/src/Functional/Update/ContentModerationUpdateTest.php
...sts/src/Functional/Update/ContentModerationUpdateTest.php
+1
-1
core/modules/file/file.install
core/modules/file/file.install
+1
-1
core/modules/file/tests/src/Functional/Update/FileUpdateTest.php
...dules/file/tests/src/Functional/Update/FileUpdateTest.php
+1
-1
core/modules/media/media.install
core/modules/media/media.install
+1
-1
core/modules/media/tests/src/Functional/Update/MediaUpdateTest.php
...les/media/tests/src/Functional/Update/MediaUpdateTest.php
+1
-1
core/modules/node/node.install
core/modules/node/node.install
+1
-1
core/modules/node/tests/src/Functional/Update/NodeUpdateTest.php
...dules/node/tests/src/Functional/Update/NodeUpdateTest.php
+1
-1
No files found.
core/modules/comment/comment.install
View file @
e432eea9
...
...
@@ -211,7 +211,7 @@ function comment_update_8600() {
/**
* Set the 'owner' entity key and update the field.
*/
function
comment_update_8
601
()
{
function
comment_update_8
700
()
{
$definition_update_manager
=
\
Drupal
::
entityDefinitionUpdateManager
();
$entity_type
=
$definition_update_manager
->
getEntityType
(
'comment'
);
$keys
=
$entity_type
->
getKeys
();
...
...
core/modules/comment/tests/src/Functional/Update/CommentHostnameUpdateTest.php
View file @
e432eea9
...
...
@@ -44,11 +44,11 @@ public function testCommentUpdate8600() {
}
/**
* Tests comment_update_
8601
().
* Tests comment_
post_
update_
add_ip_address_setting
().
*
* @see comment_update_
8601
* @see comment_
post_
update_
add_ip_address_setting()
*/
public
function
testCommentUpdate
8601
()
{
public
function
testComment
Post
Update
AddIpAddressSetting
()
{
/** @var \Drupal\Core\Config\ConfigFactoryInterface $factory */
$factory
=
$this
->
container
->
get
(
'config.factory'
);
...
...
core/modules/comment/tests/src/Functional/Update/CommentUpdateTest.php
View file @
e432eea9
...
...
@@ -75,7 +75,7 @@ public function testPublishedEntityKey() {
/**
* Tests that the comment entity type has an 'owner' entity key.
*
* @see comment_update_8
6
00()
* @see comment_update_8
7
00()
*/
public
function
testOwnerEntityKey
()
{
// Check that the 'owner' entity key does not exist prior to the update.
...
...
core/modules/content_moderation/content_moderation.install
View file @
e432eea9
...
...
@@ -33,7 +33,7 @@ function content_moderation_update_8401() {
/**
* Set the 'owner' entity key and update the field.
*/
function
content_moderation_update_8
6
00
()
{
function
content_moderation_update_8
7
00
()
{
$definition_update_manager
=
\
Drupal
::
entityDefinitionUpdateManager
();
$entity_type
=
$definition_update_manager
->
getEntityType
(
'content_moderation_state'
);
$keys
=
$entity_type
->
getKeys
();
...
...
core/modules/content_moderation/tests/src/Functional/Update/ContentModerationUpdateTest.php
View file @
e432eea9
...
...
@@ -25,7 +25,7 @@ protected function setDatabaseDumpFiles() {
/**
* Tests that the content moderation state entity has an 'owner' entity key.
*
* @see content_moderation_update_8
6
00()
* @see content_moderation_update_8
7
00()
*/
public
function
testOwnerEntityKey
()
{
// Check that the 'owner' entity key does not exist prior to the update.
...
...
core/modules/file/file.install
View file @
e432eea9
...
...
@@ -168,7 +168,7 @@ function file_update_8001() {
/**
* Set the 'owner' entity key and update the field.
*/
function
file_update_8
6
00
()
{
function
file_update_8
7
00
()
{
$definition_update_manager
=
\
Drupal
::
entityDefinitionUpdateManager
();
$entity_type
=
$definition_update_manager
->
getEntityType
(
'file'
);
$keys
=
$entity_type
->
getKeys
();
...
...
core/modules/file/tests/src/Functional/Update/FileUpdateTest.php
View file @
e432eea9
...
...
@@ -59,7 +59,7 @@ public function testPostUpdate8001() {
/**
* Tests that the file entity type has an 'owner' entity key.
*
* @see file_update_8
6
00()
* @see file_update_8
7
00()
*/
public
function
testOwnerEntityKey
()
{
// Check that the 'owner' entity key does not exist prior to the update.
...
...
core/modules/media/media.install
View file @
e432eea9
...
...
@@ -167,7 +167,7 @@ function media_update_8600() {
/**
* Set the 'owner' entity key and update the field.
*/
function
media_update_8
601
()
{
function
media_update_8
700
()
{
$definition_update_manager
=
\
Drupal
::
entityDefinitionUpdateManager
();
$entity_type
=
$definition_update_manager
->
getEntityType
(
'media'
);
$keys
=
$entity_type
->
getKeys
();
...
...
core/modules/media/tests/src/Functional/Update/MediaUpdateTest.php
View file @
e432eea9
...
...
@@ -65,7 +65,7 @@ public function testOEmbedConfig() {
/**
* Tests that the media entity type has an 'owner' entity key.
*
* @see media_update_8
6
00()
* @see media_update_8
7
00()
*/
public
function
testOwnerEntityKey
()
{
// Check that the 'owner' entity key does not exist prior to the update.
...
...
core/modules/node/node.install
View file @
e432eea9
...
...
@@ -271,7 +271,7 @@ function node_update_8401() {
/**
* Set the 'owner' entity key and update the field.
*/
function
node_update_8
6
00
()
{
function
node_update_8
7
00
()
{
$definition_update_manager
=
\
Drupal
::
entityDefinitionUpdateManager
();
$entity_type
=
$definition_update_manager
->
getEntityType
(
'node'
);
$keys
=
$entity_type
->
getKeys
();
...
...
core/modules/node/tests/src/Functional/Update/NodeUpdateTest.php
View file @
e432eea9
...
...
@@ -68,7 +68,7 @@ public function testStatusCheckbox() {
/**
* Tests that the node entity type has an 'owner' entity key.
*
* @see node_update_8
6
00()
* @see node_update_8
7
00()
*/
public
function
testOwnerEntityKey
()
{
// Check that the 'owner' entity key does not exist prior to the update.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment