Функции
Имя | Описание |
---|---|
blog_form modules/blog/blog.module | Реализация hook_form(). |
blog_help modules/blog/blog.module | Реализация hook_help(). |
blog_link modules/blog/blog.module | Реализация hook_link(). |
blog_menu modules/blog/blog.module | Реализация hook_menu(). |
blog_node_info modules/blog/blog.module | Реализация hook_node_info(). |
blog_page modules/blog/blog.module | Menu callback; displays a Drupal page containing recent blog entries. |
blog_page_last modules/blog/blog.module | Коллбэк меню. Показывает страницу Друпал с последними записями в блогах пользователей. |
blog_page_user modules/blog/blog.module | Показывает страницу Друпал с последними записями в блоге данного пользователя. |
blog_perm modules/blog/blog.module | Реализация hook_perm(). |
blog_user modules/blog/blog.module | Реализация hook_user(). |
blog_view modules/blog/blog.module | Реализация hook_view(). |
book_access modules/book/book.module | Реализация метода hook_access() |
book_admin modules/book/book.module | Menu callback; displays the book administration page. |
book_admin_edit modules/book/book.module | Конструктор формы для управления иерархией книги. |
book_admin_edit_submit modules/book/book.module | |
book_admin_orphan modules/book/book.module | Коллбэк меню. Отображает список всех страниц книг (book), не имеющих родителя. |
book_admin_overview modules/book/book.module | Возвращает административный краткий обзор всех книг. |
book_block modules/book/book.module | Реализация hook_block(). |
book_content modules/book/book.module | Возвращает содержимое данной ноды. Если $teaser - TRUE, возвращается анонс ноды, а не полное содержимое. Отображается последняя опубликованная версия ноды или все версии, если страница отображается в ожидании одобрения материала. |
book_export modules/book/book.module | Menu callback; Generates various representation of a book page with all descendants and prints the requested representation to output. |
book_export_html modules/book/book.module | This function is called by book_export() to generate HTML for export. |
book_form modules/book/book.module | Реализация hook_form(). |
book_help modules/book/book.module | Реализация hook_help(). |
book_insert modules/book/book.module | Implementation of hook_insert(). |
book_install modules/book/book.install | Реализация hook_install(). |
book_link modules/book/book.module | Реализация hook_link(). |
book_location modules/book/book.module | Given a node, this function returns an array of 'book node' objects representing the path in the book tree from the root to the parent of the given node. |
book_location_down modules/book/book.module | Given a node, this function returns an array of 'book node' objects representing the path in the book tree from the given node down to the last sibling of it. |
book_menu modules/book/book.module | Реализация hook_menu(). |
book_next modules/book/book.module | Fetches the node object of the next page of the book. |
book_nodeapi modules/book/book.module | Implementation of hook_nodeapi(). |
book_node_info modules/book/book.module | Реализация hook_node_info(). |
book_node_visitor_html_post modules/book/book.module | Finishes up generation of printer-friendly HTML after visiting a node. This function is a 'post-node' visitor function for book_recurse(). |
book_node_visitor_html_pre modules/book/book.module | Generates printer-friendly HTML for a node. This function is a 'pre-node' visitor function for book_recurse(). |
book_outline modules/book/book.module | Implementation of function book_outline() Handles all book outline operations. |
book_outline_submit modules/book/book.module | Handles book outline form submissions. |
book_perm modules/book/book.module | Реализация hook_perm(). |
book_prev modules/book/book.module | Fetches the node object of the previous page of the book. |
book_recurse modules/book/book.module | Traverses the book tree. Applies the $visit_pre() callback to each node, is called recursively for each child of the node (in weight, title order). Finally appends the output of the $visit_post() callback to the output before returning the generated... |
book_render modules/book/book.module | Menu callback; prints a listing of all books. |
book_submit modules/book/book.module | Implementation of hook_submit(). |
book_toc modules/book/book.module | Returns an array of titles and nid entries of book pages in table of contents order. |
book_toc_recurse modules/book/book.module | This is a helper function for book_toc(). |
book_tree modules/book/book.module | Returns an HTML nested list (wrapped in a menu-class div) representing the book nodes as a tree. |
book_tree_recurse modules/book/book.module | This is a helper function for book_tree() |
book_uninstall modules/book/book.install | Реализация hook_uninstall(). |
bootstrap_hooks includes/bootstrap.inc | Define the critical hooks that force modules to always be loaded. |
bootstrap_invoke_all includes/bootstrap.inc | Call all init or exit hooks without including all modules. |
cache_clear_all includes/cache.inc | Очищает кэш. Если вызывается без аргументов, то очищаются таблицы с кэшами страниц и блоков. |
cache_get includes/cache.inc | Return data from the persistent cache. |
- « первая
- ‹ предыдущая
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- …
- следующая ›
- последняя »