Search for on
Title | Object type | File name | Summary |
---|---|---|---|
DependencySerializationTest.php | file | core/ |
|
DependencySerializationTest::testSerialization | function | core/ |
Tests serialization. |
DependencySerializationTestDummy | class | core/ |
Defines a test class which has a single service as dependency. |
DependencySerializationTestDummy::$container | property | core/ |
The container. |
DependencySerializationTestDummy::$service | property | core/ |
A test service. |
DependencySerializationTestDummy::getServiceIds | function | core/ |
Gets the stored service IDs. |
DependencySerializationTestDummy::setContainer | function | core/ |
|
DependencySerializationTestDummy::__construct | function | core/ |
Constructs a new TestClass object. |
DependencySerializationTrait | trait | core/ |
Provides dependency injection friendly methods for serialization. |
DependencySerializationTrait.php | file | core/ |
|
DependencySerializationTrait::$_entityStorages | property | core/ |
An array of entity type IDs keyed by the property name of their storages. |
DependencySerializationTrait::$_serviceIds | property | core/ |
An array of service IDs keyed by property name used for serialization. |
DependencySerializationTrait::__sleep | function | core/ |
|
DependencySerializationTrait::__wakeup | function | core/ |
|
DependencyTest::testSerialization | function | core/ |
Ensures that constraint objects are not serialized. |
DependentAccessTest::testMergeNonGroup | function | core/ |
Tests merging a new dependency with existing non-group access dependency. |
DependentPluginDefinitionInterface | interface | core/ |
Provides an interface for a plugin definition that has dependencies. |
DependentPluginDefinitionInterface.php | file | core/ |
|
DependentPluginDefinitionInterface::getConfigDependencies | function | core/ |
Gets the config dependencies of this plugin definition. |
DependentPluginDefinitionInterface::setConfigDependencies | function | core/ |
Sets the config dependencies of this plugin definition. |
DependentPluginDefinitionTrait | trait | core/ |
Provides a trait for a plugin definition that has dependencies. |
DependentPluginDefinitionTrait.php | file | core/ |
|
DependentPluginDefinitionTrait::$config_dependencies | property | core/ |
The dependencies of this plugin definition. |
DependentPluginDefinitionTrait::getConfigDependencies | function | core/ |
|
DependentPluginDefinitionTrait::setConfigDependencies | function | core/ |
|
DeprecatedArray::__construct | function | core/ |
DeprecatedArray constructor. |
DeprecationHandler | class | core/ |
Drupal's PHPUnit extension to manage code deprecation. |
DeprecationHandler.php | file | core/ |
|
DeprecationHandler::$collectedDeprecations | property | core/ |
A list of deprecation messages collected during test run. |
DeprecationHandler::$deprecationIgnorePatterns | property | core/ |
A list of deprecation messages that should be ignored if detected. |
DeprecationHandler::$enabled | property | core/ |
Indicates if the extension is enabled. |
DeprecationHandler::$expectedDeprecations | property | core/ |
A list of expected deprecation messages. |
DeprecationHandler::collectActualDeprecation | function | core/ |
Collects an actual deprecation. |
DeprecationHandler::expectDeprecation | function | core/ |
Adds an expected deprecation. |
DeprecationHandler::getCollectedDeprecations | function | core/ |
Returns all collected deprecations. |
DeprecationHandler::getConfiguration | function | core/ |
Returns the extension configuration. |
DeprecationHandler::getExpectedDeprecations | function | core/ |
Returns all expected deprecations. |
DeprecationHandler::init | function | core/ |
Initializes the extension. |
DeprecationHandler::isDeprecationTest | function | core/ |
Determines if a test case is a deprecation test. |
DeprecationHandler::isEnabled | function | core/ |
Determines if the extension is enabled. |
DeprecationHandler::isIgnoredDeprecation | function | core/ |
Determines if an actual deprecation should be ignored. |
DeprecationHandler::isTestInLegacyGroup | function | core/ |
Determines if a test case is part of the 'legacy' group. |
DeprecationHandler::reset | function | core/ |
Resets the extension. |
DeprecationHandler::__construct | function | core/ |
This class should not be instantiated. |
DeprecationHelper | class | core/ |
Provides a helper method for handling deprecated code paths in projects. |
DeprecationHelper.php | file | core/ |
|
DeprecationHelper::backwardsCompatibleCall | function | core/ |
Helper to run a callback based on the installed version of a project. |
DeprecationHelperTest | class | core/ |
Tests Drupal\Component\Utility\DeprecationHelper. |
DeprecationHelperTest.php | file | core/ |
|
DeprecationHelperTest::deprecatedHelperTestCases | function | core/ |
Pagination
- Previous page
- Page 108
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.