function BlockCacheAlter::getInfo in Block Cache Alter 6
Implementation of getInfo().
File
- ./
blockcache_alter.test, line 12 - Tests for Block Cache Alter
Class
- BlockCacheAlter
- @file Tests for Block Cache Alter
Code
function getInfo() {
return array(
'name' => t('Caching functionality'),
'description' => t('Test block cache alter functionality. The tests will check if one of the pathes is applied too to test further functionality.'),
'group' => t('Block Cache Alter'),
);
}