public static function ProtectedNodeFieldCollection::getInfo in Protected Node 1.0.x
Same name and namespace in other branches
- 7 tests/protected_node.field_collection.test \ProtectedNodeFieldCollection::getInfo()
File
- tests/
protected_node.field_collection.test, line 16 - Test protected node behavior with field collection private files.
Class
- ProtectedNodeFieldCollection
- Configure protected_node to use per node password and use private file field.
Code
public static function getInfo() {
return array(
'name' => 'Protected node field collection private file',
'description' => "This tests the behavior of protected node with field collection private file field",
'group' => 'Protected Node',
);
}