FixtureInterface
in
Interface contract for fixture classes to implement.
Table of Contents
- load() : mixed
- Load data fixtures with the passed EntityManager
Methods
load()
Load data fixtures with the passed EntityManager
public
load(ObjectManager $manager) : mixed
Parameters
- $manager : ObjectManager