public static function ProtectedNodeViewMode::getInfo in Protected Node 7
Same name and namespace in other branches
- 1.0.x tests/protected_node.view_mode.test \ProtectedNodeViewMode::getInfo()
File
- tests/
protected_node.view_mode.test, line 16 - Test protected node view mode functionality.
Class
- ProtectedNodeViewMode
- Configure protected_node to use per node password.
Code
public static function getInfo() {
return array(
'name' => 'Protected node view mode feature',
'description' => "This tests view mode feature in case of per node protection",
'group' => 'Protected Node',
);
}