Search for match

  1. Search 7.x for match
  2. Search 9.5.x for match
  3. Search 10.3.x for match
  4. Search 11.x for match
  5. Other projects
Title Object type File name Summary
AliasRepository::pathHasMatchingAlias function core/lib/Drupal/Core/Path/AliasRepository.php Check if any alias exists starting with $initial_substring.
AliasRepositoryInterface::pathHasMatchingAlias function core/lib/Drupal/Core/Path/AliasRepositoryInterface.php Check if any alias exists starting with $initial_substring.
AliasStorage::pathHasMatchingAlias function core/lib/Drupal/Core/Path/AliasStorage.php Check if any alias exists starting with $initial_substring.
AliasStorageInterface::pathHasMatchingAlias function core/lib/Drupal/Core/Path/AliasStorageInterface.php Check if any alias exists starting with $initial_substring.
DefaultContentModerationStateRevisionUpdateTest::assertCompositeEntityMatchesDefaultRevisionId function core/modules/content_moderation/tests/src/Functional/Update/DefaultContentModerationStateRevisionUpdateTest.php Assert for the given entity, the default revision ID matches.
EntityReferenceAutocompleteWidgetMatchLimitUpdateTest class core/modules/system/tests/src/Functional/Update/EntityReferenceAutocompleteWidgetMatchLimitUpdateTest.php Tests that the match_limit setting is added to entity_reference_autocomplete.
EntityReferenceAutocompleteWidgetMatchLimitUpdateTest.php file core/modules/system/tests/src/Functional/Update/EntityReferenceAutocompleteWidgetMatchLimitUpdateTest.php
EntityReferenceAutocompleteWidgetMatchLimitUpdateTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/EntityReferenceAutocompleteWidgetMatchLimitUpdateTest.php Set database dump files to be used.
EntityReferenceAutocompleteWidgetMatchLimitUpdateTest::testViewsPostUpdateEntityLinkUrl function core/modules/system/tests/src/Functional/Update/EntityReferenceAutocompleteWidgetMatchLimitUpdateTest.php Tests that the match_limit setting is added to the config.
InstallerExistingConfigSyncDriectoryProfileMismatchTest class core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDriectoryProfileMismatchTest.php Verifies that installing from existing configuration works.
InstallerExistingConfigSyncDriectoryProfileMismatchTest.php file core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDriectoryProfileMismatchTest.php
InstallerExistingConfigSyncDriectoryProfileMismatchTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDriectoryProfileMismatchTest.php The theme to install as the default for testing.
InstallerExistingConfigSyncDriectoryProfileMismatchTest::$existingSyncDirectory property core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDriectoryProfileMismatchTest.php @todo
InstallerExistingConfigSyncDriectoryProfileMismatchTest::$profile property core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDriectoryProfileMismatchTest.php This is set by the profile in the core.extension extracted.
InstallerExistingConfigSyncDriectoryProfileMismatchTest::getConfigTarball function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDriectoryProfileMismatchTest.php Gets the filepath to the configuration tarball.
InstallerExistingConfigSyncDriectoryProfileMismatchTest::setUpSettings function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDriectoryProfileMismatchTest.php Installer step: Configure settings.
InstallerExistingConfigSyncDriectoryProfileMismatchTest::setUpSite function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDriectoryProfileMismatchTest.php Final installer step: Configure site.
InstallerExistingConfigSyncDriectoryProfileMismatchTest::testConfigSync function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDriectoryProfileMismatchTest.php Tests that profile mismatch fails to install.
InstallerExistingSettingsMismatchProfileTest class core/tests/Drupal/FunctionalTests/Installer/InstallerExistingSettingsMismatchProfileTest.php Tests install with existing settings.php and a mismatching install profile.
InstallerExistingSettingsMismatchProfileTest.php file core/tests/Drupal/FunctionalTests/Installer/InstallerExistingSettingsMismatchProfileTest.php
InstallerExistingSettingsMismatchProfileTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/InstallerExistingSettingsMismatchProfileTest.php The theme to install as the default for testing.
InstallerExistingSettingsMismatchProfileTest::prepareEnvironment function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingSettingsMismatchProfileTest.php Configures a preexisting settings.php file without an install_profile
setting before invoking the interactive installer.
InstallerExistingSettingsMismatchProfileTest::setUpLanguage function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingSettingsMismatchProfileTest.php Installer step: Select language.
InstallerExistingSettingsMismatchProfileTest::setUpProfile function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingSettingsMismatchProfileTest.php Installer step: Select installation profile.
InstallerExistingSettingsMismatchProfileTest::setUpSettings function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingSettingsMismatchProfileTest.php Installer step: Configure settings.
InstallerExistingSettingsMismatchProfileTest::testInstaller function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingSettingsMismatchProfileTest.php Verifies that installation succeeded.
InstallerExistingSettingsMismatchProfileTest::visitInstaller function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingSettingsMismatchProfileTest.php Visits the interactive installer.
InstallerExistingSettingsReadOnlyMismatchProfileTest class core/tests/Drupal/FunctionalTests/Installer/InstallerExistingSettingsReadOnlyMismatchProfileTest.php Tests installer breaks with a profile mismatch and a read-only settings.php.
InstallerExistingSettingsReadOnlyMismatchProfileTest.php file core/tests/Drupal/FunctionalTests/Installer/InstallerExistingSettingsReadOnlyMismatchProfileTest.php
InstallerExistingSettingsReadOnlyMismatchProfileTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/InstallerExistingSettingsReadOnlyMismatchProfileTest.php The theme to install as the default for testing.
InstallerExistingSettingsReadOnlyMismatchProfileTest::prepareEnvironment function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingSettingsReadOnlyMismatchProfileTest.php Configures a preexisting settings.php file without an install_profile
setting before invoking the interactive installer.
InstallerExistingSettingsReadOnlyMismatchProfileTest::setUpLanguage function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingSettingsReadOnlyMismatchProfileTest.php Installer step: Select language.
InstallerExistingSettingsReadOnlyMismatchProfileTest::setUpProfile function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingSettingsReadOnlyMismatchProfileTest.php Installer step: Select installation profile.
InstallerExistingSettingsReadOnlyMismatchProfileTest::setUpSettings function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingSettingsReadOnlyMismatchProfileTest.php Installer step: Configure settings.
InstallerExistingSettingsReadOnlyMismatchProfileTest::testInstalled function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingSettingsReadOnlyMismatchProfileTest.php Verifies that installation succeeded.
InstallerExistingSettingsReadOnlyMismatchProfileTest::visitInstaller function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingSettingsReadOnlyMismatchProfileTest.php Visits the interactive installer.
InstallProfileMismatchException class core/lib/Drupal/Core/Installer/Exception/InstallProfileMismatchException.php Exception thrown if settings.php cannot be written and the chosen profile does not match.
InstallProfileMismatchException.php file core/lib/Drupal/Core/Installer/Exception/InstallProfileMismatchException.php
InstallProfileMismatchException::__construct function core/lib/Drupal/Core/Installer/Exception/InstallProfileMismatchException.php Constructs a new InstallProfileMismatchException exception.
LegacyAliasStorageTest::testPathHasMatchingAlias function core/tests/Drupal/KernelTests/Core/Path/LegacyAliasStorageTest.php @covers ::pathHasMatchingAlias[[api-linebreak]]
@expectedDeprecation \Drupal\Core\Path\AliasStorage is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use the "path_alias.repository" service instead, or the entity storage…
Phpunit4CompatibilityTest::testFrameworkMockObjectMatcherInvokedRecorder function core/tests/Drupal/Tests/Phpunit4CompatibilityTest.php Tests existence of \PHPUnit_Framework_MockObject_Matcher_InvokedRecorder.
TestBase::checkTestHierarchyMismatch function core/modules/simpletest/src/TestBase.php Fail the test if it belongs to a PHPUnit-based framework.
ThemeNotUsingClassyLibraryTest::confirmMatchingAssets function core/tests/Drupal/KernelTests/Core/Theme/ThemeNotUsingClassyLibraryTest.php Confirms that the assets of a copied Classy library match the original's.
UpdateCoreTest::testDatestampMismatch function core/modules/update/tests/src/Functional/UpdateCoreTest.php Ensures proper results where there are date mismatches among modules.

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