You are here

public function DataLayerMockEntityController::load in dataLayer 7

Load.

File

tests/datalayer.unit.test, line 380
Tests the functionality of the DataLayer module.

Class

DataLayerMockEntityController

Code

public function load() {
  return array(
    1 => (object) array(
      'tid' => 1,
      'vid' => 1,
      'name' => 'someTag',
      'vocabulary_machine_name' => 'tags',
    ),
  );
}