You are here

public static function ServicesEntityGenericEntityResource::getInfo in Services Entity API 7.2

Implements getInfo().

File

tests/services_entity.test, line 329
Services Entity Tests

Class

ServicesEntityGenericEntityResource
Test resources on the Generic controller, using a test entity type.

Code

public static function getInfo() {
  return array(
    'name' => 'Test Entity Generic Resource',
    'description' => "Test resources using the generic resource controller, with a test entity type.",
    'group' => 'Services Entity',
  );
}