class DataLayerMockEntityController in dataLayer 7
Hierarchy
Expanded class hierarchy of DataLayerMockEntityController
File
- tests/
datalayer.unit.test, line 375 - Tests the functionality of the DataLayer module.
View source
class DataLayerMockEntityController {
/**
* Load.
*/
public function load() {
return array(
1 => (object) array(
'tid' => 1,
'vid' => 1,
'name' => 'someTag',
'vocabulary_machine_name' => 'tags',
),
);
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
DataLayerMockEntityController:: |
public | function | Load. |