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 |
|---|---|---|---|
| DenyAdminRoutes | class | core/ |
Cache policy for routes with the '_admin_route' option set. |
| DenyAdminRoutes.php | file | core/ |
|
| DenyAdminRoutes::$routeMatch | property | core/ |
The current route match. |
| DenyAdminRoutes::check | function | core/ |
Determines whether it is save to store a page in the cache. |
| DenyAdminRoutes::__construct | function | core/ |
Constructs a deny admin route page cache policy. |
| DenyNoCacheRoutes | class | core/ |
Cache policy for routes with the 'no_cache' option set. |
| DenyNoCacheRoutes.php | file | core/ |
|
| DenyNoCacheRoutes::$routeMatch | property | core/ |
The current route match. |
| DenyNoCacheRoutes::check | function | core/ |
Determines whether it is save to store a page in the cache. |
| DenyNoCacheRoutes::__construct | function | core/ |
Constructs a deny node preview page cache policy. |
| DenyNoCacheRoutesTest | class | core/ |
Tests Drupal\Core\PageCache\ResponsePolicy\DenyNoCacheRoutes. |
| DenyNoCacheRoutesTest.php | file | core/ |
|
| DenyNoCacheRoutesTest::$policy | property | core/ |
The response policy under test. |
| DenyNoCacheRoutesTest::$request | property | core/ |
A request object. |
| DenyNoCacheRoutesTest::$response | property | core/ |
A response object. |
| DenyNoCacheRoutesTest::$routeMatch | property | core/ |
The current route match. |
| DenyNoCacheRoutesTest::providerDenyNoCacheRoutesPolicy | function | core/ |
Provides data and expected results for the test method. |
| DenyNoCacheRoutesTest::setUp | function | core/ |
|
| DenyNoCacheRoutesTest::testDenyNoCacheRoutesPolicy | function | core/ |
Asserts that caching is denied on the node preview route. |
| DenyTestAuthRequests | class | core/ |
Cache policy for pages requested with REST Test Auth. |
| DenyTestAuthRequests.php | file | core/ |
|
| DenyTestAuthRequests::check | function | core/ |
Determines whether delivery of a cached page should be attempted. |
| dependencies.libraries.yml | file | core/ |
core/tests/Drupal/Tests/Core/Asset/library_test_files/dependencies.libraries.yml |
| Dependency::$constraint | property | core/ |
The Constraint object from the constraint string. |
| Dependency::$constraintString | property | core/ |
The constraint string. |
| Dependency::createFromString | function | core/ |
Creates a new instance of this class from a dependency string. |
| Dependency::getConstraint | function | core/ |
Gets the Constraint object. |
| Dependency::getConstraintString | function | core/ |
Gets constraint string from the dependency. |
| Dependency::isCompatible | function | core/ |
Determines if the provided version is compatible with this dependency. |
| Dependency::__construct | function | core/ |
Dependency constructor. |
| Dependency::__sleep | function | core/ |
Prevents unnecessary serialization of constraint objects. |
| DependencyFieldItem::calculateDependencies | function | core/ |
Gets the dependencies for this field item. |
| DependencyHookInvocationTest | class | core/ |
Tests the hook invocation for determining update dependencies. |
| DependencyHookInvocationTest.php | file | core/ |
|
| DependencyHookInvocationTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| DependencyHookInvocationTest::$modules | property | core/ |
Modules to install. |
| DependencyHookInvocationTest::setUp | function | core/ |
|
| DependencyHookInvocationTest::testHookUpdateDependencies | function | core/ |
Tests the structure of the array returned by hook_update_dependencies(). |
| DependencyMissingTest | class | core/ |
Tests that missing update dependencies are correctly flagged. |
| DependencyMissingTest.php | file | core/ |
|
| DependencyMissingTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| DependencyMissingTest::$modules | property | core/ |
Modules to install. |
| DependencyMissingTest::setUp | function | core/ |
|
| DependencyMissingTest::testMissingUpdate | function | core/ |
Tests updating with a missing dependency. |
| DependencyOrderingTest | class | core/ |
Tests that update functions are run in the proper order. |
| DependencyOrderingTest.php | file | core/ |
|
| DependencyOrderingTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| DependencyOrderingTest::$modules | property | core/ |
Modules to install. |
| DependencyOrderingTest::setUp | function | core/ |
|
| DependencyOrderingTest::testUpdateOrderingModuleInterdependency | function | core/ |
Tests that dependencies between modules are resolved correctly. |
Pagination
- Previous page
- Page 356
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.