function block_exclude_pages_debug_check in Block Exclude Pages 8
Same name and namespace in other branches
- 2.x block_exclude_pages.module \block_exclude_pages_debug_check()
Doc function returns a strign witha list of paths to check for testing.
File
- ./
block_exclude_pages.module, line 219 - Contains block_exclude_pages.module..
Code
function block_exclude_pages_debug_check() {
$senario = [
'request_path' => [
'pages' => "/node/28\n!/node/2\n/user\n/user/*\n!/user/jc\n!/user/jc/*\n!/user/jc/*/mc",
],
];
return $senario;
}