Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| DependencyOrderingTest.php | file | core/ |
|
| DependencyOrderingTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| DependencyOrderingTest::$modules | property | core/ |
Modules to enable. |
| DependencyOrderingTest::setUp | function | core/ |
|
| DependencyOrderingTest::testUpdateOrderingModuleInterdependency | function | core/ |
Test that dependencies between modules are resolved correctly. |
| DependencyOrderingTest::testUpdateOrderingSingleModule | function | core/ |
Test that updates within a single module run in the correct order. |
| DependencySerializationTest | class | core/ |
@coversDefaultClass \Drupal\Core\DependencyInjection\DependencySerializationTrait[[api-linebreak]] @group DependencyInjection |
| DependencySerializationTest.php | file | core/ |
Contains \Drupal\Tests\Core\DependencyInjection\DependencySerializationTest. |
| DependencySerializationTest::testSerialization | function | core/ |
@covers ::__sleep[[api-linebreak]] @covers ::__wakeup[[api-linebreak]] |
| DependencySerializationTest::testSerializationWithMissingService | function | core/ |
@covers ::__sleep[[api-linebreak]] @covers ::__wakeup[[api-linebreak]] |
| 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/ |
|
| DependencySerializationTraitPass | class | core/ |
Sets the _serviceId property on all services. |
| DependencySerializationTraitPass.php | file | core/ |
|
| DependencySerializationTraitPass::process | function | core/ |
|
| DependencyTest | class | core/ |
@coversDefaultClass \Drupal\Core\Extension\Dependency[[api-linebreak]] @group Extension |
| DependencyTest | class | core/ |
Enable module without dependency enabled. |
| DependencyTest.php | file | core/ |
|
| DependencyTest.php | file | core/ |
|
| DependencyTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| DependencyTest::providerCreateFromString | function | core/ |
Data provider for testCreateFromString. |
| DependencyTest::testCoreCompatibility | function | core/ |
Tests enabling modules with different core version specifications. |
| DependencyTest::testCreateFromString | function | core/ |
@covers ::createFromString[[api-linebreak]] @dataProvider providerCreateFromString |
| DependencyTest::testEnableRequirementsFailureDependency | function | core/ |
Tests enabling a module that depends on a module which fails hook_requirements(). |
| DependencyTest::testEnableWithoutDependency | function | core/ |
Attempts to enable the Content Translation module without Language enabled. |
| DependencyTest::testIncompatibleCoreVersionDependency | function | core/ |
Tests enabling a module that depends on a module with an incompatible core version. |
| DependencyTest::testIncompatibleModuleVersionDependency | function | core/ |
Tests enabling a module that depends on an incompatible version of a module. |
| DependencyTest::testIncompatiblePhpVersionDependency | function | core/ |
Tests failing PHP version requirements. |
| DependencyTest::testIsCompatible | function | core/ |
@covers ::isCompatible[[api-linebreak]] |
| DependencyTest::testMissingModules | function | core/ |
Attempts to enable a module with a missing dependency. |
| DependencyTest::testModuleEnableOrder | function | core/ |
Tests that module dependencies are enabled in the correct order in the UI. |
| DependencyTest::testOffsetGet | function | core/ |
@covers ::offsetGet[[api-linebreak]] @group legacy @expectedDeprecation Array access to the Drupal\Core\Extension\Dependency name property is deprecated. Use Drupal\Core\Extension\Dependency::getName() instead. See… |
| DependencyTest::testOffsetGetException | function | core/ |
@covers ::offsetGet[[api-linebreak]] @group legacy |
| DependencyTest::testOffsetSet | function | core/ |
@covers ::offsetSet[[api-linebreak]] @group legacy |
| DependencyTest::testOffsetTest | function | core/ |
@covers ::offsetExists[[api-linebreak]] @group legacy @expectedDeprecation Array access to Drupal\Core\Extension\Dependency properties is deprecated. Use accessor methods instead. See https://www.drupal.org/node/2756875 |
| DependencyTest::testOffsetUnset | function | core/ |
@covers ::offsetUnset[[api-linebreak]] @group legacy |
| DependencyTest::testProjectNamespaceForDependencies | function | core/ |
Checks functionality of project namespaces for dependencies. |
| DependencyTest::testSerialization | function | core/ |
Ensures that constraint objects are not serialized. |
| DependencyTest::testUninstallDependents | function | core/ |
Tests attempting to uninstall a module that has installed dependents. |
| DependencyTrait | trait | core/ |
Provides a trait for managing an object's dependencies. |
Pagination
- Previous page
- Page 383
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.