class TestMemoryBackend
Same name in other branches
- 9 core/tests/Drupal/Tests/Core/Asset/AssetResolverTest.php \Drupal\Tests\Core\Asset\TestMemoryBackend
- 8.9.x core/tests/Drupal/Tests/Core/Asset/AssetResolverTest.php \Drupal\Tests\Core\Asset\TestMemoryBackend
- 10 core/tests/Drupal/Tests/Core/Asset/AssetResolverTest.php \Drupal\Tests\Core\Asset\TestMemoryBackend
Hierarchy
- class \Drupal\Tests\Core\Asset\TestMemoryBackend extends \Drupal\Core\Cache\MemoryBackend
Expanded class hierarchy of TestMemoryBackend
File
-
core/
tests/ Drupal/ Tests/ Core/ Asset/ AssetResolverTest.php, line 304
Namespace
Drupal\Tests\Core\AssetView source
class TestMemoryBackend extends MemoryBackend {
public function getAllCids() {
return array_keys($this->cache);
}
}
Members
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.