all_element_texts

Body-related functions

Summary

all_element_texts(Omeka_Record_AbstractRecord|string $record, array $options = Array)

Return the set of all element text metadata for a record.

Parameters:
  • $record (Omeka_Record_AbstractRecord|string) – The record to get the element text metadata for.
  • $options (array) – Options for getting the metadata.
Returns:

string|array

Usage

Examples

See Also