| VariationCacheTest::$cacheKeys |
property |
core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php |
The cache keys this test will store things under. |
| VariationCacheTest::$gardenType |
property |
core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php |
The simulated current user's garden type. |
| VariationCacheTest::$gardenTypeCacheability |
property |
core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php |
The cacheability for something that varies per housing and garden type. |
| VariationCacheTest::$houseOrientation |
property |
core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php |
The simulated current user's house's orientation. |
| VariationCacheTest::$houseOrientationCacheability |
property |
core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php |
The cacheability for varying per housing, garden and orientation. |
| VariationCacheTest::$housingType |
property |
core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php |
The simulated current user's housing type. |
| VariationCacheTest::$housingTypeCacheability |
property |
core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php |
The cacheability for something that only varies per housing type. |
| VariationCacheTest::$memoryBackend |
property |
core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php |
The backend used by the variation cache. |
| VariationCacheTest::$requestStack |
property |
core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php |
The mock request stack. |
| VariationCacheTest::$solarType |
property |
core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php |
The simulated current user's solar panel type. |
| VariationCacheTest::$variationCache |
property |
core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php |
The variation cache instance. |
| VariationCacheTest::assertCacheBackendItem |
function |
core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php |
Asserts that an item was properly stored in the cache backend. |
| VariationCacheTest::assertVariationCacheItem |
function |
core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php |
Asserts that an item was properly stored in the variation cache. |
| VariationCacheTest::assertVariationCacheMiss |
function |
core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php |
Asserts that an item could not be retrieved from the variation cache. |
| VariationCacheTest::getSortedCacheId |
function |
core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php |
Creates the sorted cache ID from cache ID parts. |
| VariationCacheTest::setUp |
function |
core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php |
|
| VariationCacheTest::setVariationCacheItem |
function |
core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php |
Stores an item in the variation cache. |
| VariationCacheTest::testIncompatibleChainedRedirectsComplexException |
function |
core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php |
Tests the same as above, but even more complex. |
| VariationCacheTest::testIncompatibleChainedRedirectsException |
function |
core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php |
Tests the same as above, but with more redirects. |
| VariationCacheTest::testIncompatibleRedirectsException |
function |
core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php |
Tests exception for a cache item that has incompatible cache redirects. |
| VariationCacheTest::testIncompleteRedirectException |
function |
core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php |
Tests exception for a cache item that has an incomplete redirect. |
| VariationCacheTest::testIncompleteVariationsException |
function |
core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php |
Tests exception for a cache item that has incomplete variations. |
| VariationCacheTest::testNestedVariations |
function |
core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php |
Tests a cache item that has nested variations. |
| VariationCacheTest::testNestedVariationsSelfHealing |
function |
core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php |
Tests a cache item that has nested variations that trigger self-healing. |
| VariationCacheTest::testNoVariations |
function |
core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php |
Tests a cache item that has no variations. |
| VariationCacheTest::testSingleVariation |
function |
core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php |
Tests a cache item that only ever varies by one context. |
| VariationCacheTest::testSplitVariationsSelfHealing |
function |
core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php |
Tests self-healing for a cache item that has split variations. |
| VendorHardeningExcluderTest |
class |
core/modules/package_manager/tests/src/Kernel/PathExcluder/VendorHardeningExcluderTest.php |
Tests Vendor Hardening Excluder. |
| VendorHardeningExcluderTest.php |
file |
core/modules/package_manager/tests/src/Kernel/PathExcluder/VendorHardeningExcluderTest.php |
|
| VendorHardeningExcluderTest::testVendorHardeningFilesExcluded |
function |
core/modules/package_manager/tests/src/Kernel/PathExcluder/VendorHardeningExcluderTest.php |
Tests that vendor hardening files are excluded from stage operations. |
| VendorHardeningPluginTest |
class |
core/tests/Drupal/Tests/Composer/Plugin/VendorHardening/VendorHardeningPluginTest.php |
Tests Drupal\Composer\Plugin\VendorHardening\VendorHardeningPlugin. |
| VendorHardeningPluginTest.php |
file |
core/tests/Drupal/Tests/Composer/Plugin/VendorHardening/VendorHardeningPluginTest.php |
|
| VendorHardeningPluginTest::providerFindBinOverlap |
function |
core/tests/Drupal/Tests/Composer/Plugin/VendorHardening/VendorHardeningPluginTest.php |
|
| VendorHardeningPluginTest::setUp |
function |
core/tests/Drupal/Tests/Composer/Plugin/VendorHardening/VendorHardeningPluginTest.php |
|
| VendorHardeningPluginTest::testCleanAllPackages |
function |
core/tests/Drupal/Tests/Composer/Plugin/VendorHardening/VendorHardeningPluginTest.php |
Tests clean all packages. |
| VendorHardeningPluginTest::testCleanPackage |
function |
core/tests/Drupal/Tests/Composer/Plugin/VendorHardening/VendorHardeningPluginTest.php |
Tests clean package. |
| VendorHardeningPluginTest::testCleanPathsForPackage |
function |
core/tests/Drupal/Tests/Composer/Plugin/VendorHardening/VendorHardeningPluginTest.php |
Tests clean paths for package. |
| VendorHardeningPluginTest::testFindBinOverlap |
function |
core/tests/Drupal/Tests/Composer/Plugin/VendorHardening/VendorHardeningPluginTest.php |
Tests find bin overlap. |
| VendorHardeningPluginTest::testWriteAccessRestrictionFiles |
function |
core/tests/Drupal/Tests/Composer/Plugin/VendorHardening/VendorHardeningPluginTest.php |
Tests write access restriction files. |
| VersionByRel::LATEST_VERSION |
constant |
core/modules/jsonapi/src/Revisions/VersionByRel.php |
Version argument which loads the revision known to be the "latest version". |
| VersionNegotiatorTest |
class |
core/modules/jsonapi/tests/src/Kernel/Revisions/VersionNegotiatorTest.php |
The test class for version negotiators. |
| VersionNegotiatorTest.php |
file |
core/modules/jsonapi/tests/src/Kernel/Revisions/VersionNegotiatorTest.php |
|
| VersionNegotiatorTest::$modules |
property |
core/modules/jsonapi/tests/src/Kernel/Revisions/VersionNegotiatorTest.php |
Modules to install. |
| VersionNegotiatorTest::$node |
property |
core/modules/jsonapi/tests/src/Kernel/Revisions/VersionNegotiatorTest.php |
The node. |
| VersionNegotiatorTest::$node2 |
property |
core/modules/jsonapi/tests/src/Kernel/Revisions/VersionNegotiatorTest.php |
The other node. |
| VersionNegotiatorTest::$nodePreviousRevisionId |
property |
core/modules/jsonapi/tests/src/Kernel/Revisions/VersionNegotiatorTest.php |
The previous revision ID of $node. |
| VersionNegotiatorTest::$user |
property |
core/modules/jsonapi/tests/src/Kernel/Revisions/VersionNegotiatorTest.php |
The user. |
| VersionNegotiatorTest::$versionNegotiator |
property |
core/modules/jsonapi/tests/src/Kernel/Revisions/VersionNegotiatorTest.php |
The version negotiator service. |
| VersionNegotiatorTest::setUp |
function |
core/modules/jsonapi/tests/src/Kernel/Revisions/VersionNegotiatorTest.php |
|
| VersionNegotiatorTest::testCurrentVersion |
function |
core/modules/jsonapi/tests/src/Kernel/Revisions/VersionNegotiatorTest.php |
Tests current version. |