41 string references to 'Map'

ArrayBuildTest::setUp in core/modules/migrate/tests/src/Unit/process/ArrayBuildTest.php
CallbackTest::testCallback in core/modules/migrate/tests/src/Unit/process/CallbackTest.php
Test callback with valid "callable".
CallbackTest::testCallbackExceptions in core/modules/migrate/tests/src/Unit/process/CallbackTest.php
Test callback exceptions.
ExplodeTest::setUp in core/modules/migrate/tests/src/Unit/process/ExplodeTest.php
ExplodeTest::testChainedTransform in core/modules/migrate/tests/src/Unit/process/ExplodeTest.php
Test if the explode process can be chained with a handles_multiple process.
ExplodeTest::testExplodeWithEmptyDelimiter in core/modules/migrate/tests/src/Unit/process/ExplodeTest.php
Test explode fails with empty delimiter.
ExplodeTest::testExplodeWithNonStrictAndEmptySource in core/modules/migrate/tests/src/Unit/process/ExplodeTest.php
Tests that explode works on non-strings but with strict set to FALSE.
ExplodeTest::testExplodeWithNonStrictAndNonCastable in core/modules/migrate/tests/src/Unit/process/ExplodeTest.php
Tests that explode raises an exception when the value cannot be casted to string.
ExplodeTest::testExplodeWithStrictAndEmptyString in core/modules/migrate/tests/src/Unit/process/ExplodeTest.php
Tests that explode with an empty string and strict check returns a non-empty array.
ExplodeTest::testTransformLimit in core/modules/migrate/tests/src/Unit/process/ExplodeTest.php
Test explode transform process works with a limit.
ExtractTest::setUp in core/modules/migrate/tests/src/Unit/process/ExtractTest.php
ExtractTest::testExtractFailDefault in core/modules/migrate/tests/src/Unit/process/ExtractTest.php
Tests unsuccessful extraction.
LanguageDomainsTest::setUp in core/modules/language/tests/src/Unit/process/LanguageDomainsTest.php
LanguageNegotiationBrowser::getLangcode in core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationBrowser.php
Performs language negotiation.
LanguageNegotiationTest::setUp in core/modules/language/tests/src/Unit/process/LanguageNegotiationTest.php
LanguageNegotiationTest::testStringInput in core/modules/language/tests/src/Unit/process/LanguageNegotiationTest.php
Tests string input.
LanguageTypesTest::testStringInput in core/modules/language/tests/src/Unit/process/LanguageTypesTest.php
Tests string input.
LanguageTypesTest::testTransformAll in core/modules/language/tests/src/Unit/process/LanguageTypesTest.php
Tests successful transformation of all language types.
LanguageTypesTest::testTransformConfigurable in core/modules/language/tests/src/Unit/process/LanguageTypesTest.php
Tests successful transformation of configurable language types.
language_get_browser_drupal_langcode_mappings in core/modules/language/language.module
Returns language mappings between browser and Drupal language codes.
MenuLinkParentTest::testLegacyTransformExternal in core/modules/migrate/tests/src/Unit/process/MenuLinkParentTest.php
Tests the plugin when the parent is an external link.
MenuLinkParentTest::testTransformException in core/modules/migrate/tests/src/Unit/process/MenuLinkParentTest.php
@covers ::transform
MenuLinkParentTest::testTransformExternal in core/modules/migrate/tests/src/Unit/process/MenuLinkParentTest.php
Tests the plugin when the parent is an external link.
NegotiationBrowserForm::language_get_browser_drupal_langcode_mappings in core/modules/language/src/Form/NegotiationBrowserForm.php
Retrieves the browser's langcode mapping configuration array.
Sql::getMessages in core/modules/migrate/src/Plugin/migrate/id_map/Sql.php
Retrieves a traversable object of messages related to source records.
Sql::getRowByDestination in core/modules/migrate/src/Plugin/migrate/id_map/Sql.php
Retrieves a row by the destination identifiers.
Sql::getRowBySource in core/modules/migrate/src/Plugin/migrate/id_map/Sql.php
Retrieves a row from the map table based on source identifier values.
Sql::lookupDestinationIds in core/modules/migrate/src/Plugin/migrate/id_map/Sql.php
Looks up the destination identifiers corresponding to a source key.
Sql::lookupSourceId in core/modules/migrate/src/Plugin/migrate/id_map/Sql.php
Looks up the source identifier.
SqlBase::initializeIterator in core/modules/migrate/src/Plugin/migrate/source/SqlBase.php
Initializes the iterator with the source data.
StaticMapTest::setUp in core/modules/migrate/tests/src/Unit/process/StaticMapTest.php
StaticMapTest::testMapWithInvalidSourceAndBypass in core/modules/migrate/tests/src/Unit/process/StaticMapTest.php
Tests when the source is invalid and bypass is enabled.
StaticMapTest::testMapWithInvalidSourceWithADefaultValue in core/modules/migrate/tests/src/Unit/process/StaticMapTest.php
Tests when the source is invalid but there's a default.
StaticMapTest::testMapWithInvalidSourceWithANullDefaultValue in core/modules/migrate/tests/src/Unit/process/StaticMapTest.php
Tests when the source is invalid but there's a default value of NULL.
SubstrTest::testLengthIsString in core/modules/migrate/tests/src/Unit/process/SubstrTest.php
Tests that the length parameter is an integer.
SubstrTest::testStartIsString in core/modules/migrate/tests/src/Unit/process/SubstrTest.php
Tests that the start parameter is an integer.
SubstrTest::testSubstr in core/modules/migrate/tests/src/Unit/process/SubstrTest.php
Tests Substr plugin based on providerTestSubstr() values.
SubstrTest::testSubstrFail in core/modules/migrate/tests/src/Unit/process/SubstrTest.php
Tests invalid input type.
TypedDataDefinitionTest::testMaps in core/tests/Drupal/KernelTests/Core/TypedData/TypedDataDefinitionTest.php
Tests deriving metadata about maps.
xa0.php in core/lib/Drupal/Component/Transliteration/data/xa0.php
xb9.php in core/lib/Drupal/Component/Transliteration/data/xb9.php

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.