API Docs for:
Show:

FixtureLoader Class

Load fixture data (only works in Node.js)

Methods

getClassFiles

() Array(string) private

get domain files to load

Returns:

Array(string):

filenames

getMasterJSON

() Object private

Returns:

Object:

master data

load

(
  • [options]
)
EntityPool | Promise(EntityPool) public

Parameters:

  • [options] Object optional
    • [async] Boolean optional

      if true, returns Promise.

Returns:

EntityPool | Promise(EntityPool):

readTSV

() private

read TSV, returns model data

topoSort

() private

topological sort