File
- drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/CacheTest.php, line 26
- Definition of Drupal\views\Tests\Plugin\CacheTest.
Class
- CacheTest
- Basic test for pluggable caching.
Namespace
Drupal\views\Tests\Plugin
Code
public static function getInfo() {
return array(
'name' => 'Cache',
'description' => 'Tests pluggable caching for views.',
'group' => 'Views Plugins',
);
}