You are here

public static function ProtectedNodeParagraphs::getInfo in Protected Node 7

Same name and namespace in other branches
  1. 1.0.x tests/protected_node.paragraphs.test \ProtectedNodeParagraphs::getInfo()

File

tests/protected_node.paragraphs.test, line 16
Test protected node behavior with paragraphs private files.

Class

ProtectedNodeParagraphs
Configure protected_node to use per node password and use private file field.

Code

public static function getInfo() {
  return array(
    'name' => 'Protected node paragraphs private file',
    'description' => "This tests the behavior of protected node with paragraphs private file field",
    'group' => 'Protected Node',
  );
}