Forms to administer the mo_tag setup. More...
Enumerations | |
enum | MO_TAG_INTERNAL_FORMAT |
The default format used by the MO Tag module (i.e. internal & very fast filter). | |
enum | MO_TAG_NO_FILTERING |
Skip filtering altogether. | |
enum | MO_TAG_DEFAULT_FORMAT |
Use the current system default format. | |
Functions | |
_mo_tag_settings_form ($format) | |
MO Tag filter settings form. | |
_mo_tag_get_formats () | |
Retrieve a list of formats. | |
_mo_tag_terms_form (&$form) | |
Return the form while editing terms. |
Implementation of the MO Tag module administration functions.
This includes the setup function for Input filters and the terms form alteration.
http://www.m2osw.com/mo_tag contact@m2osw.com
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
_mo_tag_get_formats | ( | ) |
This function retrieves the Drupal Core list of formats used to filter the description of the term whenever a corresponding tag is found.
Referenced by _mo_tag_terms_form().
_mo_tag_settings_form | ( | $ | format | ) |
This function is called when the user edits the configuration options of the Input filter using the MO Tag module.
[in] | $format | The format being configured |
Referenced by mo_tag_filter().
_mo_tag_terms_form | ( | &$ | form | ) |
This function adds a few boxes to the Terms form in order for the user to be able to define how to handle the term with the MO Tag filter.
[in,out] | $form | The form we want to alter |
References _mo_tag_get_formats().
Referenced by mo_tag_form_alter().