LoaderInterface
in
Table of Contents
Methods
- load() : array<string, string|null>
- Load the given entries into the repository.
Methods
load()
Load the given entries into the repository.
public
load(RepositoryInterface $repository, array<string|int, Entry> $entries) : array<string, string|null>
Parameters
- $repository : RepositoryInterface
- $entries : array<string|int, Entry>