public static function ProtectedNodePageDisplay::getInfo in Protected Node 1.0.x
Same name and namespace in other branches
- 7 tests/protected_node.page_text.test \ProtectedNodePageDisplay::getInfo()
File
- tests/
protected_node.page_text.test, line 16 - Test protected node password page display options.
Class
- ProtectedNodePageDisplay
- Configure protected_node to use per node password.
Code
public static function getInfo() {
return array(
'name' => 'Protected node password page display options',
'description' => "This tests what is displayed on the enter password page",
'group' => 'Protected Node',
);
}