taxonomy.module
Версия 1.330.2.20 (checked in on 2009/05/13 at 19:49:11 by drumm)
Предоставляет возможность организации контента по категориям.
Функции
Имя | Описание |
---|---|
taxonomy_admin_term_edit | Page to edit a vocabulary term. |
taxonomy_admin_vocabulary_edit | Page to edit a vocabulary. |
taxonomy_autocomplete | Helper function for autocompletion |
taxonomy_del_term | Удаляет термин. |
taxonomy_del_vocabulary | Удаляет указанный словарь. |
taxonomy_form | Generate a form element for selecting terms from a vocabulary. |
taxonomy_form_all | Generate a set of options for selecting a term from all vocabularies. |
taxonomy_form_alter | Implementation of hook_form_alter(). Generate a form for selecting terms to associate with a node. |
taxonomy_form_term | |
taxonomy_form_term_submit | Accept the form submission for a taxonomy term and save the result. |
taxonomy_form_vocabulary | Выводит форму для добавления и редактирования словарей. |
taxonomy_form_vocabulary_submit | Accept the form submission for a vocabulary and save the results. |
taxonomy_get_children | Находит все дочерние термины данного термина. |
taxonomy_get_parents | Находит всех родителей данного идентификатора термина по его ID. |
taxonomy_get_parents_all | Находит всех предков данного идентификатора термина по его ID. |
taxonomy_get_related | Find all term objects related to a given term ID. |
taxonomy_get_synonyms | Return an array of synonyms of the given term ID. |
taxonomy_get_synonym_root | Return the term object that has the given string as a synonym. |
taxonomy_get_term | Возвращает объект термина, соответствующий указанному идентификатору. |
taxonomy_get_term_by_name | Try to map a string to an existing term, as for glossary use. |
taxonomy_get_tree | Создает иерархическое представление словаря. |
taxonomy_get_vocabularies | Возвращает массив объектов всех словарей. |
taxonomy_get_vocabulary | Возвращает объект словаря таксономии. |
taxonomy_help | Реализация hook_help(). |
taxonomy_link | Реализация hook_link(). |
taxonomy_menu | Реализация hook_menu(). |
taxonomy_nodeapi | Implementation of hook_nodeapi(). |
taxonomy_node_delete | Remove associations of a node to its terms. |
taxonomy_node_get_terms | Находит все термины, которые связаны с данной нодой, и сортирует их по словарю и весу термина. |
taxonomy_node_get_terms_by_vocabulary | Находит все термины, которые связаны с данной нодой, в одном словаре. |
taxonomy_node_save | Сохраняет связи термина для заданной ноды. |
taxonomy_node_type | Implementation of hook_node_type(). |
taxonomy_node_update_index | Implementation of hook_nodeapi('update_index'). |
taxonomy_node_validate | Make sure incoming vids are free tagging enabled. |
taxonomy_overview_terms | Display a tree of all the terms in a vocabulary, with options to edit each one. |
taxonomy_overview_vocabularies | List and manage vocabularies. |
taxonomy_perm | Реализация hook_perm(). |
taxonomy_render_nodes | Принимает результат вызова pager_query(), такой как, например, возвращает taxonomy_select_nodes(), и форматирует каждую ноду вместе с листалкой страниц. |
taxonomy_rss_item | Provides category information for RSS feeds. |
taxonomy_save_term | Вспомогательная функция для taxonomy_form_term_submit(). |
taxonomy_save_vocabulary | |
taxonomy_select_nodes | Находит все ноды, которые соответствуют выбранным условиям таксономии. |
taxonomy_terms_parse_string | Разбирает строку разделённых запятыми, плюсами или пробелами идентификаторов (ID) терминов таксономии. |
taxonomy_term_confirm_delete | |
taxonomy_term_confirm_delete_submit | |
taxonomy_term_count_nodes | Считает число опубликованных нод, содержащих терм. |
taxonomy_term_page | Menu callback; displays all nodes associated with a term. |
taxonomy_term_path | |
taxonomy_vocabulary_confirm_delete | |
taxonomy_vocabulary_confirm_delete_submit | |
theme_taxonomy_term_select | We use the default selection field for choosing terms. |
_taxonomy_get_tid_from_term | Helper function for array_map purposes. |
_taxonomy_term_children | Helper for taxonomy_term_count_nodes(). Used to find out which terms are children of a parent term. |
_taxonomy_term_select | Create a select form element for a given taxonomy vocabulary. |