Search for A
Title | Object type | File name | Summary |
---|---|---|---|
block_update_dependencies | function | modules/ |
Implements hook_update_dependencies(). |
block_user_presave | function | modules/ |
Implements hook_user_presave(). |
blog.install | file | modules/ |
Install, update and uninstall functions for the blog module. |
blog.pages.inc | file | modules/ |
Page callback file for the blog module. |
BlogTestCase | class | modules/ |
@file Tests for blog.module. |
BlogTestCase::$any_user | property | modules/ |
|
BlogTestCase::$big_user | property | modules/ |
|
BlogTestCase::$own_user | property | modules/ |
|
BlogTestCase::doBasicTests | function | modules/ |
Run basic tests on the indicated user. |
BlogTestCase::getInfo | function | modules/ |
|
BlogTestCase::setUp | function | modules/ |
Enable modules and create users with specific permissions. |
BlogTestCase::testBlog | function | modules/ |
Login users, create blog nodes, and test blog functionality through the admin and user interfaces. |
BlogTestCase::testBlogPageNoEntries | function | modules/ |
View the blog of a user with no blog entries as another user. |
BlogTestCase::testUnprivilegedUser | function | modules/ |
Confirm that the "You are not allowed to post a new blog entry." message shows up if a user submitted blog entries, has been denied that permission, and goes to the blog page. |
BlogTestCase::verifyBlogLinks | function | modules/ |
Verify the blog links are displayed to the logged in user. |
BlogTestCase::verifyBlogs | function | modules/ |
Verify the logged in user has the desired access to the various blog nodes. |
blog_block_save | function | modules/ |
Implements hook_block_save(). |
blog_feed_last | function | modules/ |
Menu callback; displays an RSS feed containing recent blog entries of all users. |
blog_install | function | modules/ |
Implements hook_install(). |
blog_menu_local_tasks_alter | function | modules/ |
Implements hook_menu_local_tasks_alter(). |
blog_page_last | function | modules/ |
Menu callback; displays a Drupal page containing recent blog entries of all users. |
blog_page_user | function | modules/ |
Menu callback; displays a Drupal page containing recent blog entries of a given user. |
blog_page_user_access | function | modules/ |
Access callback for user blog pages. |
blog_rdf_mapping | function | modules/ |
Implements hook_rdf_mapping(). |
blog_uninstall | function | modules/ |
Implements hook_uninstall(). |
book-all-books-block.tpl.php | file | modules/ |
Default theme implementation for rendering book outlines within a block. |
book-navigation.tpl.php | file | modules/ |
Default theme implementation to navigate books. |
book.admin.inc | file | modules/ |
Administration page callbacks for the Book module. |
book.install | file | modules/ |
Install, update and uninstall functions for the book module. |
book.pages.inc | file | modules/ |
User page callbacks for the book module. |
BookTestCase | class | modules/ |
Tests the functionality of the Book module. |
BookTestCase::$admin_user | property | modules/ |
A user with permission to create and edit books and to administer blocks. |
BookTestCase::$book | property | modules/ |
A book node. |
BookTestCase::$book_author | property | modules/ |
A user with permission to create and edit books. |
BookTestCase::$web_user | property | modules/ |
A user with permission to view a book and access printer-friendly version. |
BookTestCase::checkBookNode | function | modules/ |
Checks the outline of sub-pages; previous, up, and next. |
BookTestCase::createBook | function | modules/ |
Creates a new book with a page hierarchy. |
BookTestCase::createBookNode | function | modules/ |
Creates a book node. |
BookTestCase::generateOutlinePattern | function | modules/ |
Creates a regular expression to check for the sub-nodes in the outline. |
BookTestCase::getInfo | function | modules/ |
|
BookTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
BookTestCase::testBook | function | modules/ |
Tests book functionality through node interfaces. |
BookTestCase::testBookDelete | function | modules/ |
Tests the access for deleting top-level book nodes. |
BookTestCase::testBookExport | function | modules/ |
Tests book export ("printer-friendly version") functionality. |
BookTestCase::testBookNavigationBlock | function | modules/ |
Tests the functionality of the book navigation block. |
BookTestCase::testNavigationBlockOnAccessModuleEnabled | function | modules/ |
Tests the book navigation block when an access module is enabled. |
book_admin_edit | function | modules/ |
Form constructor for administering a single book's hierarchy. |
book_admin_edit_submit | function | modules/ |
Form submission handler for book_admin_edit(). |
book_admin_edit_validate | function | modules/ |
Form validation handler for book_admin_edit(). |
book_admin_overview | function | modules/ |
Returns an administrative overview of all books. |
Pagination
- Previous page
- Page 13
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.