PostRepository
Last updated
Was this helpful?
Last updated
Was this helpful?
Count entities by a set of criteria.
Find an entity by its primary key / identifier.
Find all public entities in the repository.
Find a single entity related to the main query
findByGuid($ids)
Find entities by guid
Find a single entity by its
Find a single entity matching a set of criteria.
findOneByGuid($id)
Find one entity by guid
Gets a list of all registered post type objects.
Find entities matching a set of criteria.