get_search_record_types — Get all record types that may be indexed and searchable.

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. The keys should be the record’s class name and the respective values should be the human readable and internationalized version of the record type.

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

Returns:array

Usage

Examples

See Also