Loading core/.cspell.json +1 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,7 @@ "modules/system/tests/logo.svgz", "node_modules/*", "profiles/demo_umami/modules/demo_umami_content/default_content/languages/es/**/*", "tests/Drupal/Tests/Component/Annotation/Doctrine/**", "themes/bartik/color/preview.html", "COPYRIGHT.txt", "MAINTAINERS.txt", Loading core/misc/cspell/dictionary.txt +0 −5 Original line number Diff line number Diff line Loading @@ -47,8 +47,6 @@ anded andif anding annot annotationwithconstants annots anonyme anonymize anothermodule Loading Loading @@ -290,7 +288,6 @@ classmap classmaps classname classtype classwithconstants classy's cldr clearfix Loading Loading @@ -402,7 +399,6 @@ daycounter dblog dbtng dburl dcom ddblock ddev deckard Loading Loading @@ -473,7 +469,6 @@ docroot docroots docx dolore dont doubleclick downcasting downlevel Loading core/modules/jsonapi/tests/src/Kernel/Query/FilterTest.php +3 −3 Original line number Diff line number Diff line Loading @@ -67,10 +67,10 @@ public function setUp(): void { $this->savePaintings([ ['colors' => ['red'], 'shapes' => ['triangle'], 'title' => 'FIND'], ['colors' => ['orange'], 'shapes' => ['circle'], 'title' => 'FIND'], ['colors' => ['orange'], 'shapes' => ['triangle'], 'title' => 'DONT_FIND'], ['colors' => ['orange'], 'shapes' => ['triangle'], 'title' => 'DO_NOT_FIND'], ['colors' => ['yellow'], 'shapes' => ['square'], 'title' => 'FIND'], ['colors' => ['yellow'], 'shapes' => ['triangle'], 'title' => 'DONT_FIND'], ['colors' => ['orange'], 'shapes' => ['square'], 'title' => 'DONT_FIND'], ['colors' => ['yellow'], 'shapes' => ['triangle'], 'title' => 'DO_NOT_FIND'], ['colors' => ['orange'], 'shapes' => ['square'], 'title' => 'DO_NOT_FIND'], ]); $this->nodeStorage = $this->container->get('entity_type.manager')->getStorage('node'); Loading core/modules/migrate/tests/modules/migrate_prepare_row_test/migrate_prepare_row_test.module +2 −2 Original line number Diff line number Diff line Loading @@ -21,8 +21,8 @@ function migrate_prepare_row_test_migrate_prepare_row(Row $row, MigrateSourceInt // Record mapping but don't record a message. throw new MigrateSkipRowException('', TRUE); } elseif ($data == 'skip_and_dont_record') { elseif ($data == 'skip_and_do_not_record') { // Don't record mapping but record a message. throw new MigrateSkipRowException('skip_and_dont_record message', FALSE); throw new MigrateSkipRowException('skip_and_do_not_record message', FALSE); } } core/modules/migrate/tests/modules/migrate_prepare_row_test/src/Plugin/migrate/process/TestSkipRowProcess.php +1 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ public function transform($value, MigrateExecutableInterface $migrate_executable if ($data == 'skip_and_record (use plugin)') { throw new MigrateSkipRowException('', TRUE); } elseif ($data == 'skip_and_dont_record (use plugin)') { elseif ($data == 'skip_and_do_not_record (use plugin)') { throw new MigrateSkipRowException('', FALSE); } return $value; Loading Loading
core/.cspell.json +1 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,7 @@ "modules/system/tests/logo.svgz", "node_modules/*", "profiles/demo_umami/modules/demo_umami_content/default_content/languages/es/**/*", "tests/Drupal/Tests/Component/Annotation/Doctrine/**", "themes/bartik/color/preview.html", "COPYRIGHT.txt", "MAINTAINERS.txt", Loading
core/misc/cspell/dictionary.txt +0 −5 Original line number Diff line number Diff line Loading @@ -47,8 +47,6 @@ anded andif anding annot annotationwithconstants annots anonyme anonymize anothermodule Loading Loading @@ -290,7 +288,6 @@ classmap classmaps classname classtype classwithconstants classy's cldr clearfix Loading Loading @@ -402,7 +399,6 @@ daycounter dblog dbtng dburl dcom ddblock ddev deckard Loading Loading @@ -473,7 +469,6 @@ docroot docroots docx dolore dont doubleclick downcasting downlevel Loading
core/modules/jsonapi/tests/src/Kernel/Query/FilterTest.php +3 −3 Original line number Diff line number Diff line Loading @@ -67,10 +67,10 @@ public function setUp(): void { $this->savePaintings([ ['colors' => ['red'], 'shapes' => ['triangle'], 'title' => 'FIND'], ['colors' => ['orange'], 'shapes' => ['circle'], 'title' => 'FIND'], ['colors' => ['orange'], 'shapes' => ['triangle'], 'title' => 'DONT_FIND'], ['colors' => ['orange'], 'shapes' => ['triangle'], 'title' => 'DO_NOT_FIND'], ['colors' => ['yellow'], 'shapes' => ['square'], 'title' => 'FIND'], ['colors' => ['yellow'], 'shapes' => ['triangle'], 'title' => 'DONT_FIND'], ['colors' => ['orange'], 'shapes' => ['square'], 'title' => 'DONT_FIND'], ['colors' => ['yellow'], 'shapes' => ['triangle'], 'title' => 'DO_NOT_FIND'], ['colors' => ['orange'], 'shapes' => ['square'], 'title' => 'DO_NOT_FIND'], ]); $this->nodeStorage = $this->container->get('entity_type.manager')->getStorage('node'); Loading
core/modules/migrate/tests/modules/migrate_prepare_row_test/migrate_prepare_row_test.module +2 −2 Original line number Diff line number Diff line Loading @@ -21,8 +21,8 @@ function migrate_prepare_row_test_migrate_prepare_row(Row $row, MigrateSourceInt // Record mapping but don't record a message. throw new MigrateSkipRowException('', TRUE); } elseif ($data == 'skip_and_dont_record') { elseif ($data == 'skip_and_do_not_record') { // Don't record mapping but record a message. throw new MigrateSkipRowException('skip_and_dont_record message', FALSE); throw new MigrateSkipRowException('skip_and_do_not_record message', FALSE); } }
core/modules/migrate/tests/modules/migrate_prepare_row_test/src/Plugin/migrate/process/TestSkipRowProcess.php +1 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ public function transform($value, MigrateExecutableInterface $migrate_executable if ($data == 'skip_and_record (use plugin)') { throw new MigrateSkipRowException('', TRUE); } elseif ($data == 'skip_and_dont_record (use plugin)') { elseif ($data == 'skip_and_do_not_record (use plugin)') { throw new MigrateSkipRowException('', FALSE); } return $value; Loading