public static function RegionContentTest::getInfo

File

drupal/core/modules/system/lib/Drupal/system/Tests/Common/RegionContentTest.php, line 16
Definition of Drupal\system\Tests\Common\RegionContentTest.

Class

RegionContentTest
Tests drupal_add_region_content() and drupal_get_region_content().

Namespace

Drupal\system\Tests\Common

Code

public static function getInfo() {
  return array(
    'name' => 'Region content',
    'description' => 'Tests setting and retrieving content from theme regions.',
    'group' => 'Common',
  );
}