public static function EntityReferenceReferenceRemain::getInfo in Entityreference prepopulate 7
File
- ./
entityreference_prepopulate.test, line 78
Class
Code
public static function getInfo() {
return array(
'name' => 'Prepopulate settings',
'description' => 'Verify the reference between entity is remaining when saving the node.',
'group' => 'Entity reference prepopulate',
);
}