diff --git a/core/misc/cspell/dictionary.txt b/core/misc/cspell/dictionary.txt index 94762370767d82da67347f62401dcc16e8e03898..824b4affecb6f33968db7f7028cce13d0b4e9a33 100644 --- a/core/misc/cspell/dictionary.txt +++ b/core/misc/cspell/dictionary.txt @@ -14,10 +14,7 @@ ajaxing allwords alphadecimal alternatif -amphibius ampm -anonyme -antilop anyall applix archiver @@ -30,7 +27,6 @@ arrowreturnthick arrowstop arrowthick arrowthickstop -arrr assertable autocompletefocus autocompleteselect @@ -138,7 +134,6 @@ chumillas chvotes cidhash cids -cillum circlesmall ckeditor classloader @@ -182,7 +177,6 @@ curlopt customevent customrequest cweagans -cádiz dailymotion databasename datelist @@ -212,7 +206,6 @@ desaturates desaturating descoping destructable -deutsch devel deviantart dflt @@ -226,7 +219,6 @@ dnumber dockerhub docroot docroots -dolore dotenv downcasting doxygen @@ -250,11 +242,9 @@ drupalmedia drupalmediaediting drupalmediatoolbar drupalorg -drépal détruire editables egulias -eins elbonia elems encapsed @@ -266,7 +256,6 @@ endlink endmacro endset endtrans -enim enoki entitytype entityviewedit @@ -925,7 +914,6 @@ userinfo userref vampirize varchar -veniam versionable versionless verygreatdrupalmodule @@ -957,8 +945,6 @@ xmlhttprequest xpsdocument xtmpl yamls -yarhar -yarr yearless yokotsoko yottabyte diff --git a/core/modules/big_pipe/tests/modules/big_pipe_test/src/BigPipePlaceholderTestCases.php b/core/modules/big_pipe/tests/modules/big_pipe_test/src/BigPipePlaceholderTestCases.php index fc33e67c0e0f0f7d047a8c7ae8704a699711becb..3aa3a7d254c61c77d6008d41c29475cb4f5848d2 100644 --- a/core/modules/big_pipe/tests/modules/big_pipe_test/src/BigPipePlaceholderTestCases.php +++ b/core/modules/big_pipe/tests/modules/big_pipe_test/src/BigPipePlaceholderTestCases.php @@ -4,8 +4,7 @@ * @file */ -// cSpell:ignore Vxezb -// cSpell:ignore divpiggydiv +// cspell:ignore divpiggydiv Vxezb yarhar namespace Drupal\big_pipe_test; diff --git a/core/modules/big_pipe/tests/modules/big_pipe_test/src/BigPipeTestController.php b/core/modules/big_pipe/tests/modules/big_pipe_test/src/BigPipeTestController.php index 8a0e9c9d9fa6a2f6e6fb7f9b536738c9b9cc4b6d..da5a3df9aff4b51363c5e66784f316aadcb83921 100644 --- a/core/modules/big_pipe/tests/modules/big_pipe_test/src/BigPipeTestController.php +++ b/core/modules/big_pipe/tests/modules/big_pipe_test/src/BigPipeTestController.php @@ -6,6 +6,11 @@ use Drupal\big_pipe_test\EventSubscriber\BigPipeTestSubscriber; use Drupal\Core\Security\TrustedCallbackInterface; +// cspell:ignore yarhar + +/** + * Returns responses for Big Pipe routes. + */ class BigPipeTestController implements TrustedCallbackInterface { /** diff --git a/core/modules/big_pipe/tests/src/FunctionalJavascript/BigPipePreviewTest.php b/core/modules/big_pipe/tests/src/FunctionalJavascript/BigPipePreviewTest.php index b9b8a33ee90bc9e013df035263cdcdd857c3452f..d8bd5402c2cd7ec8dce9263b32b2869174f0ad4e 100644 --- a/core/modules/big_pipe/tests/src/FunctionalJavascript/BigPipePreviewTest.php +++ b/core/modules/big_pipe/tests/src/FunctionalJavascript/BigPipePreviewTest.php @@ -6,6 +6,8 @@ use Drupal\FunctionalJavascriptTests\WebDriverTestBase; +// cspell:ignore yarhar + /** * Tests placeholder preview functionality. * diff --git a/core/modules/comment/tests/src/Functional/CommentCacheTagsTest.php b/core/modules/comment/tests/src/Functional/CommentCacheTagsTest.php index c48f32b4e0476bc48fc74b55d3be34d4a9a1186e..6d5ecc9094aea0474b13bfa6262af315a16263b8 100644 --- a/core/modules/comment/tests/src/Functional/CommentCacheTagsTest.php +++ b/core/modules/comment/tests/src/Functional/CommentCacheTagsTest.php @@ -14,6 +14,8 @@ use Drupal\user\Entity\Role; use Drupal\user\RoleInterface; +// cspell:ignore amphibius + /** * Tests the Comment entity's cache tags. * diff --git a/core/modules/config/tests/config_override_test/src/Cache/PirateDayCacheContext.php b/core/modules/config/tests/config_override_test/src/Cache/PirateDayCacheContext.php index b9e2490f37e078911932c46e547c3798fd10a221..6ccfd91c4ca8148ac2daec4bb9ae1c78f18c50b1 100644 --- a/core/modules/config/tests/config_override_test/src/Cache/PirateDayCacheContext.php +++ b/core/modules/config/tests/config_override_test/src/Cache/PirateDayCacheContext.php @@ -5,6 +5,8 @@ use Drupal\Core\Cache\CacheableMetadata; use Drupal\Core\Cache\Context\CacheContextInterface; +// cspell:ignore yarr + /** * Defines the PirateDayCacheContext service that allows to cache the booty. * diff --git a/core/modules/config/tests/config_transformer_test/src/EventSubscriber.php b/core/modules/config/tests/config_transformer_test/src/EventSubscriber.php index bec371642f9484dace7e3d61b8690c9b2a2841d7..19f1b8ba384235b3acf489ccf5eeb59744fb49ad 100644 --- a/core/modules/config/tests/config_transformer_test/src/EventSubscriber.php +++ b/core/modules/config/tests/config_transformer_test/src/EventSubscriber.php @@ -8,6 +8,8 @@ use Drupal\Core\State\StateInterface; use Symfony\Component\EventDispatcher\EventSubscriberInterface; +// cspell:ignore arrr + /** * Class EventSubscriber. * diff --git a/core/modules/config/tests/src/Functional/ConfigEntityListMultilingualTest.php b/core/modules/config/tests/src/Functional/ConfigEntityListMultilingualTest.php index d086073f873133f088b6d10f45d68a2a03e00e1a..a4419e08eb556356559e8ea870539a2c68f5a3cf 100644 --- a/core/modules/config/tests/src/Functional/ConfigEntityListMultilingualTest.php +++ b/core/modules/config/tests/src/Functional/ConfigEntityListMultilingualTest.php @@ -5,6 +5,8 @@ use Drupal\Tests\BrowserTestBase; use Drupal\language\Entity\ConfigurableLanguage; +// cspell:ignore antilop + /** * Tests the listing of configuration entities in a multilingual scenario. * diff --git a/core/modules/config/tests/src/Functional/TransformedConfigExportImportUITest.php b/core/modules/config/tests/src/Functional/TransformedConfigExportImportUITest.php index 196463d139c7b8c2b80679a8a7d04c554f3b0ced..392444b0a434cbe074f1cdc733ebf289ad83a7cf 100644 --- a/core/modules/config/tests/src/Functional/TransformedConfigExportImportUITest.php +++ b/core/modules/config/tests/src/Functional/TransformedConfigExportImportUITest.php @@ -4,6 +4,8 @@ use Drupal\Tests\BrowserTestBase; +// cspell:ignore arrr + /** * Tests the user interface for importing/exporting transformed configuration. * diff --git a/core/modules/config_translation/tests/src/Functional/ConfigTranslationUiTest.php b/core/modules/config_translation/tests/src/Functional/ConfigTranslationUiTest.php index 0df4797739c646cad55f6a879501e51d6d292158..8873e09e18a8664d7e8acfac888e7f1632cd1984 100644 --- a/core/modules/config_translation/tests/src/Functional/ConfigTranslationUiTest.php +++ b/core/modules/config_translation/tests/src/Functional/ConfigTranslationUiTest.php @@ -5,7 +5,7 @@ use Drupal\Core\Language\Language; use Drupal\Core\Language\LanguageInterface; -// cspell:ignore viewsviewfiles +// cspell:ignore anonyme viewsviewfiles /** * Translate settings and entities to various languages. diff --git a/core/modules/language/src/Form/NegotiationUrlForm.php b/core/modules/language/src/Form/NegotiationUrlForm.php index 6cb54e4a322843cf722c2c03fcaf1f379f58017f..adc2e275454530188719aa64402bd4c7bc5ea714 100644 --- a/core/modules/language/src/Form/NegotiationUrlForm.php +++ b/core/modules/language/src/Form/NegotiationUrlForm.php @@ -12,6 +12,8 @@ use Symfony\Component\DependencyInjection\ContainerInterface; use Drupal\language\Plugin\LanguageNegotiation\LanguageNegotiationUrl; +// cspell:ignore deutsch + /** * Configure the URL language negotiation method for this site. * diff --git a/core/modules/language/tests/language_config_override_test/config/install/language/de/language_config_override_test.settings.yml b/core/modules/language/tests/language_config_override_test/config/install/language/de/language_config_override_test.settings.yml index c3629805cf5c06191d3f30c38199311c9f83d0c4..8e3c0d6bb461d236a0281da88c64cc5ea269c21b 100644 --- a/core/modules/language/tests/language_config_override_test/config/install/language/de/language_config_override_test.settings.yml +++ b/core/modules/language/tests/language_config_override_test/config/install/language/de/language_config_override_test.settings.yml @@ -1 +1,2 @@ +# cspell:ignore deutsch name: 'Deutsch' diff --git a/core/modules/language/tests/src/Kernel/LanguageConfigOverrideInstallTest.php b/core/modules/language/tests/src/Kernel/LanguageConfigOverrideInstallTest.php index 20d83179cab52e212cbfcfeede108bdb18912b09..766275be7efcb6162e86aa4c782d3f5f16c57774 100644 --- a/core/modules/language/tests/src/Kernel/LanguageConfigOverrideInstallTest.php +++ b/core/modules/language/tests/src/Kernel/LanguageConfigOverrideInstallTest.php @@ -7,6 +7,8 @@ use Drupal\language\Entity\ConfigurableLanguage; use Drupal\KernelTests\KernelTestBase; +// cspell:ignore deutsch + /** * Ensures the language config overrides can be installed. * diff --git a/core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php b/core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php index 6394b42db0fe55383d298bca36b7735caa8ebf38..7795fd108d1fa6b1f8f16b4092908dba05365263 100644 --- a/core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php +++ b/core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php @@ -8,7 +8,7 @@ use Drupal\Tests\BrowserTestBase; use Drupal\Core\Language\LanguageInterface; -// cspell:ignore chien chiens januari lundi moutons műveletek svibanj +// cspell:ignore chien chiens deutsch januari lundi moutons műveletek svibanj /** * Tests the import of locale files. diff --git a/core/modules/search/tests/src/Kernel/SearchMatchTest.php b/core/modules/search/tests/src/Kernel/SearchMatchTest.php index 9ec5853f72002176c31663bd8a26bf24814653f2..06aef4700b2393bb639b3c2b02ca7412c322c968 100644 --- a/core/modules/search/tests/src/Kernel/SearchMatchTest.php +++ b/core/modules/search/tests/src/Kernel/SearchMatchTest.php @@ -8,6 +8,8 @@ use Drupal\search\SearchIndexInterface; use Drupal\search\SearchQuery; +// cspell:ignore cillum dolore enim veniam + /** * Indexes content and queries it. * diff --git a/core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestTextItemNormalizerTest.php b/core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestTextItemNormalizerTest.php index 8c05ca3897fa9d2cffd55d582fb1f3643cb71df2..9bd6c2ec63a9a2beb9f6836027d1ddce59f9d21f 100644 --- a/core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestTextItemNormalizerTest.php +++ b/core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestTextItemNormalizerTest.php @@ -7,6 +7,8 @@ use Drupal\filter\Entity\FilterFormat; use Drupal\Tests\rest\Functional\AnonResourceTestTrait; +// cspell:ignore cádiz + /** * @group rest * @group #slow diff --git a/core/modules/system/tests/src/Kernel/Mail/MailTest.php b/core/modules/system/tests/src/Kernel/Mail/MailTest.php index d40d3c3d259a9eda1e7d595f08d9f2cf0822936e..8df24bd50e2c4de234649d322ac45cb51a31662a 100644 --- a/core/modules/system/tests/src/Kernel/Mail/MailTest.php +++ b/core/modules/system/tests/src/Kernel/Mail/MailTest.php @@ -13,6 +13,8 @@ use Drupal\KernelTests\KernelTestBase; use Drupal\system_mail_failure_test\Plugin\Mail\TestPhpMailFailure; +// cspell:ignore drépal + /** * Performs tests on the pluggable mailing framework. * diff --git a/core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php b/core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php index 72adf818c0d26194db031d4dcae43d2e45c9feb8..b4deb7e28cd273de5324835775e6f81b616fcf9b 100644 --- a/core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php +++ b/core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php @@ -6,6 +6,8 @@ use Drupal\Core\Asset\AttachedAssets; use Drupal\KernelTests\KernelTestBase; +// cspell:ignore yarhar + /** * Tests #attached assets: attached asset libraries and JavaScript settings. * diff --git a/core/tests/Drupal/KernelTests/Core/Config/ExportStorageManagerTest.php b/core/tests/Drupal/KernelTests/Core/Config/ExportStorageManagerTest.php index cd8486a67c6e2d92de0eb7830f42fccabc9aefcd..96897fe9521aa9f6fc881cf4173259a86d091893 100644 --- a/core/tests/Drupal/KernelTests/Core/Config/ExportStorageManagerTest.php +++ b/core/tests/Drupal/KernelTests/Core/Config/ExportStorageManagerTest.php @@ -7,6 +7,8 @@ use Drupal\Core\Lock\NullLockBackend; use Drupal\KernelTests\KernelTestBase; +// cspell:ignore arrr + /** * Tests the export storage manager. * diff --git a/core/tests/Drupal/KernelTests/Core/Config/ImportStorageTransformerTest.php b/core/tests/Drupal/KernelTests/Core/Config/ImportStorageTransformerTest.php index a843e9a38580e2a88885473a5ab2a6b3f46b0d03..b8e7c677aa1c88a5d59fe37f29714bd8cafb7264 100644 --- a/core/tests/Drupal/KernelTests/Core/Config/ImportStorageTransformerTest.php +++ b/core/tests/Drupal/KernelTests/Core/Config/ImportStorageTransformerTest.php @@ -9,6 +9,8 @@ use Drupal\Core\Lock\NullLockBackend; use Drupal\KernelTests\KernelTestBase; +// cspell:ignore arrr + /** * Tests the import storage transformer. * diff --git a/core/tests/Drupal/KernelTests/Core/TypedData/TypedDataTest.php b/core/tests/Drupal/KernelTests/Core/TypedData/TypedDataTest.php index d485991df6615fea5e9cb2c728189a4fcc7908bf..87d4b1a47493e90f84c5c18697fdf2eec696bc82 100644 --- a/core/tests/Drupal/KernelTests/Core/TypedData/TypedDataTest.php +++ b/core/tests/Drupal/KernelTests/Core/TypedData/TypedDataTest.php @@ -20,6 +20,8 @@ use Drupal\file\Entity\File; use Drupal\KernelTests\KernelTestBase; +// cspell:ignore eins + /** * Tests the functionality of all core data types. *