Search for all

  1. Search 7.x for all
  2. Search 8.9.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Other projects
Title Object type File name Summary
DenyPrivateImageStyleDownloadTest::$response property core/modules/image/tests/src/Unit/PageCache/DenyPrivateImageStyleDownloadTest.php A response object.
DenyPrivateImageStyleDownloadTest::$routeMatch property core/modules/image/tests/src/Unit/PageCache/DenyPrivateImageStyleDownloadTest.php The current route match.
DenyPrivateImageStyleDownloadTest::providerPrivateImageStyleDownloadPolicy function core/modules/image/tests/src/Unit/PageCache/DenyPrivateImageStyleDownloadTest.php Provides data and expected results for the test method.
DenyPrivateImageStyleDownloadTest::setUp function core/modules/image/tests/src/Unit/PageCache/DenyPrivateImageStyleDownloadTest.php
DenyPrivateImageStyleDownloadTest::testPrivateImageStyleDownloadPolicy function core/modules/image/tests/src/Unit/PageCache/DenyPrivateImageStyleDownloadTest.php Asserts that caching is denied on the private image style download route.
DenyTestAuthRequests class core/modules/rest/tests/modules/rest_test/src/PageCache/RequestPolicy/DenyTestAuthRequests.php Cache policy for pages requested with REST Test Auth.
DenyTestAuthRequests.php file core/modules/rest/tests/modules/rest_test/src/PageCache/RequestPolicy/DenyTestAuthRequests.php
DenyTestAuthRequests::check function core/modules/rest/tests/modules/rest_test/src/PageCache/RequestPolicy/DenyTestAuthRequests.php Determines whether delivery of a cached page should be attempted.
dependencies.libraries.yml file core/tests/Drupal/Tests/Core/Asset/library_test_files/dependencies.libraries.yml core/tests/Drupal/Tests/Core/Asset/library_test_files/dependencies.libraries.yml
Dependency class core/lib/Drupal/Core/Extension/Dependency.php A value object representing dependency information.
Dependency.php file core/lib/Drupal/Core/Extension/Dependency.php
Dependency::$constraint property core/lib/Drupal/Core/Extension/Dependency.php The Constraint object from the constraint string.
Dependency::$constraintString property core/lib/Drupal/Core/Extension/Dependency.php The constraint string.
Dependency::$name property core/lib/Drupal/Core/Extension/Dependency.php The name of the dependency.
Dependency::$project property core/lib/Drupal/Core/Extension/Dependency.php The project namespace for the dependency.
Dependency::createFromString function core/lib/Drupal/Core/Extension/Dependency.php Creates a new instance of this class from a dependency string.
Dependency::getConstraint function core/lib/Drupal/Core/Extension/Dependency.php Gets the Constraint object.
Dependency::getConstraintString function core/lib/Drupal/Core/Extension/Dependency.php Gets constraint string from the dependency.
Dependency::getName function core/lib/Drupal/Core/Extension/Dependency.php Gets the dependency's name.
Dependency::getProject function core/lib/Drupal/Core/Extension/Dependency.php Gets the dependency's project namespace.
Dependency::isCompatible function core/lib/Drupal/Core/Extension/Dependency.php Determines if the provided version is compatible with this dependency.
Dependency::__construct function core/lib/Drupal/Core/Extension/Dependency.php Dependency constructor.
Dependency::__sleep function core/lib/Drupal/Core/Extension/Dependency.php Prevents unnecessary serialization of constraint objects.
DependencyFieldItem class core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php A test class.
DependencyFieldItem::calculateDependencies function core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php
DependencyFieldItem::onDependencyRemoval function core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php
DependencyHookInvocationTest class core/modules/system/tests/src/Functional/UpdateSystem/DependencyHookInvocationTest.php Tests the hook invocation for determining update dependencies.
DependencyHookInvocationTest.php file core/modules/system/tests/src/Functional/UpdateSystem/DependencyHookInvocationTest.php
DependencyHookInvocationTest::$defaultTheme property core/modules/system/tests/src/Functional/UpdateSystem/DependencyHookInvocationTest.php The theme to install as the default for testing.
DependencyHookInvocationTest::$modules property core/modules/system/tests/src/Functional/UpdateSystem/DependencyHookInvocationTest.php Modules to enable.
DependencyHookInvocationTest::setUp function core/modules/system/tests/src/Functional/UpdateSystem/DependencyHookInvocationTest.php
DependencyHookInvocationTest::testHookUpdateDependencies function core/modules/system/tests/src/Functional/UpdateSystem/DependencyHookInvocationTest.php Tests the structure of the array returned by hook_update_dependencies().
DependencyMissingTest class core/modules/system/tests/src/Functional/UpdateSystem/DependencyMissingTest.php Tests that missing update dependencies are correctly flagged.
DependencyMissingTest.php file core/modules/system/tests/src/Functional/UpdateSystem/DependencyMissingTest.php
DependencyMissingTest::$defaultTheme property core/modules/system/tests/src/Functional/UpdateSystem/DependencyMissingTest.php The theme to install as the default for testing.
DependencyMissingTest::$modules property core/modules/system/tests/src/Functional/UpdateSystem/DependencyMissingTest.php Modules to enable.
DependencyMissingTest::setUp function core/modules/system/tests/src/Functional/UpdateSystem/DependencyMissingTest.php
DependencyMissingTest::testMissingUpdate function core/modules/system/tests/src/Functional/UpdateSystem/DependencyMissingTest.php
DependencyOrderingTest class core/modules/system/tests/src/Functional/UpdateSystem/DependencyOrderingTest.php Tests that update functions are run in the proper order.
DependencyOrderingTest.php file core/modules/system/tests/src/Functional/UpdateSystem/DependencyOrderingTest.php
DependencyOrderingTest::$defaultTheme property core/modules/system/tests/src/Functional/UpdateSystem/DependencyOrderingTest.php The theme to install as the default for testing.
DependencyOrderingTest::$modules property core/modules/system/tests/src/Functional/UpdateSystem/DependencyOrderingTest.php Modules to enable.
DependencyOrderingTest::setUp function core/modules/system/tests/src/Functional/UpdateSystem/DependencyOrderingTest.php
DependencyOrderingTest::testUpdateOrderingModuleInterdependency function core/modules/system/tests/src/Functional/UpdateSystem/DependencyOrderingTest.php Tests that dependencies between modules are resolved correctly.
DependencyOrderingTest::testUpdateOrderingSingleModule function core/modules/system/tests/src/Functional/UpdateSystem/DependencyOrderingTest.php Tests that updates within a single module run in the correct order.
DependencySerializationTest class core/tests/Drupal/Tests/Core/DependencyInjection/DependencySerializationTest.php @coversDefaultClass \Drupal\Core\DependencyInjection\DependencySerializationTrait[[api-linebreak]]
@group DependencyInjection
DependencySerializationTest.php file core/tests/Drupal/Tests/Core/DependencyInjection/DependencySerializationTest.php Contains \Drupal\Tests\Core\DependencyInjection\DependencySerializationTest.
DependencySerializationTest::testSerialization function core/tests/Drupal/Tests/Core/DependencyInjection/DependencySerializationTest.php @covers ::__sleep[[api-linebreak]]
@covers ::__wakeup[[api-linebreak]]
DependencySerializationTest::testSerializationWithoutReverseContainer function core/tests/Drupal/Tests/Core/DependencyInjection/DependencySerializationTest.php @covers ::__sleep[[api-linebreak]]
@covers ::__wakeup[[api-linebreak]]
DependencySerializationTestDummy class core/tests/Drupal/Tests/Core/DependencyInjection/DependencySerializationTest.php Defines a test class which has a single service as dependency.

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