class TestMemoryBackend

Same name and namespace in other branches
  1. 11.x core/tests/Drupal/Tests/Core/Asset/AssetResolverTest.php \Drupal\Tests\Core\Asset\TestMemoryBackend
  2. 10 core/tests/Drupal/Tests/Core/Asset/AssetResolverTest.php \Drupal\Tests\Core\Asset\TestMemoryBackend
  3. 8.9.x core/tests/Drupal/Tests/Core/Asset/AssetResolverTest.php \Drupal\Tests\Core\Asset\TestMemoryBackend

Hierarchy

Expanded class hierarchy of TestMemoryBackend

File

core/tests/Drupal/Tests/Core/Asset/AssetResolverTest.php, line 161

Namespace

Drupal\Tests\Core\Asset
View source
class TestMemoryBackend extends MemoryBackend {
  public function getAllCids() {
    return array_keys($this->cache);
  }

}

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