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 |
|
InstallerExistingConfigSyncDriectoryProfileMismatchTest::$existingSyncDirectory |
property |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDriectoryProfileMismatchTest.php |
|
InstallerExistingConfigSyncDriectoryProfileMismatchTest::$profile |
property |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDriectoryProfileMismatchTest.php |
|
InstallerExistingConfigSyncDriectoryProfileMismatchTest::getConfigTarball |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDriectoryProfileMismatchTest.php |
|
InstallerExistingConfigSyncDriectoryProfileMismatchTest::setUpSettings |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDriectoryProfileMismatchTest.php |
Installer step: Configure settings. |
InstallerExistingConfigSyncDriectoryProfileMismatchTest::setUpSite |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDriectoryProfileMismatchTest.php |
|
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 |
|
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 |
|
InstallerExistingSettingsMismatchProfileTest::setUpProfile |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingSettingsMismatchProfileTest.php |
|
InstallerExistingSettingsMismatchProfileTest::setUpSettings |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingSettingsMismatchProfileTest.php |
|
InstallerExistingSettingsMismatchProfileTest::testInstaller |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingSettingsMismatchProfileTest.php |
Verifies that installation succeeded. |
InstallerExistingSettingsMismatchProfileTest::visitInstaller |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingSettingsMismatchProfileTest.php |
|
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 |
|
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 |
|
InstallerExistingSettingsReadOnlyMismatchProfileTest::setUpProfile |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingSettingsReadOnlyMismatchProfileTest.php |
|
InstallerExistingSettingsReadOnlyMismatchProfileTest::setUpSettings |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingSettingsReadOnlyMismatchProfileTest.php |
|
InstallerExistingSettingsReadOnlyMismatchProfileTest::testInstalled |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingSettingsReadOnlyMismatchProfileTest.php |
Verifies that installation succeeded. |
InstallerExistingSettingsReadOnlyMismatchProfileTest::visitInstaller |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingSettingsReadOnlyMismatchProfileTest.php |
|
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. |