Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search 11.x for %s
  6. Other projects
Title Object type File name Summary
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::$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::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::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::calculateDependencies function core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php Gets the dependencies for this field item.
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 install.
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 install.
DependencyMissingTest::setUp function core/modules/system/tests/src/Functional/UpdateSystem/DependencyMissingTest.php
DependencyMissingTest::testMissingUpdate function core/modules/system/tests/src/Functional/UpdateSystem/DependencyMissingTest.php Tests updating with a missing dependency.
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 install.
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 Tests Drupal\Core\DependencyInjection\DependencySerializationTrait.
DependencySerializationTest.php file core/tests/Drupal/Tests/Core/DependencyInjection/DependencySerializationTest.php
DependencySerializationTest::testSerialization function core/tests/Drupal/Tests/Core/DependencyInjection/DependencySerializationTest.php Tests serialization.
DependencySerializationTestDummy class core/tests/Drupal/Tests/Core/DependencyInjection/DependencySerializationTest.php Defines a test class which has a single service as dependency.
DependencySerializationTestDummy::$container property core/tests/Drupal/Tests/Core/DependencyInjection/DependencySerializationTest.php The container.
DependencySerializationTestDummy::$service property core/tests/Drupal/Tests/Core/DependencyInjection/DependencySerializationTest.php A test service.
DependencySerializationTestDummy::getServiceIds function core/tests/Drupal/Tests/Core/DependencyInjection/DependencySerializationTest.php Gets the stored service IDs.
DependencySerializationTestDummy::setContainer function core/tests/Drupal/Tests/Core/DependencyInjection/DependencySerializationTest.php
DependencySerializationTestDummy::__construct function core/tests/Drupal/Tests/Core/DependencyInjection/DependencySerializationTest.php Constructs a new TestClass object.
DependencySerializationTrait trait core/lib/Drupal/Core/DependencyInjection/DependencySerializationTrait.php Provides dependency injection friendly methods for serialization.
DependencySerializationTrait.php file core/lib/Drupal/Core/DependencyInjection/DependencySerializationTrait.php
DependencySerializationTrait::$_entityStorages property core/lib/Drupal/Core/DependencyInjection/DependencySerializationTrait.php An array of entity type IDs keyed by the property name of their storages.
DependencySerializationTrait::$_serviceIds property core/lib/Drupal/Core/DependencyInjection/DependencySerializationTrait.php An array of service IDs keyed by property name used for serialization.
DependencySerializationTrait::__sleep function core/lib/Drupal/Core/DependencyInjection/DependencySerializationTrait.php
DependencySerializationTrait::__wakeup function core/lib/Drupal/Core/DependencyInjection/DependencySerializationTrait.php
DependencyTest class core/tests/Drupal/Tests/Core/Extension/DependencyTest.php Tests Drupal\Core\Extension\Dependency.
DependencyTest class core/modules/system/tests/src/Functional/Module/DependencyTest.php Enable module without dependency enabled.
DependencyTest.php file core/modules/system/tests/src/Functional/Module/DependencyTest.php
DependencyTest.php file core/tests/Drupal/Tests/Core/Extension/DependencyTest.php
DependencyTest::$defaultTheme property core/modules/system/tests/src/Functional/Module/DependencyTest.php The theme to install as the default for testing.
DependencyTest::providerCreateFromString function core/tests/Drupal/Tests/Core/Extension/DependencyTest.php Data provider for testCreateFromString.

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