Méthode |
Description |
|
__construct ( ) |
|
|
ajax_tags ( ) |
Handles AJAX from /admin/tags
Used to search for, delete and rename tags |
|
filter_facets ( array $facets ) : array |
Plugin hook filter for the facet list |
|
filter_facetvalues ( array $values, string $facet, string $q ) : array |
Plugin hook filter for the values of a faceted search |
|
get_tag_listitems ( ) |
Generate FormUI checkboxes wrapped in listitems for the tag collection. Is used with and without AJAX |
|
get_tags ( ) |
Handle GET requests for /admin/tags to display the tags. |
|
post_tags ( ) |
Handle POST requests for /admin/tags |
|
process_tags ( FormUI $form ) |
Handles submitted tag forms and processes tag actions |
|