You are here

protected function ServicesEntityClass::defaultURI in Services Entity API 7.2

Specifies the default uri, which is picked up by uri() by default.

File

tests/services_entity_test/services_entity_test.module, line 98
services_entity_test.module Provides a test entity type for the services entity tests.

Class

ServicesEntityClass
Main class for test entities.

Code

protected function defaultURI() {
  return array(
    'path' => 'services_entity_test/' . $this
      ->identifier(),
  );
}