get_search_record_types

Search-related functions

Summary

get_search_record_types()

Get all record types that may be indexed and searchable.

Plugins may add record types via the “search_record_types” filter. Thekeys should be the record’s class name and the respective values shouldbe the human readable and internationalized version of the record type.

These record classes must extend Omeka_Record_AbstractRecord andimplement this search mixin (Mixin_Search).

Returns:array

Usage

Examples

See Also