You are here

public static function ContentUICrud::getInfo in Content Construction Kit (CCK) 6.3

Same name and namespace in other branches
  1. 6.2 tests/content.crud.test \ContentUICrud::getInfo()

File

tests/content.crud.test, line 643

Class

ContentUICrud

Code

public static function getInfo() {
  return array(
    'name' => t('Admin UI'),
    'description' => t('Tests the CRUD (create, read, update, delete) operations for content fields via the UI. <strong>Requires <a href="@schema_link">Schema module</a>.</strong>', array(
      '@schema_link' => 'http://www.drupal.org/project/schema',
    )),
    'group' => t('CCK'),
  );
}