Generates a ImageFilterInterface object that is used for building data fetch queries.
Find all repository items matching the filter parameters.
Gets all repository items. The cached data will be returned if the data has been fetched before. Using the forceFetch parameter, a user can order a fresh copy to be fetched from the server.
Flag whether to force a server request or not. False by default.
Array of resources.
Gets one repository item by id. The cached data will be returned if the data has been fetched before. Using the forceFetch parameter, a user can order a fresh copy to be fetched from the server. In case a new record is fetched, the data will be updated accordingly.
False by default.
Deletes an item from the repository.
Saves new and/or updated items.
The resource or array of resources to save or update.
A new array with referenced resources.
Generated using TypeDoc
Factory method. Creates and returns a new empty instance of the entity.