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