You are here

protected function EFQViewsTestEntityClass::defaultURI in EntityFieldQuery Views Backend 7

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

File

tests/efq_views_test.module, line 89
Provides info about the efq_views test entity.

Class

EFQViewsTestEntityClass

Code

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