You have been redirected from an outdated version of the article. Below is the content available on this topic. To view the old article click here.

first()

Usage

first(collection)

Description
Returns the first element from the given collection. This method is often used in conjunction with find() to return the first result of a query.

Example

${first(find('User'))}

results in

f02e59a47dc9492da3e6cb7fb6b3ac25

Search results for "first()"

first()

Returns the first element from the given collection. This method is often used in conjunction with find() to return the first result of a query.

first(collection)