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
Inspector::assertAllRegularExpressionMatch function core/lib/Drupal/Component/Assertion/Inspector.php Asserts that all members are strings matching a regular expression.
InspectorTest::testAssertAllMatch function core/tests/Drupal/Tests/Component/Assertion/InspectorTest.php Tests asserting strstr() or stristr() match.
InspectorTest::testAssertAllRegularExpressionMatch function core/tests/Drupal/Tests/Component/Assertion/InspectorTest.php Tests asserting regular expression match.
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.
IsFrontPathCacheContext::$pathMatcher property core/lib/Drupal/Core/Cache/Context/IsFrontPathCacheContext.php
IsFrontPathCacheContextTest::createPathMatcher function core/tests/Drupal/Tests/Core/Cache/Context/IsFrontPathCacheContextTest.php Creates a PathMatcherInterface prophecy.
LanguageBlock::$pathMatcher property core/modules/language/src/Plugin/Block/LanguageBlock.php The path matcher.
LanguageNegotiationUserAdmin::$stackedRouteMatch property core/modules/user/src/Plugin/LanguageNegotiation/LanguageNegotiationUserAdmin.php The stacked route match.
LayoutBuilderIsActiveCacheContext::$routeMatch property core/modules/layout_builder/src/Cache/LayoutBuilderIsActiveCacheContext.php The current route match.
LegacyAliasStorageTest::testPathHasMatchingAlias function core/tests/Drupal/KernelTests/Core/Path/LegacyAliasStorageTest.php @covers ::pathHasMatchingAlias
@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 handler for the…
LocalActionManager::$routeMatch property core/lib/Drupal/Core/Menu/LocalActionManager.php The current route match.
LocalActionsBlock::$routeMatch property core/lib/Drupal/Core/Menu/Plugin/Block/LocalActionsBlock.php The route match.
LocalTaskManager::$routeMatch property core/lib/Drupal/Core/Menu/LocalTaskManager.php The current route match.
LocalTaskManagerTest::$routeMatch property core/tests/Drupal/Tests/Core/Menu/LocalTaskManagerTest.php The route match.
LocalTasksBlock::$routeMatch property core/lib/Drupal/Core/Menu/Plugin/Block/LocalTasksBlock.php The route match.
MainContentViewSubscriber::$routeMatch property core/lib/Drupal/Core/EventSubscriber/MainContentViewSubscriber.php The current route match.
MatcherDumper class core/lib/Drupal/Core/ProxyClass/Routing/MatcherDumper.php Provides a proxy class for \Drupal\Core\Routing\MatcherDumper.
MatcherDumper class core/lib/Drupal/Core/Routing/MatcherDumper.php Dumps Route information to a database table.
MatcherDumper.php file core/lib/Drupal/Core/ProxyClass/Routing/MatcherDumper.php
MatcherDumper.php file core/lib/Drupal/Core/Routing/MatcherDumper.php
MatcherDumper::$connection property core/lib/Drupal/Core/Routing/MatcherDumper.php The database connection to which to dump route information.

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