Search for end

  1. Search 7.x for end
  2. Search 9.5.x for end
  3. Search 8.9.x for end
  4. Search 10.3.x for end
  5. Search 11.x for end
  6. Other projects
Title Object type File name Summary
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::doTestCoreVersionContains8X function core/modules/system/tests/src/Functional/Module/DependencyTest.php Tests the dependency checks when core version contains '8.x' within it.
DependencyTest::doTestEnableRequirementsFailureDependency function core/modules/system/tests/src/Functional/Module/DependencyTest.php Tests enabling a module that depends on a module which fails hook_requirements().
DependencyTest::doTestEnableWithoutDependency function core/modules/system/tests/src/Functional/Module/DependencyTest.php Attempts to enable the Content Translation module without Language enabled.
DependencyTest::doTestMissingRequirements function core/modules/system/tests/src/Functional/Module/DependencyTest.php Tests that modules that don't pass requirement checks cannot be enabled.
DependencyTest::prepareEnvironment function core/modules/system/tests/src/Functional/Module/DependencyTest.php Prepares the current environment for running the test.
DependencyTest::providerCreateFromString function core/tests/Drupal/Tests/Core/Extension/DependencyTest.php Data provider for testCreateFromString.
DependencyTest::testCoreCompatibility function core/modules/system/tests/src/Functional/Module/DependencyTest.php Tests enabling modules with different core version specifications.
DependencyTest::testCreateFromString function core/tests/Drupal/Tests/Core/Extension/DependencyTest.php Tests create from string.
DependencyTest::testIsCompatible function core/tests/Drupal/Tests/Core/Extension/DependencyTest.php Tests is compatible.
DependencyTest::testModuleDependencyMessages function core/modules/system/tests/src/Functional/Module/DependencyTest.php Tests that module dependencies install text is formatted correctly.
DependencyTest::testModuleEnableOrder function core/modules/system/tests/src/Functional/Module/DependencyTest.php Tests that module dependencies are enabled in the correct order in the UI.
DependencyTest::testModulesForm function core/modules/system/tests/src/Functional/Module/DependencyTest.php Tests functionality that can be tested without submitting the form.
DependencyTest::testNoVersionInfo function core/modules/system/tests/src/Functional/Module/DependencyTest.php Tests visiting admin/modules when a module outside of core has no version.
DependencyTest::testProjectNamespaceForDependencies function core/modules/system/tests/src/Functional/Module/DependencyTest.php Checks functionality of project namespaces for dependencies.
DependencyTest::testSerialization function core/tests/Drupal/Tests/Core/Extension/DependencyTest.php Ensures that constraint objects are not serialized.
DependencyTrait trait core/lib/Drupal/Core/Entity/DependencyTrait.php Provides a trait for managing an object's dependencies.
DependencyTrait.php file core/lib/Drupal/Core/Entity/DependencyTrait.php
DependencyTrait::$dependencies property core/lib/Drupal/Core/Entity/DependencyTrait.php The object's dependencies.
DependencyTrait::addDependencies function core/lib/Drupal/Core/Entity/DependencyTrait.php Adds multiple dependencies.
DependencyTrait::addDependency function core/lib/Drupal/Core/Entity/DependencyTrait.php Adds a dependency.
DependencyVersionTestHooks class core/modules/system/tests/modules/dependency_version_test/src/Hook/DependencyVersionTestHooks.php Hook implementations for dependency_version_test.
DependencyVersionTestHooks.php file core/modules/system/tests/modules/dependency_version_test/src/Hook/DependencyVersionTestHooks.php
DependencyVersionTestHooks::systemInfoAlter function core/modules/system/tests/modules/dependency_version_test/src/Hook/DependencyVersionTestHooks.php Implements hook_system_info_alter().
dependency_foo_test.info.yml file core/modules/system/tests/modules/dependency_foo_test/dependency_foo_test.info.yml core/modules/system/tests/modules/dependency_foo_test/dependency_foo_test.info.yml
dependency_version_test.info.yml file core/modules/system/tests/modules/dependency_version_test/dependency_version_test.info.yml core/modules/system/tests/modules/dependency_version_test/dependency_version_test.info.yml
DependentAccessInterface interface core/lib/Drupal/Core/Access/DependentAccessInterface.php Interface for AccessibleInterface objects that have an access dependency.
DependentAccessInterface.php file core/lib/Drupal/Core/Access/DependentAccessInterface.php
DependentAccessInterface::getAccessDependency function core/lib/Drupal/Core/Access/DependentAccessInterface.php Gets the access dependency.
DependentAccessTest class core/tests/Drupal/Tests/Core/Access/DependentAccessTest.php Tests Drupal\Core\Access\RefinableDependentAccessTrait.
DependentAccessTest.php file core/tests/Drupal/Tests/Core/Access/DependentAccessTest.php
DependentAccessTest::$forbidden property core/tests/Drupal/Tests/Core/Access/DependentAccessTest.php An accessible object that results in forbidden access result.
DependentAccessTest::$neutral property core/tests/Drupal/Tests/Core/Access/DependentAccessTest.php An accessible object that results in neutral access result.
DependentAccessTest::providerTestSetFirst function core/tests/Drupal/Tests/Core/Access/DependentAccessTest.php Data provider for all test methods.
DependentAccessTest::setUp function core/tests/Drupal/Tests/Core/Access/DependentAccessTest.php

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