You are here

public function TestMemoryBackend::getAllCids in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/tests/Drupal/Tests/Core/Asset/AssetResolverTest.php \Drupal\Tests\Core\Asset\TestMemoryBackend::getAllCids()

File

core/tests/Drupal/Tests/Core/Asset/AssetResolverTest.php, line 165
Contains \Drupal\Tests\Core\Asset\AssetResolverTest.

Class

TestMemoryBackend

Namespace

Drupal\Tests\Core\Asset

Code

public function getAllCids() {
  return array_keys($this->cache);
}