ORMFixtureInterface
extends
FixtureInterface
in
Marks your fixtures that are specifically for the ORM.
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