'name', 'description' => 'Entity name', ], [ 'name' => 'description', 'description' => 'Description from docblock', ], [ 'name' => 'comment', 'description' => 'Comments from docblock', ], [ 'name' => 'see', 'data_type' => 'Array', 'description' => 'Any @see annotations from docblock', ], ]; }); } /** * @return Action\Entity\GetLinks */ public static function getLinks() { return new Action\Entity\GetLinks('Entity', __FUNCTION__); } /** * @return array */ public static function permissions() { return [ 'default' => ['access CiviCRM'], ]; } }