Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| DirectWritePreconditionBypass::getLeaves | function | core/ |
|
| DirectWritePreconditionBypass::getName | function | core/ |
|
| DirectWritePreconditionBypass::getStatusMessage | function | core/ |
|
| DirectWritePreconditionBypass::isFulfilled | function | core/ |
|
| DirectWritePreconditionBypass::__construct | function | core/ |
|
| DirectWriteSubscriber | class | core/ |
Handles sandbox events when direct-write is enabled. |
| DirectWriteSubscriber.php | file | core/ |
|
| DirectWriteSubscriber::enterMaintenanceMode | function | core/ |
Enters maintenance mode before a direct-mode require operation. |
| DirectWriteSubscriber::exitMaintenanceMode | function | core/ |
Leaves maintenance mode after a direct-mode require operation. |
| DirectWriteSubscriber::getSubscribedEvents | function | core/ |
|
| DirectWriteSubscriber::STATE_KEY | constant | core/ |
The state key which holds the original status of maintenance mode. |
| DirectWriteSubscriber::warnAboutDirectWrite | function | core/ |
Logs a warning about direct-write mode, if it is in use. |
| DirectWriteSubscriber::__construct | function | core/ |
|
| DirectWriteTest | class | core/ |
Tests Direct Write. |
| DirectWriteTest.php | file | core/ |
|
| DirectWriteTest::$postRequireMaintenanceMode | property | core/ |
Whether we are in maintenance mode after a require operation. |
| DirectWriteTest::$preRequireMaintenanceMode | property | core/ |
Whether we are in maintenance mode before a require operation. |
| DirectWriteTest::assertNotDirectWrite | function | core/ |
Event listener that asserts the sandbox manager isn't in direct-write mode. |
| DirectWriteTest::getSubscribedEvents | function | core/ |
|
| DirectWriteTest::onPostRequire | function | core/ |
Event listener that records the maintenance mode flag on post-require. |
| DirectWriteTest::onPreRequire | function | core/ |
Event listener that records the maintenance mode flag on pre-require. |
| DirectWriteTest::setUp | function | core/ |
|
| DirectWriteTest::testDirectWriteFlagIsLocked | function | core/ |
Tests that the sandbox's direct-write status is part of its locking info. |
| DirectWriteTest::testMaintenanceModeNotEnteredIfErrorOnPreRequire | function | core/ |
Tests that pre-require errors prevent maintenance mode during direct-write. |
| DirectWriteTest::testPreconditionBypass | function | core/ |
Tests that direct-write bypasses certain Composer Stager preconditions. |
| DirectWriteTest::testSiteNotSandboxedIfDirectWriteGloballyEnabled | function | core/ |
Tests direct-write mode when globally enabled. |
| DirectWriteTest::testSiteSandboxedIfDirectWriteGloballyDisabled | function | core/ |
Tests that direct-write does not work if it is globally disabled. |
| DisabledDisplayTest | class | core/ |
Tests the ability to disable and enable view displays. |
| DisabledDisplayTest.php | file | core/ |
|
| DisabledDisplayTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| DisabledDisplayTest::$modules | property | core/ |
Modules to install. |
| DisabledDisplayTest::$testViews | property | core/ |
Views used by this test. |
| DisabledDisplayTest::setUp | function | core/ |
Sets up the test. |
| DisabledDisplayTest::testDisabledDisplays | function | core/ |
Tests that views displays can be disabled. |
| disable_transitions.theme.css | file | core/ |
/** * Remove CSS animation effects that can cause random test failures. */ * { /* CSS transitions. */ -o-transition: none !important; -webkit-transition: none !important; transition: none !important; -o-transition-property: none… |
| DisallowBasicAuthRequests | class | core/ |
Cache policy for pages served from basic auth. |
| DisallowBasicAuthRequests.php | file | core/ |
|
| DisallowBasicAuthRequests::check | function | core/ |
Determines whether delivery of a cached page should be attempted. |
| DiscardLayoutChangesForm | class | core/ |
Discards any pending changes to the layout. |
| DiscardLayoutChangesForm.php | file | core/ |
|
| DiscardLayoutChangesForm::$layoutTempstoreRepository | property | core/ |
The layout tempstore repository. |
| DiscardLayoutChangesForm::$messenger | property | core/ |
The messenger service. |
| DiscardLayoutChangesForm::$sectionStorage | property | core/ |
The section storage. |
| DiscardLayoutChangesForm::buildForm | function | core/ |
Form constructor. |
| DiscardLayoutChangesForm::create | function | core/ |
Instantiates a new instance of the implementing class using autowiring. |
| DiscardLayoutChangesForm::getCancelUrl | function | core/ |
Returns the route to go to if the user cancels the action. |
| DiscardLayoutChangesForm::getDescription | function | core/ |
Returns additional text to display as a description. |
| DiscardLayoutChangesForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
| DiscardLayoutChangesForm::getQuestion | function | core/ |
Returns the question to ask the user. |
| DiscardLayoutChangesForm::submitForm | function | core/ |
Form submission handler. |
Pagination
- Previous page
- Page 366
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.