public static function MappingHookTest::getInfo

File

drupal/core/modules/rdf/lib/Drupal/rdf/Tests/MappingHookTest.php, line 24
Definition of Drupal\rdf\Tests\MappingHookTest.

Class

MappingHookTest
Tests the RDF mapping hook.

Namespace

Drupal\rdf\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'RDF mapping hook',
    'description' => 'Test hook_rdf_mapping().',
    'group' => 'RDF',
  );
}