## allEntries

## Description

Fetch all the content entries of a content type.

## Usage



## Example



## findEntry

## Description

Find a content entry from its id.

## Usage



## Example



## createEntry

## Description

Create a content entry. If the new entry is not valid, it won't be persisted. The returned value is a **hash** which includes either the **id** or the **errors** attributes if the entry is valid or not.

## Usage



## Example



## updateEntry

## Description

Update a content entry. If the entry is not valid, it won't be persisted. The returned value is a **hash**. The returned value includes the **errors** attributes which will be filled with the entry is not valid.

## Usage



## Example