You are here

function efq_views_test_bundles in EntityFieldQuery Views Backend 7

File

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

Code

function efq_views_test_bundles() {
  return array(
    'test1',
    'test2',
  );
}