Procedures regarding content methods
content_method::flush_content_methods_cache
content_method::get_content_methods
* indicates required
Public Methods:| content_method::flush_content_methods_cache by Michael Pih | ||
| Flushes the cache for content_method_types for a given content type. If no content type is specified, the entire content_method_types cache is flushed 
 
 | 
| content_method::get_content_methods by Michael Pih | ||||
| Returns a list of content_methods that are associated with a content type, first checking for a default method, then for registered content methods, and then for all content methods 
 
 | 
Private Methods:
| content_method::get_content_method_options by Michael Pih | 
| Returns a list of label, content_method pairs that are associated with a content type, first checking for a default method, then for registered content methods, and then for all content methods | 
| content_method::text_entry_filter_sql by Michael Pih | ||
| Generate a SQL stub that filters out the text_entry content method 
 
 | 
* indicates required