You are here
1919 calls to t() in Drupal 7
AccessDeniedTestCase::testAccessDenied in modules/ system/system.test
ActionLoopTestCase::testActionLoop in modules/ simpletest/ tests/actions.test
Set up a loop with 3 - 12 recursions, and see if it aborts properly.
ActionLoopTestCase::triggerActions in modules/ simpletest/ tests/actions.test
Create an infinite loop by causing a watchdog message to be set,
which causes the actions to be triggered again, up to actions_max_stack
times.
ActionsConfigurationTestCase::testActionConfiguration in modules/ simpletest/ tests/actions.test
Test the configuration of advanced actions through the administration
interface.
actions_loop_test_action_info in modules/ simpletest/ tests/actions_loop_test.module
Implements hook_action_info ().
actions_loop_test_trigger_info in modules/ simpletest/ tests/actions_loop_test.module
Implements hook_trigger_info ().
actions_synchronize in includes/actions.inc
Synchronizes actions that are provided by modules in hook_action_info ().
aggregator-feed-source.tpl.php in modules/ aggregator/aggregator-feed-source.tpl.php
Default theme implementation to present the source of the feed.
aggregator-item.tpl.php in modules/ aggregator/aggregator-item.tpl.php
Default theme implementation to format an individual feed item for display
on the aggregator page.
aggregator-summary-items.tpl.php in modules/ aggregator/aggregator-summary-items.tpl.php
Default theme implementation to present feeds as list items.
AggregatorConfigurationTestCase::testSettingsPage in modules/ aggregator/aggregator.test
Tests the settings form to ensure the correct default values are used.
AggregatorRenderingTestCase::testBlockLinks in modules/ aggregator/aggregator.test
Adds a feed block to the page and checks its links.
AggregatorTestCase::createFeed in modules/ aggregator/aggregator.test
Creates an aggregator feed.
AggregatorTestCase::createSampleNodes in modules/ aggregator/aggregator.test
Creates sample article nodes.
AggregatorTestCase::deleteFeed in modules/ aggregator/aggregator.test
Deletes an aggregator feed.
AggregatorTestCase::removeFeedItems in modules/ aggregator/aggregator.test
Confirms an item removal from a feed.
aggregator_admin_form in modules/ aggregator/aggregator.admin.inc
Form constructor for the aggregator system settings.
aggregator_admin_remove_feed in modules/ aggregator/aggregator.admin.inc
Deletes a feed.
aggregator_aggregator_fetch in modules/ aggregator/aggregator.fetcher.inc
Implements hook_aggregator_fetch ().
aggregator_aggregator_fetch_info in modules/ aggregator/aggregator.fetcher.inc
Implements hook_aggregator_fetch_info ().
aggregator_aggregator_parse_info in modules/ aggregator/aggregator.parser.inc
Implements hook_aggregator_parse_info ().
aggregator_aggregator_process_info in modules/ aggregator/aggregator.processor.inc
Implements hook_aggregator_process_info ().
aggregator_aggregator_remove in modules/ aggregator/aggregator.processor.inc
Implements hook_aggregator_remove ().
aggregator_block_configure in modules/ aggregator/aggregator.module
Implements hook_block_configure ().
aggregator_block_info in modules/ aggregator/aggregator.module
Implements hook_block_info ().
aggregator_block_view in modules/ aggregator/aggregator.module
Implements hook_block_view ().
aggregator_categorize_items in modules/ aggregator/aggregator.pages.inc
Form constructor to build the page list form.
aggregator_categorize_items_submit in modules/ aggregator/aggregator.pages.inc
Form submission handler for aggregator_categorize_items ().
aggregator_form_aggregator_admin_form_alter in modules/ aggregator/aggregator.processor.inc
Implements hook_form_aggregator_admin_form_alter().
aggregator_form_category in modules/ aggregator/aggregator.admin.inc
Form constructor to add/edit/delete aggregator categories.
aggregator_form_category_submit in modules/ aggregator/aggregator.admin.inc
Form submission handler for aggregator_form_category ().
aggregator_form_category_validate in modules/ aggregator/aggregator.admin.inc
Form validation handler for aggregator_form_category ().
aggregator_form_feed in modules/ aggregator/aggregator.admin.inc
Form constructor for adding and editing feed sources.
aggregator_form_feed_submit in modules/ aggregator/aggregator.admin.inc
Form submission handler for aggregator_form_feed ().
aggregator_form_feed_validate in modules/ aggregator/aggregator.admin.inc
Form validation handler for aggregator_form_feed ().
aggregator_form_opml in modules/ aggregator/aggregator.admin.inc
Form constructor for importing feeds from OPML.
aggregator_form_opml_submit in modules/ aggregator/aggregator.admin.inc
Form submission handler for aggregator_form_opml ().
aggregator_form_opml_validate in modules/ aggregator/aggregator.admin.inc
Form validation handler for aggregator_form_opml ().
aggregator_help in modules/ aggregator/aggregator.module
Implements hook_help ().
aggregator_page_category in modules/ aggregator/aggregator.pages.inc
Page callback: Displays all the items aggregated in a particular category.
aggregator_page_last in modules/ aggregator/aggregator.pages.inc
Page callback: Displays the most recent items gathered from any feed.
aggregator_page_sources in modules/ aggregator/aggregator.pages.inc
Page callback: Displays all the feeds used by the aggregator.
aggregator_parse_feed in modules/ aggregator/aggregator.parser.inc
Parses a feed and stores its items.
aggregator_permission in modules/ aggregator/aggregator.module
Implements hook_permission ().
aggregator_refresh in modules/ aggregator/aggregator.module
Checks a news feed for new items.
aggregator_view in modules/ aggregator/aggregator.admin.inc
Displays the aggregator administration page.
AJAXCommandsTestCase::testAJAXCommands in modules/ simpletest/ tests/ajax.test
Test the various Ajax Commands.
AJAXElementValidation::testAJAXElementValidation in modules/ simpletest/ tests/ajax.test
Try to post an Ajax change to a form that has a validated element.
AJAXFrameworkTestCase::testAJAXRender in modules/ simpletest/ tests/ajax.test
Test that ajax_render () returns JavaScript settings generated during the page request.
AJAXFrameworkTestCase::testAJAXRenderError in modules/ simpletest/ tests/ajax.test
Test behavior of ajax_render_error().
AJAXFrameworkTestCase::testLazyLoad in modules/ simpletest/ tests/ajax.test
Test that new JavaScript and CSS files added during an AJAX request are returned.
AJAXFrameworkTestCase::testLazyLoadOverriddenCSS in modules/ simpletest/ tests/ajax.test
Tests that overridden CSS files are not added during lazy load.
AJAXMultiFormTestCase::testMultiForm in modules/ simpletest/ tests/ajax.test
Test that a page with the 'page_node_form' included twice works correctly.
ajax_forms_test_ajax_commands_form in modules/ simpletest/ tests/ajax_forms_test.module
Form to display the Ajax Commands.
ajax_forms_test_lazy_load_form in modules/ simpletest/ tests/ajax_forms_test.module
Form builder: Builds a form that triggers a simple AJAX callback.
ajax_forms_test_simple_form in modules/ simpletest/ tests/ajax_forms_test.module
A basic form used to test form_state['values'] during callback.
ajax_forms_test_validation_form in modules/ simpletest/ tests/ajax_forms_test.module
This form and its related submit and callback functions demonstrate
not validating another form element when a single Ajax element is triggered.
ajax_forms_test_validation_form_callback in modules/ simpletest/ tests/ajax_forms_test.module
Ajax callback for the 'drivertext' element of the validation form.
ajax_forms_test_validation_form_submit in modules/ simpletest/ tests/ajax_forms_test.module
Submit handler for the validation form.
ajax_prepare_response in includes/ajax.inc
Converts the return value of a page callback into an Ajax commands array.
ArchiverZip::__construct in modules/ system/system.archiver.inc
Constructs a new archiver instance.
archiver_get_archiver in includes/common.inc
Creates the appropriate archiver for the specified file.
authorize_access_denied_page in ./authorize.php
Renders a 403 access denied page for authorize.php .
authorize_filetransfer_form in includes/authorize.inc
Form constructor for the file transfer authorization form.
authorize_filetransfer_form_validate in includes/authorize.inc
Form validation handler for authorize_filetransfer_form ().
BasicMinimalUpdatePath::testBasicMinimalUpdate in modules/ simpletest/ tests/ upgrade/upgrade.test
Tests a successful point release update.
BasicStandardUpdatePath::testBasicStandardUpdate in modules/ simpletest/ tests/ upgrade/upgrade.test
Tests a successful point release update.
BasicUpgradePath::testBasicUpgrade in modules/ simpletest/ tests/ upgrade/upgrade.test
Test a successful upgrade.
BatchPageTestCase::testBatchProgressPageTheme in modules/ simpletest/ tests/batch.test
Tests that the batch API progress page uses the correct theme.
BatchPercentagesUnitTestCase::testBatchPercentages in modules/ simpletest/ tests/batch.test
Test the _batch_api_percentage () function.
BatchProcessingTestCase::testBatchForm in modules/ simpletest/ tests/batch.test
Test batches defined in a form submit handler.
BatchProcessingTestCase::testBatchFormMultipleBatches in modules/ simpletest/ tests/batch.test
Test batches defined in different submit handlers on the same form.
BatchProcessingTestCase::testBatchFormMultistep in modules/ simpletest/ tests/batch.test
Test batches defined in a multistep form.
BatchProcessingTestCase::testBatchFormProgrammatic in modules/ simpletest/ tests/batch.test
Test batches defined in a programmatically submitted form.
BatchProcessingTestCase::testBatchLargePercentage in modules/ simpletest/ tests/batch.test
Test batches that return $context['finished'] > 1 do in fact complete.
See http://drupal.org/node/600836
BatchProcessingTestCase::testBatchNoForm in modules/ simpletest/ tests/batch.test
Test batches triggered outside of form submission.
BatchProcessingTestCase::testDrupalFormSubmitInBatch in modules/ simpletest/ tests/batch.test
Test that drupal_form_submit () can run within a batch operation.
batch_test_mock_form in modules/ simpletest/ tests/batch_test.module
A simple form with a textfield and submit button.
block-admin-display-form.tpl.php in modules/ block/block-admin-display-form.tpl.php
Default theme implementation to configure blocks.
BlockAdminThemeTestCase::testAdminTheme in modules/ block/block.test
Check for the accessibility of the admin theme on the block admin page.
BlockCacheTestCase::setCacheMode in modules/ block/block.test
Private helper method to set the test block's cache mode.
BlockCacheTestCase::setUp in modules/ block/block.test
Sets up a Drupal site for running functional and integration tests.
BlockHiddenRegionTestCase::testBlockNotInHiddenRegion in modules/ block/block.test
Tests that hidden regions do not inherit blocks when a theme is enabled.
BlockHTMLIdTestCase::setUp in modules/ block/block.test
Sets up a Drupal site for running functional and integration tests.
BlockInvalidRegionTestCase::testBlockInInvalidRegion in modules/ block/block.test
Tests that blocks assigned to invalid regions work correctly.
BlockTestCase::moveBlockToRegion in modules/ block/block.test
BlockTestCase::testBlock in modules/ block/block.test
Test configuring and moving a module-define block to specific regions.
BlockTestCase::testBlockVisibility in modules/ block/block.test
Test block visibility.
BlockTestCase::testBlockVisibilityListedEmpty in modules/ block/block.test
Test block visibility when using "pages" restriction but leaving
"pages" textarea empty
BlockTestCase::testBlockVisibilityPerUser in modules/ block/block.test
Test user customization of block visibility.
BlockTestCase::testCustomBlock in modules/ block/block.test
Test creating custom block, moving it to a specific region and then deleting it.
BlockTestCase::testCustomBlockFormat in modules/ block/block.test
Test creating custom block using Full HTML.
block_add_block_form_submit in modules/ block/block.admin.inc
Form submission handler for block_add_block_form ().
block_add_block_form_validate in modules/ block/block.admin.inc
Form validation handler for block_add_block_form ().
block_admin_configure in modules/ block/block.admin.inc
Form constructor for the block configuration form.
block_admin_configure_submit in modules/ block/block.admin.inc
Form submission handler for block_admin_configure ().
block_admin_configure_validate in modules/ block/block.admin.inc
Form validation handler for block_admin_configure ().
block_admin_display_form in modules/ block/block.admin.inc
Form constructor for the main block administration form.
block_admin_display_form_submit in modules/ block/block.admin.inc
Form submission handler for block_admin_display_form ().
block_custom_block_delete in modules/ block/block.admin.inc
Form constructor for the custom block deletion form.
block_custom_block_delete_submit in modules/ block/block.admin.inc
Form submission handler for block_custom_block_delete ().
block_custom_block_form in modules/ block/block.module
Form constructor for the custom block form.
block_form_system_performance_settings_alter in modules/ block/block.module
Implements hook_form_FORM_ID_alter ().
block_form_user_profile_form_alter in modules/ block/block.module
Implements hook_form_FORM_ID_alter () for user_profile_form ().
block_help in modules/ block/block.module
Implements hook_help ().
block_page_build in modules/ block/block.module
Implements hook_page_build ().
block_permission in modules/ block/block.module
Implements hook_permission ().
block_test_block_info in modules/ block/ tests/block_test.module
Implements hook_block_info ().
BlogTestCase::testBlog in modules/ blog/blog.test
Login users, create blog nodes, and test blog functionality through the admin and user interfaces.
BlogTestCase::testBlogPageNoEntries in modules/ blog/blog.test
View the blog of a user with no blog entries as another user.
BlogTestCase::testUnprivilegedUser in modules/ blog/blog.test
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 in modules/ blog/blog.test
Verify the blog links are displayed to the logged in user.
BlogTestCase::verifyBlogs in modules/ blog/blog.test
Verify the logged in user has the desired access to the various blog nodes.
blog_block_configure in modules/ blog/blog.module
Implements hook_block_configure ().
blog_block_info in modules/ blog/blog.module
Implements hook_block_info ().
blog_block_view in modules/ blog/blog.module
Implements hook_block_view ().
blog_feed_last in modules/ blog/blog.pages.inc
Menu callback; displays an RSS feed containing recent blog entries of all users.
blog_feed_user in modules/ blog/blog.pages.inc
Menu callback; displays an RSS feed containing recent blog entries of a given user.
blog_help in modules/ blog/blog.module
Implements hook_help ().
blog_menu_local_tasks_alter in modules/ blog/blog.module
Implements hook_menu_local_tasks_alter ().
blog_node_info in modules/ blog/blog.module
Implements hook_node_info ().
blog_node_view in modules/ blog/blog.module
Implements hook_node_view ().
blog_page_last in modules/ blog/blog.pages.inc
Menu callback; displays a Drupal page containing recent blog entries of all users.
blog_page_user in modules/ blog/blog.pages.inc
Menu callback; displays a Drupal page containing recent blog entries of a given user.
blog_user_view in modules/ blog/blog.module
Implements hook_user_view ().
blog_view in modules/ blog/blog.module
Implements hook_view ().
book-navigation.tpl.php in modules/ book/book-navigation.tpl.php
Default theme implementation to navigate books.
BookTestCase::checkBookNode in modules/ book/book.test
Checks the outline of sub-pages; previous, up, and next.
BookTestCase::createBookNode in modules/ book/book.test
Creates a book node.
BookTestCase::testBook in modules/ book/book.test
Tests book functionality through node interfaces.
BookTestCase::testBookDelete in modules/ book/book.test
Tests the access for deleting top-level book nodes.
BookTestCase::testBookExport in modules/ book/book.test
Tests book export ("printer-friendly version") functionality.
BookTestCase::testBookNavigationBlock in modules/ book/book.test
Tests the functionality of the book navigation block.
BookTestCase::testNavigationBlockOnAccessModuleEnabled in modules/ book/book.test
Tests the book navigation block when an access module is enabled.
book_admin_edit in modules/ book/book.admin.inc
Form constructor for administering a single book's hierarchy.
book_admin_edit_submit in modules/ book/book.admin.inc
Form submission handler for book_admin_edit ().
book_admin_edit_validate in modules/ book/book.admin.inc
Form validation handler for book_admin_edit ().
book_admin_overview in modules/ book/book.admin.inc
Returns an administrative overview of all books.
book_admin_settings in modules/ book/book.admin.inc
Form constructor for the book settings form.
book_admin_settings_validate in modules/ book/book.admin.inc
Form validation handler for book_admin_settings ().
book_block_configure in modules/ book/book.module
Implements hook_block_configure ().
book_block_info in modules/ book/book.module
Implements hook_block_info ().
book_block_view in modules/ book/book.module
Implements hook_block_view ().
book_entity_info_alter in modules/ book/book.module
Implements hook_entity_info_alter ().
book_export in modules/ book/book.pages.inc
Menu callback; Generates representations of a book page and its children.
book_form_node_delete_confirm_alter in modules/ book/book.module
Implements hook_form_FORM_ID_alter () for node_delete_confirm ().
book_form_node_form_alter in modules/ book/book.module
Implements hook_form_BASE_FORM_ID_alter () for node_form ().
book_help in modules/ book/book.module
Implements hook_help ().
book_node_view_link in modules/ book/book.module
Adds relevant book links to the node's links.
book_outline_form in modules/ book/book.pages.inc
Form constructor for the book outline form.
book_outline_form_submit in modules/ book/book.pages.inc
Form submission handler for book_outline_form ().
book_permission in modules/ book/book.module
Implements hook_permission ().
book_remove_form in modules/ book/book.pages.inc
Form constructor to confirm removal of a node from a book.
book_remove_form_submit in modules/ book/book.pages.inc
Form submission handler for book_remove_form ().
BootstrapGetFilenameTestCase::testDrupalGetFilename in modules/ simpletest/ tests/bootstrap.test
Test that drupal_get_filename () works correctly when the file is not found in the database.
BootstrapPageCacheTestCase::testPageCompression in modules/ simpletest/ tests/bootstrap.test
Test page compression.
CacheClearCase::testClearCid in modules/ simpletest/ tests/cache.test
Test clearing using a cid.
CacheIsEmptyCase::testIsEmpty in modules/ simpletest/ tests/cache.test
Test clearing using a cid.
callback_batch_finished in modules/ system/form.api.php
Complete a batch process.
callback_batch_operation in modules/ system/form.api.php
Perform a single batch operation.
callback_filter_settings in modules/ filter/filter.api.php
Provide a settings form for filter settings.
callback_filter_tips in modules/ filter/filter.api.php
Return help text for a filter.
CascadingStylesheetsTestCase::testRenderInlineFullPage in modules/ simpletest/ tests/common.test
Tests rendering inline stylesheets through a full page request.
CategorizeFeedItemTestCase::testCategorizeFeedItem in modules/ aggregator/aggregator.test
Checks that children of a feed inherit a defined category.
CategorizeFeedTestCase::testCategorizeFeed in modules/ aggregator/aggregator.test
Creates a feed and makes sure you can add/delete categories to it.
color.inc in themes/ garland/ color/color.inc
color.inc in themes/ bartik/ color/color.inc
ColorTestCase::testValidColor in modules/ color/color.test
Tests whether the provided color is valid.
ColorTestCase::_testColor in modules/ color/color.test
Tests the Color module functionality using the given theme.
color_form_system_theme_settings_alter in modules/ color/color.module
Implements hook_form_FORM_ID_alter ().
color_help in modules/ color/color.module
Implements hook_help ().
color_requirements in modules/ color/color.install
Implements hook_requirements ().
color_scheme_form in modules/ color/color.module
Form constructor for the color configuration form for a particular theme.
color_scheme_form_submit in modules/ color/color.module
Form submission handler for color_scheme_form ().
color_scheme_form_validate in modules/ color/color.module
Form validation handler for color_scheme_form ().
comment-wrapper.tpl.php in modules/ comment/comment-wrapper.tpl.php
Default theme implementation to provide an HTML container for comments.
comment-wrapper.tpl.php in themes/ bartik/ templates/comment-wrapper.tpl.php
Bartik's theme implementation to provide an HTML container for comments.
CommentActionsTestCase::testCommentUnpublishByKeyword in modules/ comment/comment.test
Tests the unpublish comment by keyword action.
CommentAnonymous::testAnonymous in modules/ comment/comment.test
Test anonymous comment functionality.
CommentApprovalTest::testApprovalAdminInterface in modules/ comment/comment.test
Test comment approval functionality through admin/content/comment.
CommentApprovalTest::testApprovalNodeInterface in modules/ comment/comment.test
Test comment approval functionality through node interface.
CommentBlockFunctionalTest::testRecentCommentBlock in modules/ comment/comment.test
Test the recent comments block.
CommentFieldsTest::testCommentEnable in modules/ comment/comment.test
Test that comment module works when enabled after a content module.
CommentFieldsTest::testCommentFormat in modules/ comment/comment.test
Test that comment module works correctly with plain text format.
CommentHelperCase::deleteComment in modules/ comment/comment.test
Delete comment.
CommentHelperCase::performCommentOperation in modules/ comment/comment.test
Perform the specified operation on the specified comment.
CommentHelperCase::postComment in modules/ comment/comment.test
Post comment.
CommentInterfaceTest::assertCommentLinks in modules/ comment/comment.test
Asserts that comment links appear according to the passed environment setup.
CommentInterfaceTest::setEnvironment in modules/ comment/comment.test
Re-configures the environment, module settings, and user permissions.
CommentInterfaceTest::testCommentInterface in modules/ comment/comment.test
Test comment interface.
CommentInterfaceTest::testCommentNewCommentsIndicator in modules/ comment/comment.test
Tests new comment marker.
CommentPagerTest::testCommentPaging in modules/ comment/comment.test
Confirm comment paging works correctly with flat and threaded comments.
CommentPreviewTest::testCommentEditPreviewSave in modules/ comment/comment.test
Test comment edit, preview, and save.
CommentPreviewTest::testCommentPreview in modules/ comment/comment.test
Test comment preview.
CommentUninstallTestCase::testCommentUninstall in modules/ comment/comment.test
comment_action_info in modules/ comment/comment.module
Implements hook_action_info ().
comment_admin_overview in modules/ comment/comment.admin.inc
Form builder for the comment overview administration form.
comment_admin_overview_submit in modules/ comment/comment.admin.inc
Process comment_admin_overview form submissions.
comment_admin_overview_validate in modules/ comment/comment.admin.inc
Validate comment_admin_overview form submissions.
comment_approve in modules/ comment/comment.pages.inc
Menu callback; publish specified comment.
comment_block_configure in modules/ comment/comment.module
Implements hook_block_configure ().
comment_block_info in modules/ comment/comment.module
Implements hook_block_info ().
comment_block_view in modules/ comment/comment.module
Implements hook_block_view ().
comment_confirm_delete in modules/ comment/comment.admin.inc
Form builder; Builds the confirmation form for deleting a single comment.
comment_confirm_delete_submit in modules/ comment/comment.admin.inc
Process comment_confirm_delete form submissions.
comment_count_unpublished in modules/ comment/comment.module
Returns a menu title which includes the number of unapproved comments.
comment_edit_page in modules/ comment/comment.module
Page callback for comment editing.
comment_entity_info in modules/ comment/comment.module
Implements hook_entity_info ().
comment_field_extra_fields in modules/ comment/comment.module
Implements hook_field_extra_fields ().
comment_form in modules/ comment/comment.module
Generate the basic commenting form, for appending to a node or display on a separate page.
comment_form_node_form_alter in modules/ comment/comment.module
Implements hook_form_BASE_FORM_ID_alter ().
comment_form_node_type_form_alter in modules/ comment/comment.module
Implements hook_form_FORM_ID_alter ().
comment_form_submit in modules/ comment/comment.module
Process comment form submissions; prepare the comment, store it, and set a redirection target.
comment_form_validate in modules/ comment/comment.module
Validate comment form submissions.
comment_help in modules/ comment/comment.module
Implements hook_help ().
comment_links in modules/ comment/comment.module
Helper function, build links for an individual comment.
comment_multiple_delete_confirm in modules/ comment/comment.admin.inc
List the selected comments and verify that the admin wants to delete them.
comment_node_view in modules/ comment/comment.module
Implements hook_node_view ().
comment_permission in modules/ comment/comment.module
Implements hook_permission ().
comment_preview in modules/ comment/comment.module
Generate a comment preview.
comment_ranking in modules/ comment/comment.module
Implements hook_ranking ().
comment_reply in modules/ comment/comment.pages.inc
This function is responsible for generating a comment reply form.
There are several cases that have to be handled, including:
comment_submit in modules/ comment/comment.module
Prepare a comment for submission.
comment_tokens in modules/ comment/comment.tokens.inc
Implements hook_tokens ().
comment_token_info in modules/ comment/comment.tokens.inc
Implements hook_token_info ().
comment_unpublish_by_keyword_action_form in modules/ comment/comment.module
Form builder; Prepare a form for blacklisted keywords.
comment_update_7005 in modules/ comment/comment.install
Create the comment_body field.
common_test_cron in modules/ simpletest/ tests/common_test.module
Implements hook_cron ().
ConfirmFormTest::assertCancelLinkUrl in modules/ system/system.test
Asserts that a cancel link is present pointing to the provided URL.
confirm_form in modules/ system/system.module
Generates a form array for a confirmation form.
ContactPersonalTestCase::submitPersonalContact in modules/ contact/contact.test
Fills out a user's personal contact form and submits it.
ContactPersonalTestCase::testPersonalContactAccess in modules/ contact/contact.test
Tests access to the personal contact form.
ContactPersonalTestCase::testPersonalContactFlood in modules/ contact/contact.test
Tests the personal contact form flood protection.
ContactSitewideTestCase::addCategory in modules/ contact/contact.test
Adds a category.
ContactSitewideTestCase::deleteCategories in modules/ contact/contact.test
Deletes all categories.
ContactSitewideTestCase::submitContact in modules/ contact/contact.test
Submits the contact form.
ContactSitewideTestCase::testSiteWideContact in modules/ contact/contact.test
Tests configuration options and the site-wide contact form.
ContactSitewideTestCase::updateCategory in modules/ contact/contact.test
Updates a category.
contact_category_delete_form in modules/ contact/contact.admin.inc
Form constructor for the contact category deletion form.
contact_category_delete_form_submit in modules/ contact/contact.admin.inc
Form submission handler for contact_category_delete_form ().
contact_category_edit_form in modules/ contact/contact.admin.inc
Form constructor for the category edit form.
contact_category_edit_form_submit in modules/ contact/contact.admin.inc
Form submission handler for contact_category_edit_form ().
contact_category_edit_form_validate in modules/ contact/contact.admin.inc
Form validation handler for contact_category_edit_form ().
contact_category_list in modules/ contact/contact.admin.inc
Categories/list tab.
contact_form_user_admin_settings_alter in modules/ contact/contact.module
Implements hook_form_FORM_ID_alter ().
contact_form_user_profile_form_alter in modules/ contact/contact.module
Implements hook_form_FORM_ID_alter ().
contact_help in modules/ contact/contact.module
Implements hook_help ().
contact_mail in modules/ contact/contact.module
Implements hook_mail ().
contact_permission in modules/ contact/contact.module
Implements hook_permission ().
contact_personal_form in modules/ contact/contact.pages.inc
Form constructor for the personal contact form.
contact_personal_form_submit in modules/ contact/contact.pages.inc
Form submission handler for contact_personal_form ().
contact_personal_form_validate in modules/ contact/contact.pages.inc
Form validation handler for contact_personal_form ().
contact_site_form in modules/ contact/contact.pages.inc
Form constructor for the site-wide contact form.
contact_site_form_submit in modules/ contact/contact.pages.inc
Form submission handler for contact_site_form ().
contact_site_form_validate in modules/ contact/contact.pages.inc
Form validation handler for contact_site_form ().
contextual_help in modules/ contextual/contextual.module
Implements hook_help ().
contextual_permission in modules/ contextual/contextual.module
Implements hook_permission ().
CronRunTestCase::testAutomaticCron in modules/ system/system.test
Ensure that the automatic cron run feature is working.
DashboardBlocksTestCase::testBlockAvailability in modules/ dashboard/dashboard.test
Tests that administrative blocks are available for the dashboard.
DashboardBlocksTestCase::testDashboardAccess in modules/ dashboard/dashboard.test
Tests adding a block to the dashboard and checking access to it.
DashboardBlocksTestCase::testDisableEnable in modules/ dashboard/dashboard.test
Tests that the dashboard module can be re-enabled, retaining its blocks.
dashboard_admin in modules/ dashboard/dashboard.module
Page callback: Displays the dashboard.
dashboard_help in modules/ dashboard/dashboard.module
Implements hook_help ().
dashboard_page_build in modules/ dashboard/dashboard.module
Implements hook_page_build ().
dashboard_permission in modules/ dashboard/dashboard.module
Implements hook_permission ().
dashboard_update in modules/ dashboard/dashboard.module
Sets the new weight of each region according to the drag-and-drop order.
DatabaseSchema::createTable in includes/ database/schema.inc
Create a new table from a Drupal table definition.
DatabaseSchema_mysql::addField in includes/ database/ mysql/schema.inc
Add a new field to a table.
DatabaseSchema_mysql::addIndex in includes/ database/ mysql/schema.inc
Add an index.
DatabaseSchema_mysql::addPrimaryKey in includes/ database/ mysql/schema.inc
Add a primary key.
DatabaseSchema_mysql::addUniqueKey in includes/ database/ mysql/schema.inc
Add a unique key.
DatabaseSchema_mysql::changeField in includes/ database/ mysql/schema.inc
Change a field definition.
DatabaseSchema_mysql::fieldSetDefault in includes/ database/ mysql/schema.inc
Set the default value for a field.
DatabaseSchema_mysql::fieldSetNoDefault in includes/ database/ mysql/schema.inc
Set a field to have no default value.
DatabaseSchema_mysql::renameTable in includes/ database/ mysql/schema.inc
Rename a table.
DatabaseSchema_pgsql::addField in includes/ database/ pgsql/schema.inc
Add a new field to a table.
DatabaseSchema_pgsql::addIndex in includes/ database/ pgsql/schema.inc
Add an index.
DatabaseSchema_pgsql::addPrimaryKey in includes/ database/ pgsql/schema.inc
Add a primary key.
DatabaseSchema_pgsql::addUniqueKey in includes/ database/ pgsql/schema.inc
Add a unique key.
DatabaseSchema_pgsql::changeField in includes/ database/ pgsql/schema.inc
Change a field definition.
DatabaseSchema_pgsql::fieldSetDefault in includes/ database/ pgsql/schema.inc
Set the default value for a field.
DatabaseSchema_pgsql::fieldSetNoDefault in includes/ database/ pgsql/schema.inc
Set a field to have no default value.
DatabaseSchema_pgsql::renameTable in includes/ database/ pgsql/schema.inc
Rename a table.
DatabaseSchema_sqlite::addField in includes/ database/ sqlite/schema.inc
Add a new field to a table.
DatabaseSchema_sqlite::addIndex in includes/ database/ sqlite/schema.inc
Add an index.
DatabaseSchema_sqlite::addPrimaryKey in includes/ database/ sqlite/schema.inc
Add a primary key.
DatabaseSchema_sqlite::addUniqueKey in includes/ database/ sqlite/schema.inc
Add a unique key.
DatabaseSchema_sqlite::changeField in includes/ database/ sqlite/schema.inc
Change a field definition.
DatabaseSchema_sqlite::fieldSetDefault in includes/ database/ sqlite/schema.inc
Set the default value for a field.
DatabaseSchema_sqlite::fieldSetNoDefault in includes/ database/ sqlite/schema.inc
Set a field to have no default value.
DatabaseSchema_sqlite::renameTable in includes/ database/ sqlite/schema.inc
Rename a table.
DatabaseSelectTableSortDefaultTestCase::testTableSortQuery in modules/ simpletest/ tests/database_test.test
Confirm that a tablesort query returns the correct results.
DatabaseSelectTableSortDefaultTestCase::testTableSortQueryFirst in modules/ simpletest/ tests/database_test.test
Confirm that if a tablesort's orderByHeader is called before another orderBy, that the header happens first.
database_test_tablesort in modules/ simpletest/ tests/database_test.module
Run a tablesort query and return the results.
database_test_tablesort_first in modules/ simpletest/ tests/database_test.module
Run a tablesort query with a second order_by after and return the results.
database_test_theme_tablesort in modules/ simpletest/ tests/database_test.module
Output a form without setting a header sort.
DateTimeFunctionalTest::testDateFormatConfiguration in modules/ system/system.test
Test date format configuration.
DateTimeFunctionalTest::testDateTypeConfiguration in modules/ system/system.test
Test date type configuration.
date_validate in includes/form.inc
Validates the date type to prevent invalid dates (e.g., February 30, 2006).
DBLogTestCase::doNode in modules/ dblog/dblog.test
Generates and then verifies some node events.
DBLogTestCase::doUser in modules/ dblog/dblog.test
Generates and then verifies some user events.
DBLogTestCase::testDBLogAddAndClear in modules/ dblog/dblog.test
Tests the addition and clearing of log events through the admin interface.
DBLogTestCase::testFilter in modules/ dblog/dblog.test
Tests the database log filter functionality at admin/reports/dblog.
DBLogTestCase::verifyReports in modules/ dblog/dblog.test
Confirms that database log reports are displayed at the correct paths.
DBLogTestCase::verifyRowLimit in modules/ dblog/dblog.test
Verifies setting of the database log row limit.
dblog_clear_log_form in modules/ dblog/dblog.admin.inc
Form constructor for the form that clears out the log.
dblog_clear_log_submit in modules/ dblog/dblog.admin.inc
Form submission handler for dblog_clear_log_form ().
dblog_event in modules/ dblog/dblog.admin.inc
Page callback: Displays details about a specific database log message.
dblog_filters in modules/ dblog/dblog.admin.inc
Creates a list of database log administration filters that can be applied.
dblog_filter_form in modules/ dblog/dblog.admin.inc
Form constructor for the database logging filter form.
dblog_filter_form_submit in modules/ dblog/dblog.admin.inc
Form submission handler for dblog_filter_form ().
dblog_filter_form_validate in modules/ dblog/dblog.admin.inc
Form validation handler for dblog_filter_form ().
dblog_form_system_logging_settings_alter in modules/ dblog/dblog.module
Implements hook_form_FORM_ID_alter () for system_logging_settings ().
dblog_help in modules/ dblog/dblog.module
Implements hook_help ().
dblog_overview in modules/ dblog/dblog.admin.inc
Page callback: Displays a listing of database log messages.
dblog_top in modules/ dblog/dblog.admin.inc
Page callback: Shows the most frequent log messages of a given event type.
DrupalDatabaseCache::clear in includes/cache.inc
Implements DrupalCacheInterface::clear ().
DrupalErrorHandlerTestCase::assertErrorMessage in modules/ simpletest/ tests/error.test
Helper function: assert that the error message is found.
DrupalErrorHandlerTestCase::assertNoErrorMessage in modules/ simpletest/ tests/error.test
Helper function: assert that the error message is not found.
DrupalGotoTest::testDrupalGotoAlter in modules/ simpletest/ tests/common.test
Test hook_drupal_goto_alter ().
DrupalHTTPRequestTestCase::testDrupalHTTPRequest in modules/ simpletest/ tests/common.test
DrupalTestCase::assertEqual in modules/ simpletest/drupal_web_test_case.php
Check to see if two values are equal.
DrupalTestCase::assertFalse in modules/ simpletest/drupal_web_test_case.php
Check to see if a value is false (an empty string, 0, NULL, or FALSE).
DrupalTestCase::assertIdentical in modules/ simpletest/drupal_web_test_case.php
Check to see if two values are identical.
DrupalTestCase::assertNotEqual in modules/ simpletest/drupal_web_test_case.php
Check to see if two values are not equal.
DrupalTestCase::assertNotIdentical in modules/ simpletest/drupal_web_test_case.php
Check to see if two values are not identical.
DrupalTestCase::assertNotNull in modules/ simpletest/drupal_web_test_case.php
Check to see if a value is not NULL.
DrupalTestCase::assertNull in modules/ simpletest/drupal_web_test_case.php
Check to see if a value is NULL.
DrupalTestCase::assertTrue in modules/ simpletest/drupal_web_test_case.php
Check to see if a value is not false (not an empty string, 0, NULL, or FALSE).
DrupalTestCase::exceptionHandler in modules/ simpletest/drupal_web_test_case.php
Handle exceptions.
DrupalTestCase::insertAssert in modules/ simpletest/drupal_web_test_case.php
Store an assertion from outside the testing context.
DrupalTestCase::run in modules/ simpletest/drupal_web_test_case.php
Run all tests in this class.
DrupalTestCase::verbose in modules/ simpletest/drupal_web_test_case.php
Logs a verbose message in a text file.
DrupalWebTestCase::assertFieldById in modules/ simpletest/drupal_web_test_case.php
Asserts that a field exists in the current page with the given ID and value.
DrupalWebTestCase::assertFieldByName in modules/ simpletest/drupal_web_test_case.php
Asserts that a field exists in the current page with the given name and value.
DrupalWebTestCase::assertFieldChecked in modules/ simpletest/drupal_web_test_case.php
Asserts that a checkbox field in the current page is checked.
DrupalWebTestCase::assertLink in modules/ simpletest/drupal_web_test_case.php
Pass if a link with the specified label is found, and optional with the
specified index.
DrupalWebTestCase::assertLinkByHref in modules/ simpletest/drupal_web_test_case.php
Pass if a link containing a given href (part) is found.
DrupalWebTestCase::assertMail in modules/ simpletest/drupal_web_test_case.php
Asserts that the most recently sent e-mail message has the given value.
DrupalWebTestCase::assertMailPattern in modules/ simpletest/drupal_web_test_case.php
Asserts that the most recently sent e-mail message has the pattern in it.
DrupalWebTestCase::assertMailString in modules/ simpletest/drupal_web_test_case.php
Asserts that the most recently sent e-mail message has the string in it.
DrupalWebTestCase::assertNoDuplicateIds in modules/ simpletest/drupal_web_test_case.php
Asserts that each HTML ID is used for just a single element.
DrupalWebTestCase::assertNoFieldById in modules/ simpletest/drupal_web_test_case.php
Asserts that a field does not exist with the given ID and value.
DrupalWebTestCase::assertNoFieldByName in modules/ simpletest/drupal_web_test_case.php
Asserts that a field does not exist with the given name and value.
DrupalWebTestCase::assertNoFieldChecked in modules/ simpletest/drupal_web_test_case.php
Asserts that a checkbox field in the current page is not checked.
DrupalWebTestCase::assertNoLink in modules/ simpletest/drupal_web_test_case.php
Pass if a link with the specified label is not found.
DrupalWebTestCase::assertNoLinkByHref in modules/ simpletest/drupal_web_test_case.php
Pass if a link containing a given href (part) is not found.
DrupalWebTestCase::assertNoOptionSelected in modules/ simpletest/drupal_web_test_case.php
Asserts that a select option in the current page is not checked.
DrupalWebTestCase::assertNoPattern in modules/ simpletest/drupal_web_test_case.php
Will trigger a pass if the perl regex pattern is not present in raw content.
DrupalWebTestCase::assertNoRaw in modules/ simpletest/drupal_web_test_case.php
Pass if the raw text is NOT found on the loaded page, fail otherwise. Raw text
refers to the raw HTML that the page generated.
DrupalWebTestCase::assertNoResponse in modules/ simpletest/drupal_web_test_case.php
Asserts the page did not return the specified response code.
DrupalWebTestCase::assertNoTitle in modules/ simpletest/drupal_web_test_case.php
Pass if the page title is not the given string.
DrupalWebTestCase::assertOptionSelected in modules/ simpletest/drupal_web_test_case.php
Asserts that a select option in the current page is checked.
DrupalWebTestCase::assertPattern in modules/ simpletest/drupal_web_test_case.php
Will trigger a pass if the Perl regex pattern is found in the raw content.
DrupalWebTestCase::assertRaw in modules/ simpletest/drupal_web_test_case.php
Pass if the raw text IS found on the loaded page, fail otherwise. Raw text
refers to the raw HTML that the page generated.
DrupalWebTestCase::assertResponse in modules/ simpletest/drupal_web_test_case.php
Asserts the page responds with the specified response code.
DrupalWebTestCase::assertTextHelper in modules/ simpletest/drupal_web_test_case.php
Helper for assertText and assertNoText.
DrupalWebTestCase::assertTitle in modules/ simpletest/drupal_web_test_case.php
Pass if the page title is the given string.
DrupalWebTestCase::assertUrl in modules/ simpletest/drupal_web_test_case.php
Pass if the internal browser's URL matches the given path.
DrupalWebTestCase::checkPermissions in modules/ simpletest/drupal_web_test_case.php
Check to make sure that the array of permissions are valid.
DrupalWebTestCase::clickLink in modules/ simpletest/drupal_web_test_case.php
Follows a link by name.
DrupalWebTestCase::curlExec in modules/ simpletest/drupal_web_test_case.php
Initializes and executes a cURL request.
DrupalWebTestCase::drupalCreateContentType in modules/ simpletest/drupal_web_test_case.php
Creates a custom content type based on default settings.
DrupalWebTestCase::drupalCreateRole in modules/ simpletest/drupal_web_test_case.php
Creates a role with specified permissions.
DrupalWebTestCase::drupalCreateUser in modules/ simpletest/drupal_web_test_case.php
Create a user with a given set of permissions.
DrupalWebTestCase::drupalLogin in modules/ simpletest/drupal_web_test_case.php
Log in a user with the internal browser.
DrupalWebTestCase::drupalLogout in modules/ simpletest/drupal_web_test_case.php
DrupalWebTestCase::drupalPost in modules/ simpletest/drupal_web_test_case.php
Execute a POST request on a Drupal page.
It will be done as usual POST request with SimpleBrowser.
DrupalWebTestCase::parse in modules/ simpletest/drupal_web_test_case.php
Parse content returned from curlExec using DOM and SimpleXML.
DrupalWebTestCase::setUp in modules/ simpletest/drupal_web_test_case.php
Sets up a Drupal site for running functional and integration tests.
DrupalWebTestCase::storeSetupCache in modules/ simpletest/drupal_web_test_case.php
Store the installation setup to a cache.
DrupalWebTestCase::tearDown in modules/ simpletest/drupal_web_test_case.php
Delete created files and temporary files directory, delete the tables created by setUp(),
and reset the database prefix.
DrupalWebTestCase::verboseEmail in modules/ simpletest/drupal_web_test_case.php
Outputs to verbose the most recent $count emails sent.
drupal_check_module in includes/install.inc
Checks a module's requirements.
drupal_deliver_html_page in includes/common.inc
Packages and sends the result of a page callback to the browser as HTML.
drupal_http_request in includes/common.inc
Performs an HTTP request.
drupal_mail in includes/mail.inc
Composes and optionally sends an e-mail message.
drupal_mail_system in includes/mail.inc
Returns an object that implements the MailSystemInterface interface.
element_validate_integer in includes/form.inc
Form element validation handler for integer elements.
element_validate_integer_positive in includes/form.inc
Form element validation handler for integer elements that must be positive.
element_validate_number in includes/form.inc
Form element validation handler for number elements.
EnableDisableTestCase::assertSuccessfulDisableAndUninstall in modules/ system/system.test
Disables and uninstalls a module and asserts that it was done correctly.
EnableDisableTestCase::testEnableDisable in modules/ system/system.test
Test that all core modules can be enabled, disabled and uninstalled.
EntityFieldQuery::addFieldCondition in includes/entity.inc
Adds the given condition to the proper condition array.
EntityFieldQuery::fieldOrderBy in includes/entity.inc
Orders the result set by a given field column.
EntityFieldQuery::propertyQuery in includes/entity.inc
Queries entity tables in SQL for property conditions and sorts.
EntityFieldQuery::queryCallback in includes/entity.inc
Determines the query callback to use for this entity query.
EntityFieldQueryTestCase::testEntityFieldQuery in modules/ simpletest/ tests/entity_query.test
Tests EntityFieldQuery.
EntityFieldQueryTestCase::testEntityFieldQueryRouting in modules/ simpletest/ tests/entity_query.test
Tests the routing feature of EntityFieldQuery.
entity_extract_ids in includes/common.inc
Helper function to extract id, vid, and bundle name from an entity.
entity_query_access_test_sample_query in modules/ simpletest/ tests/entity_query_access_test.module
Returns the results from an example EntityFieldQuery.
FieldCrudTestCase::testCreateField in modules/ field/ tests/field.test
Test the creation of a field.
FieldCrudTestCase::testUpdateFieldForbid in modules/ field/ tests/field.test
Test field type modules forbidding an update.
FieldCrudTestCase::testUpdateFieldType in modules/ field/ tests/field.test
FieldCrudTestCase::testUpdateNonExistentField in modules/ field/ tests/field.test
FieldFormTestCase::testFieldFormAccess in modules/ field/ tests/field.test
Tests fields with no 'edit' access.
FieldFormTestCase::testFieldFormJSAddMore in modules/ field/ tests/field.test
FieldFormTestCase::testFieldFormMultipleWidget in modules/ field/ tests/field.test
Tests widgets handling multiple values.
FieldFormTestCase::testFieldFormMultivalueWithRequiredRadio in modules/ field/ tests/field.test
Tests widget handling of multiple required radios.
FieldFormTestCase::testFieldFormSingle in modules/ field/ tests/field.test
FieldFormTestCase::testFieldFormSingleRequired in modules/ field/ tests/field.test
FieldFormTestCase::testFieldFormUnlimited in modules/ field/ tests/field.test
FieldFormTestCase::testNestedFieldForm in modules/ field/ tests/field.test
Tests Field API form integration within a subform.
FieldInstanceCrudTestCase::testCreateFieldInstance in modules/ field/ tests/field.test
Test the creation of a field instance.
FieldSqlStorageTestCase::testFieldUpdateFailure in modules/ field/ modules/ field_sql_storage/field_sql_storage.test
Test that failure to create fields is handled gracefully.
FieldSqlStorageTestCase::testUpdateFieldSchemaWithData in modules/ field/ modules/ field_sql_storage/field_sql_storage.test
Test trying to update a field with data.
FieldTranslationsTestCase::testFieldFormTranslationRevisions in modules/ field/ tests/field.test
Tests field translations when creating a new revision.
FieldUIManageDisplayTestCase::assertNodeViewTextHelper in modules/ field_ui/field_ui.test
Asserts that a string is (not) found in the rendered nodein a view mode.
FieldUIManageDisplayTestCase::testFormatterUI in modules/ field_ui/field_ui.test
Tests formatter settings.
FieldUIManageDisplayTestCase::testViewModeCustom in modules/ field_ui/field_ui.test
Tests switching view modes to use custom or 'default' settings'.
FieldUIManageFieldsTestCase::addExistingField in modules/ field_ui/field_ui.test
Tests adding an existing field in another content type.
FieldUIManageFieldsTestCase::manageFieldsPage in modules/ field_ui/field_ui.test
Tests the manage fields page.
FieldUIManageFieldsTestCase::testDefaultValue in modules/ field_ui/field_ui.test
Tests that default value is correctly validated and saved.
FieldUIManageFieldsTestCase::testDuplicateFieldName in modules/ field_ui/field_ui.test
Tests that a duplicate field name is caught by validation.
FieldUIManageFieldsTestCase::testExternalDestinations in modules/ field_ui/field_ui.test
Tests that external URLs in the 'destinations' query parameter are blocked.
FieldUIManageFieldsTestCase::testHiddenFields in modules/ field_ui/field_ui.test
Tests that Field UI respects the 'no_ui' option in hook_field_info ().
FieldUIManageFieldsTestCase::testRenameBundle in modules/ field_ui/field_ui.test
Tests renaming a bundle.
FieldUIManageFieldsTestCase::updateField in modules/ field_ui/field_ui.test
Tests editing an existing field.
FieldUITestCase::fieldUIAddExistingField in modules/ field_ui/field_ui.test
Adds an existing field through the Field UI.
FieldUITestCase::fieldUIAddNewField in modules/ field_ui/field_ui.test
Creates a new field through the Field UI.
FieldUITestCase::fieldUIDeleteField in modules/ field_ui/field_ui.test
Deletes a field instance through the Field UI.
FieldValidationException::__construct in modules/ field/field.attach.inc
Constructor for FieldValidationException.
field_create_field in modules/ field/field.crud.inc
Creates a field.
field_create_instance in modules/ field/field.crud.inc
Creates an instance of a field, binding it to a bundle.
field_default_validate in modules/ field/field.default.inc
Generic field validation handler.
field_help in modules/ field/field.module
Implements hook_help ().
field_multiple_value_form in modules/ field/field.form.inc
Special handling to create form elements for multiple values.
field_permission in modules/ field/field.module
Implements hook_permission ().
field_purge_field in modules/ field/field.crud.inc
Purges a field record from the database.
field_sql_storage_field_storage_info in modules/ field/ modules/ field_sql_storage/field_sql_storage.module
Implements hook_field_storage_info ().
field_sql_storage_help in modules/ field/ modules/ field_sql_storage/field_sql_storage.module
Implements hook_help ().
field_system_info_alter in modules/ field/field.module
Implements hook_system_info_alter ().
field_test_entity_add in modules/ field/ tests/field_test.entity.inc
Menu callback: displays the 'Add new test_entity' form.
field_test_entity_edit in modules/ field/ tests/field_test.entity.inc
Menu callback: displays the 'Edit exiisting test_entity' form.
field_test_entity_form in modules/ field/ tests/field_test.entity.inc
Test_entity form.
field_test_entity_form_submit in modules/ field/ tests/field_test.entity.inc
Submit handler for field_test_entity_form ().
field_test_entity_info in modules/ field/ tests/field_test.entity.inc
Implements hook_entity_info ().
field_test_entity_nested_form in modules/ field/ tests/field_test.entity.inc
Form combining two separate entities.
field_test_entity_nested_form_submit in modules/ field/ tests/field_test.entity.inc
Submit handler for field_test_entity_nested_form ().
field_test_field_formatter_info in modules/ field/ tests/field_test.field.inc
Implements hook_field_formatter_info ().
field_test_field_formatter_settings_form in modules/ field/ tests/field_test.field.inc
Implements hook_field_formatter_settings_form ().
field_test_field_formatter_settings_summary in modules/ field/ tests/field_test.field.inc
Implements hook_field_formatter_settings_summary ().
field_test_field_info in modules/ field/ tests/field_test.field.inc
Implements hook_field_info ().
field_test_field_instance_settings_form in modules/ field/ tests/field_test.field.inc
Implements hook_field_instance_settings_form ().
field_test_field_settings_form in modules/ field/ tests/field_test.field.inc
Implements hook_field_settings_form ().
field_test_field_storage_info in modules/ field/ tests/field_test.storage.inc
Implements hook_field_storage_info ().
field_test_field_validate in modules/ field/ tests/field_test.field.inc
Implements hook_field_validate ().
field_test_field_widget_info in modules/ field/ tests/field_test.field.inc
Implements hook_field_widget_info ().
field_test_field_widget_settings_form in modules/ field/ tests/field_test.field.inc
Implements hook_field_widget_settings_form ().
field_test_menu in modules/ field/ tests/field_test.module
Implements hook_menu ().
field_test_permission in modules/ field/ tests/field_test.module
Implements hook_permission ().
field_ui_default_value_widget in modules/ field_ui/field_ui.admin.inc
Builds the default value fieldset for a given field instance.
field_ui_display_overview_form in modules/ field_ui/field_ui.admin.inc
Form constructor for the field display settings for a given view mode.
field_ui_display_overview_form_submit in modules/ field_ui/field_ui.admin.inc
Form submission handler for field_ui_display_overview_form ().
field_ui_fields_list in modules/ field_ui/field_ui.admin.inc
Menu callback; lists all defined fields for quick reference.
field_ui_field_delete_form in modules/ field_ui/field_ui.admin.inc
Form constructor for removing a field instance from a bundle.
field_ui_field_delete_form_submit in modules/ field_ui/field_ui.admin.inc
Form submission handler for field_ui_field_delete_form ().
field_ui_field_edit_form in modules/ field_ui/field_ui.admin.inc
Form constructor for the field instance settings form.
field_ui_field_edit_form_submit in modules/ field_ui/field_ui.admin.inc
Form submission handler for field_ui_field_edit_form ().
field_ui_field_overview_form in modules/ field_ui/field_ui.admin.inc
Form constructor for the 'Manage fields' form of a bundle.
field_ui_field_overview_form_submit in modules/ field_ui/field_ui.admin.inc
Form submission handler for field_ui_field_overview_form ().
field_ui_field_settings_form in modules/ field_ui/field_ui.admin.inc
Form constructor for the field settings edit page.
field_ui_field_settings_form_submit in modules/ field_ui/field_ui.admin.inc
Form submission handler for field_ui_field_settings_form ().
field_ui_form_node_type_form_alter in modules/ field_ui/field_ui.module
Implements hook_form_FORM_ID_alter ().
field_ui_help in modules/ field_ui/field_ui.module
Implements hook_help ().
field_ui_inactive_message in modules/ field_ui/field_ui.admin.inc
Displays a message listing the inactive fields of a given bundle.
field_ui_menu in modules/ field_ui/field_ui.module
Implements hook_menu ().
field_ui_widget_type_form in modules/ field_ui/field_ui.admin.inc
Form constructor for the widget selection form.
field_ui_widget_type_form_submit in modules/ field_ui/field_ui.admin.inc
Form submission handler for field_ui_widget_type_form ().
field_update_instance in modules/ field/field.crud.inc
Updates an instance of a field.
FileFieldAnonymousSubmission::testAnonymousNode in modules/ file/ tests/file.test
Tests the basic node submission for an anonymous visitor.
FileFieldAnonymousSubmission::testAnonymousNodeWithFile in modules/ file/ tests/file.test
Tests file submission for an anonymous visitor.
FileFieldAnonymousSubmission::_testNodeWithFileWithoutTitle in modules/ file/ tests/file.test
Helper method to test file submissions with missing node titles.
FileFieldDisplayTestCase::testNodeDisplay in modules/ file/ tests/file.test
Tests normal formatter display on node display.
FileFieldRevisionTestCase::testRevisions in modules/ file/ tests/file.test
Tests creating multiple revisions of a node and managing attached files.
FileFieldTestCase::removeNodeFile in modules/ file/ tests/file.test
Removes a file from a node.
FileFieldTestCase::replaceNodeFile in modules/ file/ tests/file.test
Replaces a file within a node.
FileFieldTestCase::uploadNodeFile in modules/ file/ tests/file.test
Uploads a file to a node.
FileFieldValidateTestCase::testFileExtension in modules/ file/ tests/file.test
Tests file extension checking.
FileFieldValidateTestCase::testFileMaxSize in modules/ file/ tests/file.test
Tests the max file size validator.
FileFieldValidateTestCase::testRequired in modules/ file/ tests/file.test
Tests the required property on file fields.
FileFieldWidgetTestCase::testMultiValuedWidget in modules/ file/ tests/file.test
Tests upload and remove buttons for multiple multi-valued File fields.
FileFieldWidgetTestCase::testPrivateFileComment in modules/ file/ tests/file.test
Tests that download restrictions on private files work on comments.
FileFieldWidgetTestCase::testPrivateFileSetting in modules/ file/ tests/file.test
Tests a file field with a "Private files" upload destination setting.
FileFieldWidgetTestCase::testSingleValuedWidget in modules/ file/ tests/file.test
Tests upload and remove buttons for a single-valued File field.
FileFieldWidgetTestCase::testWidgetValidation in modules/ file/ tests/file.test
Tests validation with the Upload button.
FileHookTestCase::assertFileHooksCalled in modules/ simpletest/ tests/file.test
Assert that all of the specified hook_file_* hooks were called once, other
values result in failure.
FileManagedFileElementTestCase::testManagedFile in modules/ file/ tests/file.test
Tests the managed_file element type.
FileNameMungingTest::testMunging in modules/ simpletest/ tests/file.test
Create a file and munge/unmunge the name.
FilePrivateTestCase::testPrivateFile in modules/ file/ tests/file.test
Tests file access for file uploaded to a private node.
FileSaveUploadTest::setUp in modules/ simpletest/ tests/file.test
Sets up a Drupal site for running functional and integration tests.
FileSaveUploadTest::testExistingError in modules/ simpletest/ tests/file.test
Test for failure when uploading over a file that already exists.
FileSaveUploadTest::testExistingRename in modules/ simpletest/ tests/file.test
Test renaming when uploading over a file that already exists.
FileSaveUploadTest::testExistingReplace in modules/ simpletest/ tests/file.test
Test replacement when uploading over a file that already exists.
FileSaveUploadTest::testHandleDangerousFile in modules/ simpletest/ tests/file.test
Test dangerous file handling.
FileSaveUploadTest::testHandleExtension in modules/ simpletest/ tests/file.test
Test extension handling.
FileSaveUploadTest::testHandleFileMunge in modules/ simpletest/ tests/file.test
Test file munge handling.
FileSaveUploadTest::testNormal in modules/ simpletest/ tests/file.test
Test the file_save_upload () function.
FileSaveUploadTest::testNoUpload in modules/ simpletest/ tests/file.test
Test for no failures when not uploading a file.
FileTaxonomyTermTestCase::_testTermFile in modules/ file/ tests/file.test
Runs tests for attaching a file field to a taxonomy term.
FileTestCase::assertDirectoryPermissions in modules/ simpletest/ tests/file.test
Helper function to test the permissions of a directory.
FileTestCase::assertFilePermissions in modules/ simpletest/ tests/file.test
Helper function to test the permissions of a file.
FileTransfer::getSettingsForm in includes/ filetransfer/filetransfer.inc
Returns a form to collect connection settings credentials.
file_ajax_progress in modules/ file/file.module
Menu callback for upload progress.
file_ajax_upload in modules/ file/file.module
Menu callback; Shared Ajax callback for file uploads and deletions.
file_copy in includes/file.inc
Copies a file to a new location and adds a file record to the database.
file_delete in includes/file.inc
Deletes a file and its database record.
file_field_formatter_info in modules/ file/file.field.inc
Implements hook_field_formatter_info ().
file_field_info in modules/ file/file.field.inc
Implements hook_field_info ().
file_field_instance_settings_form in modules/ file/file.field.inc
Implements hook_field_instance_settings_form ().
file_field_settings_form in modules/ file/file.field.inc
Implements hook_field_settings_form ().
file_field_widget_form in modules/ file/file.field.inc
Implements hook_field_widget_form ().
file_field_widget_info in modules/ file/file.field.inc
Implements hook_field_widget_info ().
file_field_widget_process in modules/ file/file.field.inc
An element #process callback for the file_generic field type.
file_field_widget_process_multiple in modules/ file/file.field.inc
An element #process callback for a group of file_generic fields.
file_field_widget_settings_form in modules/ file/file.field.inc
Implements hook_field_widget_settings_form ().
file_help in modules/ file/file.module
Implements hook_help ().
file_managed_file_process in modules/ file/file.module
Process function to expand the managed_file element type.
file_managed_file_save_upload in modules/ file/file.module
Saves any files that have been uploaded into a managed_file element.
file_managed_file_validate in modules/ file/file.module
An #element_validate callback for the managed_file element.
file_module_test_form in modules/ file/ tests/file_module_test.module
Form constructor for testing a 'managed_file' element.
file_module_test_form_submit in modules/ file/ tests/file_module_test.module
Form submission handler for file_module_test_form ().
file_move in includes/file.inc
Moves a file to a new location and update the file's database entry.
file_munge_filename in includes/file.inc
Modifies a filename as needed for security purposes.
file_requirements in modules/ file/file.install
Implements hook_requirements ().
file_save_data in includes/file.inc
Saves a file to the specified destination and creates a database entry.
file_save_upload in includes/file.inc
Saves a file upload to a new location.
file_test_stream_wrappers in modules/ simpletest/ tests/file_test.module
Implements hook_stream_wrappers ().
file_unmanaged_copy in includes/file.inc
Copies a file to a new location without invoking the file API.
file_unmanaged_save_data in includes/file.inc
Saves a string to the specified destination without invoking file API.
file_validate in includes/file.inc
Checks that a file meets the criteria specified by the validators.
file_validate_extensions in includes/file.inc
Checks that the filename ends with an allowed extension.
file_validate_image_resolution in includes/file.inc
Verifies that image dimensions are within the specified maximum and minimum.
file_validate_is_image in includes/file.inc
Checks that the file is recognized by image_get_info () as an image.
file_validate_name_length in includes/file.inc
Checks for files with names longer than we can store in the database.
file_validate_size in includes/file.inc
Checks that the file's size is below certain limits.
FilledMinimalUpdatePath::testFilledStandardUpdate in modules/ simpletest/ tests/ upgrade/upgrade.test
Tests a successful point release update.
FilledStandardUpdatePath::testFilledStandardUpdate in modules/ simpletest/ tests/ upgrade/upgrade.test
Tests a successful point release update.
FilterAdminTestCase::testFilterAdmin in modules/ filter/filter.test
Tests filter administration functionality.
FilterAdminTestCase::testFormatAdmin in modules/ filter/filter.test
Tests the format administration functionality.
FilterAdminTestCase::testUrlFilterAdmin in modules/ filter/filter.test
Tests the URL filter settings form is properly validated.
FilterDefaultFormatTestCase::testDefaultTextFormats in modules/ filter/filter.test
Tests if the default text format is accessible to users.
FilterFormatAccessTestCase::setUp in modules/ filter/filter.test
Sets up a Drupal site for running functional and integration tests.
FilterFormatAccessTestCase::testFormatWidgetPermissions in modules/ filter/filter.test
Tests editing a page using a disallowed text format.
FilterHooksTestCase::testFilterHooks in modules/ filter/filter.test
Tests hooks on format management.
FilterSecurityTestCase::testDisableFilterModule in modules/ filter/filter.test
Tests removal of filtered content when an active filter is disabled.
filter_admin_disable in modules/ filter/filter.admin.inc
Form constructor for the text format deletion confirmation form.
filter_admin_disable_submit in modules/ filter/filter.admin.inc
Form submission handler for filter_admin_disable ().
filter_admin_format_form in modules/ filter/filter.admin.inc
Form constructor for the text format add/edit form.
filter_admin_format_form_submit in modules/ filter/filter.admin.inc
Form submission handler for filter_admin_format_form ().
filter_admin_format_form_validate in modules/ filter/filter.admin.inc
Form validation handler for filter_admin_format_form ().
filter_admin_format_page in modules/ filter/filter.admin.inc
Page callback: Displays the text format add/edit form.
filter_admin_overview in modules/ filter/filter.admin.inc
Page callback: Form constructor for a form to list and reorder text formats.
filter_admin_overview_submit in modules/ filter/filter.admin.inc
Form submission handler for filter_admin_overview ().
filter_filter_info in modules/ filter/filter.module
Implements hook_filter_info ().
filter_form_access_denied in modules/ filter/filter.module
Render API callback: Hides the field value of 'text_format' elements.
filter_help in modules/ filter/filter.module
Implements hook_help ().
filter_permission in modules/ filter/filter.module
Implements hook_permission ().
filter_process_format in modules/ filter/filter.module
Expands an element into a base element with text format selector attached.
FormatDateUnitTest::testAdminDefinedFormatDate in modules/ simpletest/ tests/common.test
Test admin-defined formats in format_date ().
FormatDateUnitTest::testFormatDate in modules/ simpletest/ tests/common.test
Tests for the format_date () function.
format_interval in includes/common.inc
Formats a time interval with the requested granularity.
format_plural in includes/common.inc
Formats a string containing a count of items.
format_size in includes/common.inc
Generates a string representation for the given byte count.
format_username in includes/common.inc
Format a username.
FormsArbitraryRebuildTestCase::testUserRegistrationMultipleField in modules/ simpletest/ tests/form.test
Tests a rebuild caused by a multiple value field.
FormsElementsLabelsTestCase::testFormLabels in modules/ simpletest/ tests/form.test
Test form elements, labels, title attibutes and required marks output
correctly and have the correct label option class if needed.
FormsElementsTableSelectFunctionalTest::formSubmitHelper in modules/ simpletest/ tests/form.test
Helper function for the option check test to submit a form while collecting errors.
FormsElementsTableSelectFunctionalTest::testAjax in modules/ simpletest/ tests/form.test
Test presence of ajax functionality
FormsElementsTableSelectFunctionalTest::testEmptyText in modules/ simpletest/ tests/form.test
Test the display of the #empty text when #options is an empty array.
FormsElementsTableSelectFunctionalTest::testMultipleFalse in modules/ simpletest/ tests/form.test
Test the display of radios when #multiple is FALSE.
FormsElementsTableSelectFunctionalTest::testMultipleFalseSubmit in modules/ simpletest/ tests/form.test
Test submission of values when #multiple is FALSE.
FormsElementsTableSelectFunctionalTest::testMultipleTrue in modules/ simpletest/ tests/form.test
Test the display of checkboxes when #multiple is TRUE.
FormsElementsTableSelectFunctionalTest::testMultipleTrueSubmit in modules/ simpletest/ tests/form.test
Test the submission of single and multiple values when #multiple is TRUE.
FormsFileInclusionTestCase::testLoadCustomInclude in modules/ simpletest/ tests/form.test
Tests loading a custom specified inlcude.
FormsFileInclusionTestCase::testLoadMenuInclude in modules/ simpletest/ tests/form.test
Tests loading an include specified in hook_menu ().
FormsFormStorageTestCase::testFormStatePersist in modules/ simpletest/ tests/form.test
Tests a form using form state without using 'storage' to pass data from the
constructor to a submit handler. The data has to persist even when caching
gets activated, what may happen when a modules alter the form and adds
#ajax properties.
FormsProgrammaticTestCase::submitForm in modules/ simpletest/ tests/form.test
Helper function used to programmatically submit the form defined in
form_test.module with the given values.
FormsRebuildTestCase::testPreserveFormActionAfterAJAX in modules/ simpletest/ tests/form.test
Tests that a form's action is retained after an Ajax submission.
FormsRedirectTestCase::testRedirect in modules/ simpletest/ tests/form.test
Tests form redirection.
FormStateValuesCleanAdvancedTestCase::testFormStateValuesCleanAdvanced in modules/ simpletest/ tests/form.test
Tests form_state_values_clean ().
FormStateValuesCleanTestCase::testFormStateValuesClean in modules/ simpletest/ tests/form.test
Tests form_state_values_clean ().
FormsTestCase::checkFormValue in modules/ simpletest/ tests/form.test
Checks that a given form input value is sanitized to the expected result.
FormsTestCase::testCheckboxProcessing in modules/ simpletest/ tests/form.test
Test default value handling for checkboxes.
FormsTestCase::testDisabledElements in modules/ simpletest/ tests/form.test
Test handling of disabled elements.
FormsTestCase::testInputForgery in modules/ simpletest/ tests/form.test
Test Form API protections against input forgery.
FormsTestCase::testRequiredCheckboxesRadio in modules/ simpletest/ tests/form.test
Tests validation for required checkbox, select, and radio elements.
FormsTestCase::testRequiredFields in modules/ simpletest/ tests/form.test
Check several empty values for required forms elements.
FormsTestCase::testSelect in modules/ simpletest/ tests/form.test
Tests validation of #type 'select' elements.
FormValidationTestCase::testMultiFormSameNameErrorClass in modules/ simpletest/ tests/form.test
Tests error border of multiple fields with same name in a page.
FormValidationTestCase::testValidateLimitErrors in modules/ simpletest/ tests/form.test
Tests partial form validation through #limit_validation_errors.
form_label_test_form in modules/ simpletest/ tests/form_test.module
A form for testing form labels and required marks.
form_process_date in includes/form.inc
Expands a date element into year, month, and day select elements.
form_process_machine_name in includes/form.inc
Processes a machine-readable name form element.
form_process_password_confirm in includes/form.inc
Expand a password_confirm field into two text boxes.
form_process_select in includes/form.inc
Processes a select list form element.
form_process_tableselect in includes/form.inc
Creates checkbox or radio elements to populate a tableselect table.
form_test_clicked_button_validate in modules/ simpletest/ tests/form_test.module
Form validation handler for the form_test_clicked_button () form.
form_test_element_validate_name in modules/ simpletest/ tests/form_test.module
Form element validation handler for 'name' in form_test_validate_form ().
form_test_form_rebuild_preserve_values_form in modules/ simpletest/ tests/form_test.module
Form builder for testing preservation of values during a rebuild.
form_test_form_rebuild_preserve_values_form_submit in modules/ simpletest/ tests/form_test.module
Form submit handler for form_test_form_rebuild_preserve_values_form ().
form_test_form_state_values_clean_advanced_form in modules/ simpletest/ tests/form_test.module
Form constructor for the form_state_values_clean () test.
form_test_form_state_values_clean_advanced_form_submit in modules/ simpletest/ tests/form_test.module
Form submission handler for form_test_form_state_values_clean_advanced_form ().
form_test_form_state_values_clean_form in modules/ simpletest/ tests/form_test.module
Form builder for form_state_values_clean () test.
form_test_form_user_register_form_alter in modules/ simpletest/ tests/form_test.module
Implements hook_form_FORM_ID_alter () for the registration form.
form_test_limit_validation_errors_element_validate_test in modules/ simpletest/ tests/form_test.module
Form element validation handler for the 'test' element.
form_test_limit_validation_errors_form in modules/ simpletest/ tests/form_test.module
Builds a simple form with a button triggering partial validation.
form_test_load_include_custom in modules/ simpletest/ tests/form_test.module
Menu callback for testing custom form includes.
form_test_load_include_menu in modules/ simpletest/ tests/form_test.file.inc
Form constructor for testing FAPI file inclusion of the file specified in
hook_menu ().
form_test_menu in modules/ simpletest/ tests/form_test.module
Implements hook_menu ().
form_test_programmatic_form_validate in modules/ simpletest/ tests/form_test.module
Form validation handler for programmatic form submissions.
form_test_redirect in modules/ simpletest/ tests/form_test.module
Form builder to detect form redirect.
form_test_state_persist in modules/ simpletest/ tests/form_test.module
Form constructor for testing form state persistence.
form_test_validate_form_validate in modules/ simpletest/ tests/form_test.module
Form validation handler for form_test_validate_form ().
form_validate_machine_name in includes/form.inc
Form element validation handler for machine_name elements.
forum-list.tpl.php in modules/ forum/forum-list.tpl.php
Displays a list of forums and containers.
forum-submitted.tpl.php in modules/ forum/forum-submitted.tpl.php
Formats a forum post submission string.
ForumIndexTestCase::testForumIndexStatus in modules/ forum/forum.test
Tests the forum index for published and unpublished nodes.
ForumTestCase::createForum in modules/ forum/forum.test
Creates a forum container or a forum.
ForumTestCase::createForumTopic in modules/ forum/forum.test
Creates forum topic.
ForumTestCase::deleteForum in modules/ forum/forum.test
Deletes a forum.
ForumTestCase::doAdminTests in modules/ forum/forum.test
Runs admin tests on the admin user.
ForumTestCase::editForumTaxonomy in modules/ forum/forum.test
Edits the forum taxonomy.
ForumTestCase::testAddOrphanTopic in modules/ forum/forum.test
Tests that forum nodes can't be added without a parent.
ForumTestCase::testEnableForumField in modules/ forum/forum.test
Tests disabling and re-enabling the Forum module.
ForumTestCase::testForum in modules/ forum/forum.test
Tests forum functionality through the admin and user interfaces.
ForumTestCase::verifyForums in modules/ forum/forum.test
Verifies that the logged in user has access to a forum nodes.
ForumTestCase::verifyForumView in modules/ forum/forum.test
Verifies display of forum page.
ForumUpgradePathTestCase::testForumUpgrade in modules/ simpletest/ tests/ upgrade/upgrade.forum.test
Test a successful upgrade (no negotiation).
forum_admin_settings in modules/ forum/forum.admin.inc
Form constructor for the forum settings page.
forum_block_configure in modules/ forum/forum.module
Implements hook_block_configure ().
forum_block_info in modules/ forum/forum.module
Implements hook_block_info ().
forum_block_view in modules/ forum/forum.module
Implements hook_block_view ().
forum_block_view_pre_render in modules/ forum/forum.module
Render API callback: Lists nodes based on the element's #query property.
forum_confirm_delete in modules/ forum/forum.admin.inc
Form constructor for confirming deletion of a forum taxonomy term.
forum_confirm_delete_submit in modules/ forum/forum.admin.inc
Form submission handler for forum_confirm_delete ().
forum_enable in modules/ forum/forum.install
Implements hook_enable ().
forum_form in modules/ forum/forum.module
Implements hook_form ().
forum_form_container in modules/ forum/forum.admin.inc
Form constructor for adding and editing forum containers.
forum_form_forum in modules/ forum/forum.admin.inc
Form constructor for adding and editing a forum.
forum_form_main in modules/ forum/forum.admin.inc
Page callback: Returns a form for creating a new forum or container.
forum_form_submit in modules/ forum/forum.admin.inc
Form submission handler for forum_form_forum () and forum_form_container ().
forum_form_taxonomy_form_vocabulary_alter in modules/ forum/forum.module
Implements hook_form_FORM_ID_alter () for taxonomy_form_vocabulary ().
forum_get_topics in modules/ forum/forum.module
Gets all the topics in a forum.
forum_help in modules/ forum/forum.module
Implements hook_help ().
forum_menu_local_tasks_alter in modules/ forum/forum.module
Implements hook_menu_local_tasks_alter ().
forum_node_info in modules/ forum/forum.module
Implements hook_node_info ().
forum_node_validate in modules/ forum/forum.module
Implements hook_node_validate ().
forum_node_view in modules/ forum/forum.module
Implements hook_node_view ().
forum_overview in modules/ forum/forum.admin.inc
Form constructor for the forum overview form.
forum_permission in modules/ forum/forum.module
Implements hook_permission ().
forum_update_7003 in modules/ forum/forum.install
Rename field to 'taxonomy_forums'.
FrontPageTestCase::testDrupalIsFrontPage in modules/ system/system.test
Test front page functionality.
garland_breadcrumb in themes/ garland/template.php
Override of theme_breadcrumb ().
garland_form_system_theme_settings_alter in themes/ garland/theme-settings.php
Implements hook_form_FORM_ID_alter ().
garland_preprocess_page in themes/ garland/template.php
Override or insert variables into the page template.
HelpTestCase::testHelp in modules/ help/help.test
Logs in users, creates dblog events, and tests dblog functionality.
HelpTestCase::verifyHelp in modules/ help/help.test
Verifies the logged in user has access to the various help nodes.
help_help in modules/ help/help.module
Implements hook_help ().
help_main in modules/ help/help.admin.inc
Menu callback; prints a page listing a glossary of Drupal terminology.
help_page in modules/ help/help.admin.inc
Menu callback; prints a page listing general help for a module.
HookBootExitTestCase::testHookBootExit in modules/ simpletest/ tests/bootstrap.test
Test calling of hook_boot () and hook_exit ().
HookRequirementsTestCase::testHookRequirementsFailure in modules/ system/system.test
Assert that a module cannot be installed if it fails hook_requirements ().
hook_action_info in modules/ system/system.api.php
Declares information about actions.
hook_action_info_alter in modules/ system/system.api.php
Alters the actions declared by another module.
hook_aggregator_fetch_info in modules/ aggregator/aggregator.api.php
Specify the title and short description of your fetcher.
hook_aggregator_parse_info in modules/ aggregator/aggregator.api.php
Specify the title and short description of your parser.
hook_aggregator_process_info in modules/ aggregator/aggregator.api.php
Specify the title and short description of your processor.
hook_block_configure in modules/ block/block.api.php
Define a configuration form for a block.
hook_block_info in modules/ block/block.api.php
Define all blocks provided by the module.
hook_block_view in modules/ block/block.api.php
Return a rendered or renderable view of a block.
hook_block_view_MODULE_DELTA_alter in modules/ block/block.api.php
Perform alterations to a specific block.
hook_comment_delete in modules/ comment/comment.api.php
The comment is being deleted by the moderator.
hook_comment_publish in modules/ comment/comment.api.php
The comment is being published by the moderator.
hook_comment_unpublish in modules/ comment/comment.api.php
The comment is being unpublished by the moderator.
hook_date_format_types in modules/ system/system.api.php
Define additional date types.
hook_entity_info in modules/ system/system.api.php
Inform the base system and the Field API about one or more entity types.
hook_field_attach_form in modules/ field/field.api.php
Act on field_attach_form ().
hook_field_attach_validate in modules/ field/field.api.php
Act on field_attach_validate ().
hook_field_extra_fields in modules/ field/field.api.php
Exposes "pseudo-field" components on fieldable entities.
hook_field_formatter_info in modules/ field/field.api.php
Expose Field API formatter types.
hook_field_formatter_settings_form in modules/ field_ui/field_ui.api.php
Specify the form elements for a formatter's settings.
hook_field_formatter_settings_summary in modules/ field_ui/field_ui.api.php
Return a short summary for the current formatter settings of an instance.
hook_field_formatter_view in modules/ field/field.api.php
Build a renderable array for a field value.
hook_field_info in modules/ field/field.api.php
Define Field API field types.
hook_field_instance_settings_form in modules/ field_ui/field_ui.api.php
Add settings to an instance field settings form.
hook_field_settings_form in modules/ field_ui/field_ui.api.php
Add settings to a field settings form.
hook_field_storage_info in modules/ field/field.api.php
Expose Field API storage backends.
hook_field_validate in modules/ field/field.api.php
Validate this module's field data.
hook_field_widget_info in modules/ field/field.api.php
Expose Field API widget types.
hook_field_widget_settings_form in modules/ field_ui/field_ui.api.php
Add settings to a widget settings form.
hook_filetransfer_info in modules/ system/system.api.php
Register information about FileTransfer classes provided by a module.
hook_file_copy in modules/ system/system.api.php
Respond to a file that has been copied.
hook_file_move in modules/ system/system.api.php
Respond to a file that has been moved.
hook_file_update in modules/ system/system.api.php
Respond to a file being updated.
hook_file_validate in modules/ system/system.api.php
Check that files meet a given criteria.
hook_filter_info in modules/ filter/filter.api.php
Define content filters.
hook_form in modules/ node/node.api.php
Display a node editing form.
hook_form_alter in modules/ system/system.api.php
Perform alterations before a form is rendered.
hook_form_BASE_FORM_ID_alter in modules/ system/system.api.php
Provide a form-specific alteration for shared ('base') forms.
hook_form_FORM_ID_alter in modules/ system/system.api.php
Provide a form-specific alteration instead of the global hook_form_alter ().
hook_form_system_theme_settings_alter in modules/ system/theme.api.php
Allow themes to alter the theme-specific settings form.
hook_help in modules/ system/system.api.php
Provide online user help.
hook_image_effect_info in modules/ image/image.api.php
Define information about image effects provided by a module.
hook_image_toolkits in modules/ system/system.api.php
Define image toolkits provided by this module.
hook_language_negotiation_info in modules/ system/language.api.php
Define language negotiation providers.
hook_language_types_info in modules/ system/language.api.php
Define language types.
hook_language_types_info_alter in modules/ system/language.api.php
Perform alterations on language types.
hook_locale in modules/ locale/locale.api.php
Allows modules to define their own text groups that can be translated.
hook_mail_alter in modules/ system/system.api.php
Alter an email message created with the drupal_mail () function.
hook_menu_contextual_links_alter in modules/ system/system.api.php
Alter contextual links before they are rendered.
hook_menu_local_tasks_alter in modules/ system/system.api.php
Alter tabs and actions displayed on the page before they are rendered.
hook_modules_enabled in modules/ system/system.api.php
Perform necessary actions after modules are enabled.
hook_node_info in modules/ node/node.api.php
Define module-provided node types.
hook_node_operations in modules/ node/node.api.php
Add mass node operations.
hook_node_type_insert in modules/ node/node.api.php
Respond to node type creation.
hook_node_validate in modules/ node/node.api.php
Perform node validation before a node is created or updated.
hook_options_list in modules/ field/ modules/ options/options.api.php
Returns the list of options to be displayed for a field.
hook_page_alter in modules/ system/system.api.php
Perform alterations before a page is rendered.
hook_page_build in modules/ system/system.api.php
Add elements to a page before it is rendered.
hook_permission in modules/ system/system.api.php
Define user permissions.
hook_ranking in modules/ node/node.api.php
Provide additional methods of scoring for core search results for nodes.
hook_search_admin in modules/ search/search.api.php
Add elements to the search settings form.
hook_search_info in modules/ search/search.api.php
Define a custom search type.
hook_stream_wrappers in modules/ system/system.api.php
Registers PHP stream wrapper implementations associated with a module.
hook_stream_wrappers_alter in modules/ system/system.api.php
Alters the list of PHP stream wrapper implementations.
hook_system_themes_page_alter in modules/ system/system.api.php
Alters theme operation links.
hook_tokens in modules/ system/system.api.php
Provide replacement values for placeholder tokens.
hook_token_info in modules/ system/system.api.php
Provide information about available placeholder tokens and token types.
hook_token_info_alter in modules/ system/system.api.php
Alter the metadata about available placeholder tokens and token types.
hook_trigger_info in modules/ trigger/trigger.api.php
Declare triggers (events) for users to assign actions to.
hook_trigger_info_alter in modules/ trigger/trigger.api.php
Alter triggers declared by hook_trigger_info ().
hook_updater_info in modules/ system/system.api.php
Provide information on Updaters (classes that can update Drupal).
hook_update_N in modules/ system/system.api.php
Perform a single update.
hook_update_status_alter in modules/ update/update.api.php
Alter the information about available updates for projects.
hook_username_alter in modules/ system/system.api.php
Alter the username that is displayed for a user.
hook_user_cancel_methods_alter in modules/ user/user.api.php
Modify account cancellation methods.
hook_user_categories in modules/ user/user.api.php
Define a list of user settings or profile information categories.
hook_user_login in modules/ user/user.api.php
The user just logged in.
hook_user_operations in modules/ user/user.api.php
Add mass user operations.
hook_user_view in modules/ user/user.api.php
The user's account information is being displayed.
hook_validate in modules/ node/node.api.php
Perform node validation before a node is created or updated.
hook_verify_update_archive in modules/ update/update.api.php
Verify an archive after it has been downloaded and extracted.
hook_view in modules/ node/node.api.php
Display a node.
hook_watchdog in modules/ system/system.api.php
Log an event message.
hook_xmlrpc in modules/ system/system.api.php
Register XML-RPC callbacks.
html.tpl.php in modules/ system/html.tpl.php
Default theme implementation to display the basic html structure of a single
Drupal page.
ImageAdminStylesUnitTest::testDefaultStyle in modules/ image/image.test
Test to override, edit, then revert a style.
ImageAdminStylesUnitTest::testNumericStyleName in modules/ image/image.test
Test creating an image style with a numeric name and ensuring it can be
applied to an image.
ImageAdminStylesUnitTest::testStyle in modules/ image/image.test
General test to add a style, add/remove/edit effects to it, then delete it.
ImageAdminStylesUnitTest::testStyleReplacement in modules/ image/image.test
Test deleting a style and choosing a replacement style.
ImageAdminUiTestCase::testAddEffectHelpText in modules/ image/image.test
Test if the help text is available on the add effect form.
ImageAdminUiTestCase::testEditEffectHelpText in modules/ image/image.test
Test if the help text is available on the edit effect form.
ImageFieldDisplayTestCase::testImageFieldDefaultImage in modules/ image/image.test
Test use of a default image with an image field.
ImageFieldDisplayTestCase::testImageFieldFormatterAttributes in modules/ image/image.test
Test passing attributes into the image field formatters.
ImageFieldDisplayTestCase::testImageFieldSettings in modules/ image/image.test
Tests for image field settings.
ImageFieldTestCase::uploadNodeImage in modules/ image/image.test
Upload an image to a node.
ImageFieldValidateTestCase::testResolution in modules/ image/image.test
Test min/max resolution settings.
ImageStyleFlushTest::testFlush in modules/ image/image.test
General test to flush a style.
ImageToolkitGdTestCase::testManipulations in modules/ simpletest/ tests/image.test
Since PHP can't visually check that our images have been manipulated
properly, build a list of expected color values for each of the corners and
the expected height and widths for the final images.
image_crop_form in modules/ image/image.admin.inc
Form structure for the image crop form.
image_effect_color_validate in modules/ image/image.admin.inc
Element validate handler to ensure a hexadecimal color value.
image_effect_delete_form in modules/ image/image.admin.inc
Form builder; Form for deleting an image effect.
image_effect_delete_form_submit in modules/ image/image.admin.inc
Submit handler to delete an image effect.
image_effect_form in modules/ image/image.admin.inc
Form builder; Form for adding and editing image effects.
image_effect_form_submit in modules/ image/image.admin.inc
Submit handler for updating an image effect.
image_effect_integer_validate in modules/ image/image.admin.inc
Element validate handler to ensure an integer pixel value.
image_effect_scale_validate in modules/ image/image.admin.inc
Element validate handler to ensure that either a height or a width is
specified.
image_field_formatter_info in modules/ image/image.field.inc
Implements hook_field_formatter_info ().
image_field_formatter_settings_form in modules/ image/image.field.inc
Implements hook_field_formatter_settings_form ().
image_field_formatter_settings_summary in modules/ image/image.field.inc
Implements hook_field_formatter_settings_summary ().
image_field_info in modules/ image/image.field.inc
Implements hook_field_info ().
image_field_instance_settings_form in modules/ image/image.field.inc
Implements hook_field_instance_settings_form ().
image_field_settings_form in modules/ image/image.field.inc
Implements hook_field_settings_form ().
image_field_widget_info in modules/ image/image.field.inc
Implements hook_field_widget_info ().
image_field_widget_process in modules/ image/image.field.inc
An element #process callback for the image_image field type.
image_field_widget_settings_form in modules/ image/image.field.inc
Implements hook_field_widget_settings_form ().
image_gd_settings in modules/ system/image.gd.inc
Retrieve settings for the GD2 toolkit.
image_gd_settings_validate in modules/ system/image.gd.inc
Validate the submitted GD settings.
image_help in modules/ image/image.module
Implements hook_help ().
image_image_effect_info in modules/ image/image.effects.inc
Implements hook_image_effect_info ().
image_permission in modules/ image/image.module
Implements hook_permission ().
image_requirements in modules/ image/image.install
Implements hook_requirements () to check the PHP GD Library.
image_resize_form in modules/ image/image.admin.inc
Form structure for the image resize form.
image_rotate_form in modules/ image/image.admin.inc
Form structure for the image rotate form.
image_scale_form in modules/ image/image.admin.inc
Form structure for the image scale form.
image_style_add_form in modules/ image/image.admin.inc
Form builder; Form for adding a new image style.
image_style_add_form_submit in modules/ image/image.admin.inc
Submit handler for adding a new image style.
image_style_delete_form in modules/ image/image.admin.inc
Form builder; Form for deleting an image style.
image_style_delete_form_submit in modules/ image/image.admin.inc
Submit handler to delete an image style.
image_style_deliver in modules/ image/image.module
Page callback: Generates a derivative, given a style and image path.
image_style_form in modules/ image/image.admin.inc
Form builder; Edit an image style name and effects order.
image_style_form_add_submit in modules/ image/image.admin.inc
Submit handler for adding a new image effect to an image style.
image_style_form_add_validate in modules/ image/image.admin.inc
Validate handler for adding a new image effect to an image style.
image_style_form_override_submit in modules/ image/image.admin.inc
Submit handler for overriding a module-defined style.
image_style_form_submit in modules/ image/image.admin.inc
Submit handler for saving an image style.
image_style_name_validate in modules/ image/image.admin.inc
Element validate function to ensure unique, URL safe style names.
image_style_options in modules/ image/image.module
Gets an array of image styles suitable for using as select list options.
image_style_revert_form in modules/ image/image.admin.inc
Confirmation form to revert a database style to its default.
image_style_revert_form_submit in modules/ image/image.admin.inc
Submit handler to convert an overridden style to its default.
image_test_image_toolkits in modules/ simpletest/ tests/image_test.module
Implements hook_image_toolkits ().
ImportOPMLTestCase::submitImportForm in modules/ aggregator/aggregator.test
Submits form with invalid, empty, and valid OPML files.
ImportOPMLTestCase::validateImportFormFields in modules/ aggregator/aggregator.test
Submits form filled with invalid fields.
IPAddressBlockingTestCase::testIPAddressValidation in modules/ system/system.test
Test a variety of user input to confirm correct validation and saving of data.
language_negotiation_info in includes/language.inc
Returns all the defined language negotiation providers.
ListFieldTestCase::testUpdateAllowedValues in modules/ field/ modules/ list/ tests/list.test
Test that allowed values can be updated.
ListFieldUITestCase::assertAllowedValuesInput in modules/ field/ modules/ list/ tests/list.test
Tests a string input for the 'allowed values' form element.
ListFieldUITestCase::testListAllowedValuesBoolean in modules/ field/ modules/ list/ tests/list.test
List (boolen) : test 'On/Off' values input.
list_allowed_values_setting_validate in modules/ field/ modules/ list/list.module
Element validate callback; check that the entered values are valid.
list_field_formatter_info in modules/ field/ modules/ list/list.module
Implements hook_field_formatter_info ().
list_field_info in modules/ field/ modules/ list/list.module
Implements hook_field_info ().
list_field_settings_form in modules/ field/ modules/ list/list.module
Implements hook_field_settings_form ().
list_field_update_forbid in modules/ field/ modules/ list/list.module
Implements hook_field_update_forbid ().
list_field_validate in modules/ field/ modules/ list/list.module
Implements hook_field_validate ().
list_help in modules/ field/ modules/ list/list.module
Implements hook_help ().
LocaleCommentLanguageFunctionalTest::setUp in modules/ locale/locale.test
Sets up a Drupal site for running functional and integration tests.
LocaleCommentLanguageFunctionalTest::testCommentLanguage in modules/ locale/locale.test
Test that comment language is properly set.
LocaleConfigurationTest::testLanguageConfiguration in modules/ locale/locale.test
Functional tests for adding, editing and deleting languages.
LocaleContentFunctionalTest::testContentTypeLanguageConfiguration in modules/ locale/locale.test
Test if a content type can be set to multilingual and language setting is
present on node add and edit forms.
LocaleContentFunctionalTest::testMachineNameLTR in modules/ locale/locale.test
Verifies that machine name fields are always LTR.
LocaleCSSAlterTest::testCSSFilesOrderInRTLMode in modules/ locale/locale.test
Verifies that -rtl.css file is added directly after LTR .css file.
LocaleDateFormatsFunctionalTest::testLocalizeDateFormats in modules/ locale/locale.test
Functional tests for localizing date formats.
LocaleExportFunctionalTest::testExportTranslation in modules/ locale/locale.test
Test exportation of translations.
LocaleExportFunctionalTest::testExportTranslationTemplateFile in modules/ locale/locale.test
Test exportation of translation template file.
LocaleImportFunctionalTest::importPoFile in modules/ locale/locale.test
Helper function: import a standalone .po file in a given language.
LocaleImportFunctionalTest::testAutomaticModuleTranslationImportLanguageEnable in modules/ locale/locale.test
Test automatic import of a module's translation files when a language is
enabled.
LocaleImportFunctionalTest::testEmptyMsgstr in modules/ locale/locale.test
Test empty msgstr at end of .po file see #611786.
LocaleImportFunctionalTest::testLanguageContext in modules/ locale/locale.test
Test msgctxt context support.
LocaleImportFunctionalTest::testStandalonePoFile in modules/ locale/locale.test
Test import of standalone .po files.
LocaleLanguageNegotiationInfoFunctionalTest::setUp in modules/ locale/locale.test
Sets up a Drupal site for running functional and integration tests.
LocaleLanguageNegotiationInfoFunctionalTest::testInfoAlterations in modules/ locale/locale.test
Tests alterations to language types/negotiation info.
LocaleLanguageSwitchingFunctionalTest::testLanguageBlock in modules/ locale/locale.test
Functional tests for the language switcher block.
LocaleMultilingualFieldsFunctionalTest::setUp in modules/ locale/locale.test
Sets up a Drupal site for running functional and integration tests.
LocaleMultilingualFieldsFunctionalTest::testMultilingualDisplaySettings in modules/ locale/locale.test
LocaleMultilingualFieldsFunctionalTest::testMultilingualNodeForm in modules/ locale/locale.test
Test if field languages are correctly set through the node form.
LocalePathFunctionalTest::testPathLanguageConfiguration in modules/ locale/locale.test
Test if a language can be associated with a path alias.
LocalePluralFormatTest::assertPluralFormat in modules/ locale/locale.test
Helper assert to test locale_get_plural page.
LocalePluralFormatTest::importPoFile in modules/ locale/locale.test
Imports a standalone .po file in a given language.
LocaleTranslationFunctionalTest::testJavaScriptTranslation in modules/ locale/locale.test
LocaleTranslationFunctionalTest::testStringSearch in modules/ locale/locale.test
Tests translation search form.
LocaleTranslationFunctionalTest::testStringTranslation in modules/ locale/locale.test
Adds a language and tests string translation by users with the appropriate permissions.
LocaleTranslationFunctionalTest::testStringValidation in modules/ locale/locale.test
Tests the validation of the translation input.
LocaleUILanguageNegotiationTest::runTest in modules/ locale/locale.test
LocaleUILanguageNegotiationTest::testUILanguageNegotiation in modules/ locale/locale.test
Tests for language switching by URL path.
LocaleUILanguageNegotiationTest::testUrlLanguageFallback in modules/ locale/locale.test
Test URL language detection when the requested URL has no language.
LocaleUninstallFunctionalTest::testUninstallProcess in modules/ locale/locale.test
Check if the values of the Locale variables are correct after uninstall.
LocaleUrlRewritingTest::setUp in modules/ locale/locale.test
Sets up a Drupal site for running functional and integration tests.
LocaleUrlRewritingTest::testDomainNameNegotiationPort in modules/ locale/locale.test
Check URL rewriting when using a domain name and a non-standard port.
LocaleUserCreationTest::testLocalUserCreation in modules/ locale/locale.test
Functional test for language handling during user creation.
LocaleUserLanguageFunctionalTest::testUserLanguageConfiguration in modules/ locale/locale.test
Test if user can change their default language.
locale_block_info in modules/ locale/locale.module
Implements hook_block_info ().
locale_block_view in modules/ locale/locale.module
Implements hook_block_view ().
locale_date_format_form in modules/ locale/locale.admin.inc
Provide date localization configuration options to users.
locale_date_format_form_submit in modules/ locale/locale.admin.inc
Submit handler for configuring localized date formats on the locale_date_format_form.
locale_date_format_language_overview_page in modules/ locale/locale.admin.inc
Display edit date format links for each language.
locale_date_format_reset_form in modules/ locale/locale.admin.inc
Reset locale specific date formats to the global defaults.
locale_form_node_form_alter in modules/ locale/locale.module
Implements hook_form_BASE_FORM_ID_alter ().
locale_form_node_type_form_alter in modules/ locale/locale.module
Implements hook_form_FORM_ID_alter ().
locale_form_path_admin_form_alter in modules/ locale/locale.module
Implements hook_form_FORM_ID_alter ().
locale_help in modules/ locale/locale.module
Implements hook_help ().
locale_languages_configure_form in modules/ locale/locale.admin.inc
Setting for language negotiation options
locale_languages_configure_form_submit in modules/ locale/locale.admin.inc
Submit handler for language negotiation settings.
locale_languages_custom_form in modules/ locale/locale.admin.inc
Custom language addition form.
locale_languages_delete_form in modules/ locale/locale.admin.inc
User interface for the language deletion confirmation screen.
locale_languages_delete_form_submit in modules/ locale/locale.admin.inc
Process language deletion submissions.
locale_languages_edit_form in modules/ locale/locale.admin.inc
Editing screen for a particular language.
locale_languages_edit_form_validate in modules/ locale/locale.admin.inc
Validate the language editing form. Reused for custom language addition too.
locale_languages_overview_form in modules/ locale/locale.admin.inc
User interface for the language overview screen.
locale_languages_overview_form_submit in modules/ locale/locale.admin.inc
Process language overview form submissions, updating existing languages.
locale_languages_predefined_form in modules/ locale/locale.admin.inc
Predefined language setup form.
locale_languages_predefined_form_submit in modules/ locale/locale.admin.inc
Process the language addition form submission.
locale_languages_predefined_form_validate in modules/ locale/locale.admin.inc
Validate the language addition form.
locale_language_list in modules/ locale/locale.module
Returns array of language names
locale_language_name in modules/ locale/locale.module
Returns a language name
locale_language_negotiation_info in modules/ locale/locale.module
Implements hook_language_negotiation_info ().
locale_language_providers_session_form in modules/ locale/locale.admin.inc
The URL language provider configuration form.
locale_language_providers_url_form in modules/ locale/locale.admin.inc
The URL language provider configuration form.
locale_language_selector_form in modules/ locale/locale.module
Form builder callback to display language selection widget.
locale_language_types_info in modules/ locale/locale.module
Implements hook_language_types_info ().
locale_locale in modules/ locale/locale.module
Implements hook_locale ().
locale_permission in modules/ locale/locale.module
Implements hook_permission ().
locale_test_init in modules/ locale/ tests/locale_test.module
Implements hook_init ().
locale_test_language_negotiation_info in modules/ locale/ tests/locale_test.module
Implements hook_language_negotiation_info ().
locale_test_language_types_info in modules/ locale/ tests/locale_test.module
Implements hook_language_types_info ().
locale_test_locale in modules/ locale/ tests/locale_test.module
Implements hook_locale ().
locale_translate_delete_form in modules/ locale/locale.admin.inc
User interface for the string deletion confirmation screen.
locale_translate_delete_form_submit in modules/ locale/locale.admin.inc
Process string deletion submissions.
locale_translate_edit_form in modules/ locale/locale.admin.inc
User interface for string editing.
locale_translate_edit_form_submit in modules/ locale/locale.admin.inc
Process string editing form submissions.
locale_translate_edit_form_validate in modules/ locale/locale.admin.inc
Validate string editing form submissions.
locale_translate_export_pot_form in modules/ locale/locale.admin.inc
Translation template export form.
locale_translate_export_po_form in modules/ locale/locale.admin.inc
Form to export PO files for the languages provided.
locale_translate_import_form in modules/ locale/locale.admin.inc
User interface for the translation import screen.
locale_translate_import_form_submit in modules/ locale/locale.admin.inc
Process the locale import form submission.
locale_translate_overview_screen in modules/ locale/locale.admin.inc
Overview screen for translations.
locale_translation_filters in modules/ locale/locale.admin.inc
List locale translation filters that can be applied.
locale_translation_filter_form in modules/ locale/locale.admin.inc
Return form for locale translation filters.
locale_translation_filter_form_submit in modules/ locale/locale.admin.inc
Process result from locale translation filter form.
locale_translation_filter_form_validate in modules/ locale/locale.admin.inc
Validate result from locale translation filter form.
maintenance-page.tpl.php in themes/ bartik/ templates/maintenance-page.tpl.php
Implementation to display a single Drupal page while offline.
maintenance-page.tpl.php in modules/ system/maintenance-page.tpl.php
Default theme implementation to display a single Drupal page while offline.
map_month in includes/form.inc
Helper function for usage with drupal_map_assoc to display month names.
MenuBreadcrumbTestCase::testBreadCrumbs in modules/ simpletest/ tests/menu.test
Tests breadcrumbs on node and administrative paths.
MenuNodeTestCase::assertNoOption in modules/ menu/menu.test
Asserts that a select option in the current page does not exist.
MenuNodeTestCase::testMenuNodeFormWidget in modules/ menu/menu.test
Test creating, editing, deleting menu links via node form widget.
MenuRouterTestCase::testMaintenanceModeLoginPaths in modules/ simpletest/ tests/menu.test
Make sure the maintenance mode can be bypassed using hook_menu_site_status_alter ().
MenuRouterTestCase::testMenuGetNames in modules/ simpletest/ tests/menu.test
Test menu_get_names ().
MenuRouterTestCase::testMenuLinkMaintain in modules/ simpletest/ tests/menu.test
Tests for menu_link_maintain ().
MenuRouterTestCase::testTitleCallbackFalse in modules/ simpletest/ tests/menu.test
Test title callback set to FALSE.
MenuRouterTestCase::testTitleMenuCallback in modules/ simpletest/ tests/menu.test
Tests page title of MENU_CALLBACKs.
MenuTestCase::addCustomMenu in modules/ menu/menu.test
Add custom menu.
MenuTestCase::addInvalidMenuLink in modules/ menu/menu.test
Attempt to add menu link with invalid path or no access permission.
MenuTestCase::addMenuLink in modules/ menu/menu.test
Add a menu link using the menu module UI.
MenuTestCase::deleteCustomMenu in modules/ menu/menu.test
Delete custom menu.
MenuTestCase::deleteMenuLink in modules/ menu/menu.test
Delete a menu link using the menu module UI.
MenuTestCase::disableMenuLink in modules/ menu/menu.test
Disable a menu link.
MenuTestCase::doMenuTests in modules/ menu/menu.test
Test menu functionality using navigation menu.
MenuTestCase::enableMenuLink in modules/ menu/menu.test
Enable a menu link.
MenuTestCase::modifyMenuLink in modules/ menu/menu.test
Modify a menu link using the menu module UI.
MenuTestCase::moveMenuLink in modules/ menu/menu.test
Change the parent of a menu link using the menu module UI.
MenuTestCase::resetMenuLink in modules/ menu/menu.test
Reset a standard menu link using the menu module UI.
MenuTestCase::testMenuQueryAndFragment in modules/ menu/menu.test
Add and remove a menu link with a query string and fragment.
MenuTestCase::testNavigationAsSecondaryMenu in modules/ menu/menu.test
Tries to use the navigation menu as the source for secondary links.
MenuTestCase::testUnpublishedNodeMenuItem in modules/ menu/menu.test
Tests that menu admin lists can include menu items for unpublished nodes.
MenuTestCase::verifyAccess in modules/ menu/menu.test
Verify the logged in user has the desired access to the various menu nodes.
MenuTestCase::verifyMenuLink in modules/ menu/menu.test
Verify a menu link using the menu module UI.
MenuTrailTestCase::testMenuTreeSetPath in modules/ simpletest/ tests/menu.test
Tests active trails are properly affected by menu_tree_set_path ().
MenuUpgradePathTestCase::testMenuUpgrade in modules/ simpletest/ tests/ upgrade/upgrade.menu.test
Test a successful upgrade.
menu_add_link_labels in modules/ menu/menu.module
Adds labels to the title of a hidden, unpublished or logged-in menu link.
menu_configure in modules/ menu/menu.admin.inc
Menu callback; Build the form presenting menu configuration options.
menu_delete_menu_confirm in modules/ menu/menu.admin.inc
Build a confirm form for deletion of a custom menu.
menu_delete_menu_confirm_submit in modules/ menu/menu.admin.inc
Delete a custom menu and all links in it.
menu_edit_item in modules/ menu/menu.admin.inc
Menu callback; Build the menu link editing form.
menu_edit_item_submit in modules/ menu/menu.admin.inc
Process menu and menu item add/edit form submissions.
menu_edit_item_validate in modules/ menu/menu.admin.inc
Validate form values for a menu link being added or edited.
menu_edit_menu in modules/ menu/menu.admin.inc
Menu callback; Build the form that handles the adding/editing of a custom menu.
menu_edit_menu_submit in modules/ menu/menu.admin.inc
Submit function for adding or editing a custom menu.
menu_form_node_form_alter in modules/ menu/menu.module
Implements hook_form_BASE_FORM_ID_alter ().
menu_form_node_type_form_alter in modules/ menu/menu.module
Implements hook_form_FORM_ID_alter ().
menu_get_menus in modules/ menu/menu.module
Return an associative array of the custom menus names.
menu_help in modules/ menu/menu.module
Implements hook_help ().
menu_item_delete_form in modules/ menu/menu.admin.inc
Build a confirm form for deletion of a single menu link.
menu_item_delete_form_submit in modules/ menu/menu.admin.inc
Process menu delete form submissions.
menu_node_save in modules/ menu/menu.module
Helper for hook_node_insert () and hook_node_update ().
menu_overview_form in modules/ menu/menu.admin.inc
Form for editing an entire menu tree at once.
menu_overview_form_submit in modules/ menu/menu.admin.inc
Submit handler for the menu overview form.
menu_overview_page in modules/ menu/menu.admin.inc
Menu callback which shows an overview page of all the custom menus and their descriptions.
menu_permission in modules/ menu/menu.module
Implements hook_permission ().
menu_reset_item_confirm in modules/ menu/menu.admin.inc
Menu callback; reset a single modified menu link.
menu_reset_item_confirm_submit in modules/ menu/menu.admin.inc
Process menu reset item form submissions.
menu_set_active_trail in includes/menu.inc
Sets the active trail (path to the menu tree root) of the current page.
menu_test_title_callback in modules/ simpletest/ tests/menu_test.module
Concatenates a string, by using the t () function and a case number.
MergeQuery::execute in includes/ database/query.inc
Runs the query against the database.
ModuleDependencyTestCase::testEnableRequirementsFailureDependency in modules/ system/system.test
Tests enabling a module that depends on a module which fails hook_requirements ().
ModuleDependencyTestCase::testEnableWithoutDependency in modules/ system/system.test
Attempt to enable translation module without locale enabled.
ModuleDependencyTestCase::testIncompatibleCoreVersionDependency in modules/ system/system.test
Tests enabling a module that depends on a module with an incompatible core version.
ModuleDependencyTestCase::testIncompatibleModuleVersionDependency in modules/ system/system.test
Tests enabling a module that depends on an incompatible version of a module.
ModuleDependencyTestCase::testMissingModules in modules/ system/system.test
Attempt to enable a module with a missing dependency.
ModuleDependencyTestCase::testModuleEnableOrder in modules/ system/system.test
Tests that module dependencies are enabled in the correct order via the
UI. Dependencies should be enabled before their dependents.
ModuleDependencyTestCase::testProjectNamespaceForDependencies in modules/ system/system.test
Checks functionality of project namespaces for dependencies.
ModuleDependencyTestCase::testUninstallDependents in modules/ system/system.test
Tests attempting to uninstall a module that has installed dependents.
ModuleUnitTest::testModuleList in modules/ simpletest/ tests/module.test
The basic functionality of module_list ().
ModuleUpdater::postInstallTasks in modules/ system/system.updater.inc
Returns a list of post install actions.
module_test_permission in modules/ simpletest/ tests/module_test.module
Implements hook_permission ().
module_test_system_info_alter in modules/ simpletest/ tests/module_test.module
Implements hook_system_info_alter ().
MultiStepNodeFormBasicOptionsTest::testMultiStepNodeFormBasicOptions in modules/ node/node.test
Tests changing the default values of basic options to ensure they persist.
NodeAccessBaseTableTestCase::testNodeAccessBasic in modules/ node/node.test
Tests the "private" node access functionality.
NodeAccessFieldTestCase::testNodeAccessAdministerField in modules/ node/node.test
Tests administering fields when node access is restricted.
NodeAccessPagerTestCase::testCommentPager in modules/ node/node.test
Tests the comment pager for nodes with multiple grants per realm.
NodeAccessRebuildTestCase::testNodeAccessRebuild in modules/ node/node.test
Tests rebuilding the node access permissions table.
NodeAdminTestCase::testContentAdminPages in modules/ node/node.test
Tests content overview with different user permissions.
NodeBlockFunctionalTest::testRecentNodeBlock in modules/ node/node.test
Tests the recent comments block.
NodeBlockTestCase::testSyndicateBlock in modules/ node/node.test
Tests that the "Syndicate" block is shown when enabled.
NodeBodyUpgradePathTestCase::testNodeBodyUpgrade in modules/ simpletest/ tests/ upgrade/upgrade.node.test
Test a successful upgrade.
NodeCreationTestCase::testFailedPageCreation in modules/ node/node.test
Verifies that a transaction rolls back the failed creation.
NodeCreationTestCase::testNodeCreation in modules/ node/node.test
Creates a "Basic page" node and verifies its consistency in the database.
NodeCreationTestCase::testUnpublishedNodeCreation in modules/ node/node.test
Create an unpublished node and confirm correct redirect behavior.
NodeEntityViewModeAlterTest::testNodeViewModeChange in modules/ node/node.test
Create a "Basic page" node and verify its consistency in the database.
NodeEntityViewModeAlterTest::testNodeViewModeChangeHiddenField in modules/ node/node.test
Tests fields that were previously hidden when the view mode is changed.
NodePageCacheTest::testNodeDelete in modules/ node/node.test
Tests deleting nodes clears page cache.
NodePostSettingsTestCase::testPageNotPostInfo in modules/ node/node.test
Confirms absence of post information on a new node.
NodePostSettingsTestCase::testPagePostInfo in modules/ node/node.test
Confirms "Basic page" content type and post information is on a new node.
NodeQueryAlter::testNodeQueryAlterLowLevelEditAccess in modules/ node/node.test
Tests 'node_access' query alter, for edit access.
NodeQueryAlter::testNodeQueryAlterLowLevelNoAccess in modules/ node/node.test
Tests 'node_access' query alter, for user without access.
NodeQueryAlter::testNodeQueryAlterLowLevelWithAccess in modules/ node/node.test
Tests 'node_access' query alter, for user with access.
NodeQueryAlter::testNodeQueryAlterOverride in modules/ node/node.test
Tests 'node_access' query alter override.
NodeQueryAlter::testNodeQueryAlterWithUI in modules/ node/node.test
Tests that node access permissions are followed.
NodeRevisionsTestCase::testRevisions in modules/ node/node.test
Checks node revision related operations.
NodeRSSContentTestCase::testNodeRSSContent in modules/ node/node.test
Ensures that a new node includes the custom data when added to an RSS feed.
NodeTitleXSSTestCase::testNodeTitleXSS in modules/ node/node.test
Tests XSS functionality with a node entity.
NodeTypePersistenceTestCase::testNodeTypeCustomizationPersistence in modules/ node/node.test
Tests that node type customizations persist through disable and uninstall.
NodeTypeTestCase::testNodeTypeCreation in modules/ node/node.test
Tests creating a content type programmatically and via a form.
NodeTypeTestCase::testNodeTypeDeletion in modules/ node/node.test
Tests deleting a content type that still has content.
NodeTypeTestCase::testNodeTypeEditing in modules/ node/node.test
Tests editing a node type using the UI.
node_access_rebuild in modules/ node/node.module
Rebuilds the node access database.
node_access_test_form_node_form_alter in modules/ node/ tests/node_access_test.module
Implements hook_form_BASE_FORM_ID_alter ().
node_action_info in modules/ node/node.module
Implements hook_action_info ().
node_add in modules/ node/node.pages.inc
Returns a node submission form.
node_admin_nodes in modules/ node/node.admin.inc
Form builder: Builds the node administration overview.
node_admin_nodes_validate in modules/ node/node.admin.inc
Validate node_admin_nodes form submissions.
node_assign_owner_action_form in modules/ node/node.module
Generates the settings form for node_assign_owner_action ().
node_assign_owner_action_validate in modules/ node/node.module
Validates settings form for node_assign_owner_action ().
node_block_configure in modules/ node/node.module
Implements hook_block_configure ().
node_block_info in modules/ node/node.module
Implements hook_block_info ().
node_block_view in modules/ node/node.module
Implements hook_block_view ().
node_build_content in modules/ node/node.module
Builds a structured array representing the node's content.
node_configure_rebuild_confirm in modules/ node/node.admin.inc
Menu callback: confirm rebuilding of permissions.
node_delete_confirm in modules/ node/node.pages.inc
Form constructor for the node deletion confirmation form.
node_delete_confirm_submit in modules/ node/node.pages.inc
Executes node deletion.
node_entity_info in modules/ node/node.module
Implements hook_entity_info ().
node_field_extra_fields in modules/ node/node.module
Implements hook_field_extra_fields ().
node_filters in modules/ node/node.admin.inc
List node administration filters that can be applied.
node_filter_form in modules/ node/node.admin.inc
Returns the node administration filters form array to node_admin_content ().
node_filter_form_submit in modules/ node/node.admin.inc
Form submission handler for node_filter_form ().
node_form in modules/ node/node.pages.inc
Form constructor for the node add/edit form.
node_form_block_admin_configure_alter in modules/ node/node.module
Implements hook_form_FORMID_alter().
node_form_search_form_alter in modules/ node/node.module
Implements hook_form_FORM_ID_alter ().
node_form_submit in modules/ node/node.pages.inc
Form submission handler for node_form ().
node_help in modules/ node/node.module
Implements hook_help ().
node_list_permissions in modules/ node/node.module
Helper function to generate standard node permission list for a given type.
node_mass_update in modules/ node/node.admin.inc
Make mass update of nodes, changing all nodes in the $nodes array
to update them with the field values in $updates.
node_multiple_delete_confirm in modules/ node/node.admin.inc
Multiple node deletion confirmation form for node_admin_content ().
node_node_operations in modules/ node/node.admin.inc
Implements hook_node_operations ().
node_overview_types in modules/ node/content_types.inc
Displays the content type admin overview page.
node_page_default in modules/ node/node.module
Menu callback: Generates a listing of promoted nodes.
node_page_edit in modules/ node/node.pages.inc
Menu callback; presents the node editing form.
node_permission in modules/ node/node.module
Implements hook_permission ().
node_preview in modules/ node/node.pages.inc
Generates a node preview.
node_ranking in modules/ node/node.module
Implements hook_ranking ().
node_requirements in modules/ node/node.module
Implements hook_requirements ().
node_revision_delete_confirm in modules/ node/node.pages.inc
Form constructor for the revision deletion confirmation form.
node_revision_delete_confirm_submit in modules/ node/node.pages.inc
Form submission handler for node_revision_delete_confirm ().
node_revision_overview in modules/ node/node.pages.inc
Generates an overview table of older revisions of a node.
node_revision_revert_confirm in modules/ node/node.pages.inc
Asks for confirmation of the reversion to prevent against CSRF attacks.
node_revision_revert_confirm_submit in modules/ node/node.pages.inc
Form submission handler for node_revision_revert_confirm ().
node_search_admin in modules/ node/node.module
Implements hook_search_admin ().
node_show in modules/ node/node.module
Generates an array which displays a node detail page.
node_test_node_view in modules/ node/ tests/node_test.module
Implements hook_node_view ().
node_token_info in modules/ node/node.tokens.inc
Implements hook_token_info ().
node_type_delete_confirm in modules/ node/content_types.inc
Menu callback; delete a single content type.
node_type_delete_confirm_submit in modules/ node/content_types.inc
Process content type delete confirm submissions.
node_type_form in modules/ node/content_types.inc
Form constructor for the node type editing form.
node_type_form_submit in modules/ node/content_types.inc
Form submission handler for node_type_form ().
node_type_form_validate in modules/ node/content_types.inc
Form validation handler for node_type_form ().
node_unpublish_by_keyword_action_form in modules/ node/node.module
Generates settings form for node_unpublish_by_keyword_action ().
node_validate in modules/ node/node.module
Implements hook_validate ().
NumberFieldTestCase::testNumberDecimalField in modules/ field/ modules/ number/number.test
Test number_decimal field.
NumberFieldTestCase::testNumberFloatField in modules/ field/ modules/ number/number.test
Test number_float field.
NumberFieldTestCase::testNumberIntegerField in modules/ field/ modules/ number/number.test
Test number_integer field.
number_field_formatter_info in modules/ field/ modules/ number/number.module
Implements hook_field_formatter_info ().
number_field_formatter_settings_form in modules/ field/ modules/ number/number.module
Implements hook_field_formatter_settings_form ().
number_field_formatter_settings_summary in modules/ field/ modules/ number/number.module
Implements hook_field_formatter_settings_summary ().
number_field_info in modules/ field/ modules/ number/number.module
Implements hook_field_info ().
number_field_instance_settings_form in modules/ field/ modules/ number/number.module
Implements hook_field_instance_settings_form ().
number_field_settings_form in modules/ field/ modules/ number/number.module
Implements hook_field_settings_form ().
number_field_validate in modules/ field/ modules/ number/number.module
Implements hook_field_validate ().
number_field_widget_info in modules/ field/ modules/ number/number.module
Implements hook_field_widget_info ().
number_field_widget_validate in modules/ field/ modules/ number/number.module
FAPI validation of an individual number element.
number_help in modules/ field/ modules/ number/number.module
Implements hook_help ().
OpenIDFunctionalTestCase::addIdentity in modules/ openid/openid.test
Add OpenID identity to user's profile.
OpenIDFunctionalTestCase::testBlockedUserLogin in modules/ openid/openid.test
Test that a blocked user cannot log in.
OpenIDFunctionalTestCase::testDelete in modules/ openid/openid.test
Test deleting an OpenID identity from a user's profile.
OpenIDFunctionalTestCase::testLogin in modules/ openid/openid.test
Test login using OpenID.
OpenIDFunctionalTestCase::testLoginMaintenanceMode in modules/ openid/openid.test
Test login using OpenID during maintenance mode.
OpenIDInvalidIdentifierTransitionTestCase::testStrippedFragmentAccountAutoUpdateSreg in modules/ openid/openid.test
Test OpenID auto transition with e-mail.
OpenIDInvalidIdentifierTransitionTestCase::testStrippedFragmentAccountEmailMismatch in modules/ openid/openid.test
Test OpenID transition with e-mail mismatch.
OpenIDRegistrationTestCase::testRegisterUserWithAXButNoSREG in modules/ openid/openid.test
Test OpenID auto-registration with a provider that supplies AX information,
but no SREG.
OpenIDRegistrationTestCase::testRegisterUserWithEmailVerification in modules/ openid/openid.test
Test OpenID auto-registration with e-mail verification enabled.
OpenIDRegistrationTestCase::testRegisterUserWithInvalidSreg in modules/ openid/openid.test
Test OpenID auto-registration with a provider that supplies invalid SREG
information (a username that is already taken, and no e-mail address).
OpenIDRegistrationTestCase::testRegisterUserWithoutEmailVerification in modules/ openid/openid.test
Test OpenID auto-registration with e-mail verification disabled.
OpenIDRegistrationTestCase::testRegisterUserWithoutSreg in modules/ openid/openid.test
Test OpenID auto-registration with a provider that does not supply SREG
information (i.e. no username or e-mail address).
OpenIDWebTestCase::submitLoginForm in modules/ openid/openid.test
Initiates the login procedure using the specified User-supplied Identity.
openid_authentication in modules/ openid/openid.module
Authenticate a user or attempt registration.
openid_authentication_page in modules/ openid/openid.pages.inc
Menu callback; Process an OpenID authentication.
openid_begin in modules/ openid/openid.module
The initial step of OpenID authentication responsible for the following:
openid_form_user_register_form_alter in modules/ openid/openid.module
Implements hook_form_FORM_ID_alter ().
openid_help in modules/ openid/openid.module
Implements hook_help ().
openid_redirect in modules/ openid/openid.inc
Creates a js auto-submit redirect for (for the 2.x protocol)
openid_redirect_form in modules/ openid/openid.inc
openid_requirements in modules/ openid/openid.install
Implements hook_requirements ().
openid_test_html_openid1 in modules/ openid/ tests/openid_test.module
Menu callback; regular HTML page with OpenID 1.0 <link> element.
openid_test_html_openid2 in modules/ openid/ tests/openid_test.module
Menu callback; regular HTML page with OpenID 2.0 <link> element.
openid_test_yadis_http_equiv in modules/ openid/ tests/openid_test.module
Menu callback; regular HTML page with <meta> element.
openid_test_yadis_xrds in modules/ openid/ tests/openid_test.module
Menu callback; XRDS document that references the OP Endpoint URL.
openid_test_yadis_x_xrds_location in modules/ openid/ tests/openid_test.module
Menu callback; regular HTML page with an X-XRDS-Location HTTP header.
openid_user_add in modules/ openid/openid.pages.inc
Form builder; Add an OpenID identity.
openid_user_add_validate in modules/ openid/openid.pages.inc
openid_user_delete_form in modules/ openid/openid.pages.inc
Menu callback; Delete the specified OpenID identity from the system.
openid_user_delete_form_submit in modules/ openid/openid.pages.inc
openid_user_identities in modules/ openid/openid.pages.inc
Menu callback; Manage OpenID identities for the specified user.
openid_user_insert in modules/ openid/openid.module
Implements hook_user_insert ().
OptionsWidgetsTestCase::testCheckBoxes in modules/ field/ modules/ options/options.test
Tests the 'options_buttons' widget (multiple select).
OptionsWidgetsTestCase::testOnOffCheckbox in modules/ field/ modules/ options/options.test
Tests the 'options_onoff' widget.
OptionsWidgetsTestCase::testRadioButtons in modules/ field/ modules/ options/options.test
Tests the 'options_buttons' widget (single select).
OptionsWidgetsTestCase::testSelectListMultiple in modules/ field/ modules/ options/options.test
Tests the 'options_select' widget (multiple select).
OptionsWidgetsTestCase::testSelectListSingle in modules/ field/ modules/ options/options.test
Tests the 'options_select' widget (single select).
options_field_widget_info in modules/ field/ modules/ options/options.module
Implements hook_field_widget_info ().
options_field_widget_settings_form in modules/ field/ modules/ options/options.module
Implements hook_field_widget_settings_form ().
options_field_widget_validate in modules/ field/ modules/ options/options.module
Form element validation handler for options element.
options_help in modules/ field/ modules/ options/options.module
Implements hook_help ().
overlay.tpl.php in modules/ overlay/overlay.tpl.php
Default theme implementation to display a page in the overlay.
overlay_disable_message in modules/ overlay/overlay.module
Returns a renderable array representing a message for disabling the overlay.
overlay_form_user_profile_form_alter in modules/ overlay/overlay.module
Implements hook_form_FORM_ID_alter ().
overlay_help in modules/ overlay/overlay.module
Implements hook_help ().
overlay_permission in modules/ overlay/overlay.module
Implements hook_permission ().
overlay_user_dismiss_message in modules/ overlay/overlay.module
Page callback: Dismisses the overlay accessibility message for this user.
page.tpl.php in modules/ system/page.tpl.php
Default theme implementation to display a single Drupal page.
page.tpl.php in modules/ block/ tests/ themes/ block_test_theme/page.tpl.php
Custom theme implementation to display a single Drupal page without
sidebars. The sidebars are hidden by regions_hidden for this theme, so
the default page.tpl.php will not work without throwing exceptions.
page.tpl.php in themes/ bartik/ templates/page.tpl.php
Bartik's theme implementation to display a single Drupal page.
PageEditTestCase::testPageAuthoredBy in modules/ node/node.test
Tests changing a node's "authored by" field.
PageEditTestCase::testPageEdit in modules/ node/node.test
Checks node edit functionality.
PageNotFoundTestCase::testPageNotFound in modules/ system/system.test
PagePreviewTestCase::testPagePreview in modules/ node/node.test
Checks the node preview functionality.
PagePreviewTestCase::testPagePreviewWithRevisions in modules/ node/node.test
Checks the node preview functionality, when using revisions.
PageTitleFiltering::testTitleTags in modules/ system/system.test
Tests the handling of HTML by drupal_set_title () and drupal_get_title ()
PageTitleFiltering::testTitleXSS in modules/ system/system.test
Test if the title of the site is XSS proof.
password_confirm_validate in includes/form.inc
Validates a password_confirm element.
PathLanguageTestCase::setUp in modules/ path/path.test
Sets up a Drupal site for running functional and integration tests.
PathLanguageTestCase::testAliasTranslation in modules/ path/path.test
Test alias functionality through the admin interfaces.
PathLanguageUITestCase::setUp in modules/ path/path.test
Sets up a Drupal site for running functional and integration tests.
PathLanguageUITestCase::testDefaultLanguageURLs in modules/ path/path.test
Tests that a default language URL alias works.
PathLanguageUITestCase::testLanguageNeutralURLs in modules/ path/path.test
Tests that a language-neutral URL alias works.
PathLanguageUITestCase::testNonDefaultURLs in modules/ path/path.test
Tests that a non-default language URL alias works.
PathLookupTest::getInfo in modules/ simpletest/ tests/path.test
PathMonolingualTestCase::setUp in modules/ path/path.test
Sets up a Drupal site for running functional and integration tests.
PathMonolingualTestCase::testPageLinks in modules/ path/path.test
Verifies that links do not have language prefixes in them.
PathSaveTest::getInfo in modules/ simpletest/ tests/path.test
PathTaxonomyTermTestCase::testTermAlias in modules/ path/path.test
Tests alias functionality through the admin interfaces.
PathTestCase::testAdminAlias in modules/ path/path.test
Tests alias functionality through the admin interfaces.
PathTestCase::testDuplicateNodeAlias in modules/ path/path.test
Tests that duplicate aliases fail validation.
PathTestCase::testNodeAlias in modules/ path/path.test
Tests alias functionality through the node interfaces.
PathTestCase::testPathCache in modules/ path/path.test
Tests the path cache.
path_admin_delete_confirm in modules/ path/path.admin.inc
Form constructor for the path deletion form.
path_admin_filter_form in modules/ path/path.admin.inc
Form constructor for the path admin overview filter form.
path_admin_form in modules/ path/path.admin.inc
Form constructor for the path administration form.
path_admin_form_submit in modules/ path/path.admin.inc
Form submission handler for path_admin_form ().
path_admin_form_validate in modules/ path/path.admin.inc
Form validation handler for path_admin_form ().
path_admin_overview in modules/ path/path.admin.inc
Returns a listing of all defined URL aliases.
path_form_element_validate in modules/ path/path.module
Form element validation handler for URL alias form element.
path_form_node_form_alter in modules/ path/path.module
Implements hook_form_BASE_FORM_ID_alter () for node_form ().
path_form_taxonomy_form_term_alter in modules/ path/path.module
Implements hook_form_FORM_ID_alter () for taxonomy_form_term ().
path_help in modules/ path/path.module
Implements hook_help ().
path_permission in modules/ path/path.module
Implements hook_permission ().
PHPFilterTestCase::testPHPFilter in modules/ php/php.test
Makes sure that the PHP filter evaluates PHP code when used.
php_disable in modules/ php/php.install
Implements hook_disable ().
php_enable in modules/ php/php.install
Implements hook_enable ().
php_filter_info in modules/ php/php.module
Implements hook_filter_info ().
php_help in modules/ php/php.module
Implements hook_help ().
php_permission in modules/ php/php.module
Implements hook_permission ().
poll-results--block.tpl.php in modules/ poll/poll-results--block.tpl.php
Default theme implementation to display the poll results in a block.
poll-results.tpl.php in modules/ poll/poll-results.tpl.php
Default theme implementation to display the poll results in a block.
PollBlockTestCase::testRecentBlock in modules/ poll/poll.test
PollCreateTestCase::testPollClose in modules/ poll/poll.test
PollDeleteChoiceTestCase::testChoiceRemoval in modules/ poll/poll.test
PollExpirationTestCase::testAutoExpire in modules/ poll/poll.test
PollJSAddChoice::testAddChoice in modules/ poll/poll.test
Test adding a new choice.
PollTestCase::pollCreate in modules/ poll/poll.test
Creates a poll.
PollTestCase::pollUpdate in modules/ poll/poll.test
PollTokenReplaceTestCase::testPollTokenReplacement in modules/ poll/poll.test
Creates a poll, then tests the tokens generated from it.
PollTranslateTestCase::testPollTranslate in modules/ poll/poll.test
Tests poll creation and translation.
PollUpgradePathTestCase::testPollUpgrade in modules/ simpletest/ tests/ upgrade/upgrade.node.test
Test a successful upgrade.
PollUpgradePathTestCase::testPollUpgrade in modules/ simpletest/ tests/ upgrade/upgrade.poll.test
Test a successful upgrade.
PollVoteCheckHostname::testHostnamePollVote in modules/ poll/poll.test
Check that anonymous users with same ip cannot vote on poll more than once
unless user is logged in.
PollVoteTestCase::testPollVote in modules/ poll/poll.test
poll_block_info in modules/ poll/poll.module
Implements hook_block_info ().
poll_block_latest_poll_view in modules/ poll/poll.module
Return content for 'latest poll' block.
poll_block_view in modules/ poll/poll.module
Implements hook_block_view ().
poll_cancel in modules/ poll/poll.module
Submit callback for poll_cancel_form ().
poll_cancel_form in modules/ poll/poll.module
Builds the cancel form for a poll.
poll_field_extra_fields in modules/ poll/poll.module
Implements hook_field_extra_fields ().
poll_form in modules/ poll/poll.module
Implements hook_form ().
poll_help in modules/ poll/poll.module
Implements hook_help ().
poll_node_info in modules/ poll/poll.module
Implements hook_node_info ().
poll_page in modules/ poll/poll.pages.inc
Menu callback to provide a simple list of all polls available.
poll_permission in modules/ poll/poll.module
Implements hook_permission ().
poll_token_info in modules/ poll/poll.tokens.inc
Implements hook_token_info ().
poll_validate in modules/ poll/poll.module
Implements hook_validate ().
poll_view_voting in modules/ poll/poll.module
Generates the voting form for a poll.
poll_view_voting_validate in modules/ poll/poll.module
Validation function for processing votes
poll_vote in modules/ poll/poll.module
Submit handler for processing a vote.
poll_votes in modules/ poll/poll.pages.inc
Callback for the 'votes' tab for polls you can see other votes on
ProfileBlockTestCase::testAuthorInformationBlock in modules/ profile/profile.test
ProfileTestCase::createProfileField in modules/ profile/profile.test
Create a profile field.
ProfileTestCase::deleteProfileField in modules/ profile/profile.test
Delete a profile field.
ProfileTestCase::setProfileField in modules/ profile/profile.test
Set the profile field to a random value
ProfileTestCase::updateProfileField in modules/ profile/profile.test
Update a profile field.
ProfileTestDate::testProfileDateField in modules/ profile/profile.test
Create a date field, give it a value, update and delete the field.
profile_admin_overview in modules/ profile/profile.admin.inc
Form builder to display a listing of all editable profile fields.
profile_admin_overview_submit in modules/ profile/profile.admin.inc
Submit handler to update changed profile field weights and categories.
profile_block_configure in modules/ profile/profile.module
Implements hook_block_configure ().
profile_block_info in modules/ profile/profile.module
Implements hook_block_info ().
profile_block_view in modules/ profile/profile.module
Implements hook_block_view ().
profile_browse in modules/ profile/profile.pages.inc
Menu callback; display a list of user information.
profile_field_delete in modules/ profile/profile.admin.inc
Menu callback; deletes a field from all user profiles.
profile_field_delete_submit in modules/ profile/profile.admin.inc
Process a field delete form submission.
profile_field_form in modules/ profile/profile.admin.inc
Menu callback: Generate a form to add/edit a user profile field.
profile_field_form_submit in modules/ profile/profile.admin.inc
Process profile_field_form submissions.
profile_field_form_validate in modules/ profile/profile.admin.inc
Validate profile_field_form submissions.
profile_help in modules/ profile/profile.module
Implements hook_help ().
profile_user_form_validate in modules/ profile/profile.module
Form validation handler for the user register/profile form.
RdfMappingHookTestCase::testMapping in modules/ rdf/rdf.test
Test that hook_rdf_mapping () correctly returns and processes mapping.
RdfRdfaMarkupTestCase::testAttributesInMarkupFile in modules/ rdf/rdf.test
Ensure that file fields have the correct resource as the object in RDFa
when displayed as a teaser.
RdfTrackerAttributesTestCase::_testBasicTrackerRdfaMarkup in modules/ rdf/rdf.test
Helper function for testAttributesInTracker().
rdf_help in modules/ rdf/rdf.module
Implements hook_help ().
RegistryParseFilesTestCase::testRegistryParseFiles in modules/ simpletest/ tests/registry.test
testRegistryParseFiles
RegistryParseFileTestCase::testRegistryParseFile in modules/ simpletest/ tests/registry.test
testRegistryParseFile
RequestSanitizerTest::assertEqualLabelled in modules/ simpletest/ tests/request_sanitizer.test
Asserts two values are equal, includes a label.
search-block-form.tpl.php in modules/ search/search-block-form.tpl.php
Displays the search form block.
search-results.tpl.php in modules/ search/search-results.tpl.php
Default theme implementation for displaying search results.
SearchAdvancedSearchForm::testNodeType in modules/ search/search.test
Test using the search form with GET and POST queries.
Test using the advanced search form to limit search to nodes of type "Basic page".
SearchBlockTestCase::testBlock in modules/ search/search.test
Test that the search block form works correctly.
SearchBlockTestCase::testSearchFormBlock in modules/ search/search.test
SearchCommentCountToggleTestCase::setUp in modules/ search/search.test
Sets up a Drupal site for running functional and integration tests.
SearchCommentCountToggleTestCase::testSearchCommentCountToggle in modules/ search/search.test
Verify that comment count display toggles properly on comment status of node
SearchCommentTestCase::checkCommentAccess in modules/ search/search.test
Update search index and search for comment.
SearchCommentTestCase::testAddNewComment in modules/ search/search.test
Verify that 'add new comment' does not appear in search results or index.
SearchCommentTestCase::testSearchResultsComment in modules/ search/search.test
Verify that comments are rendered using proper format in search results.
SearchCommentTestCase::testSearchResultsCommentAccess in modules/ search/search.test
Verify access rules for comment indexing with different permissions.
SearchConfigSettingsForm::setUp in modules/ search/search.test
Sets up a Drupal site for running functional and integration tests.
SearchConfigSettingsForm::testSearchModuleDisabling in modules/ search/search.test
Verify that you can disable individual search modules.
SearchConfigSettingsForm::testSearchSettingsPage in modules/ search/search.test
Verify the search settings form.
SearchEmbedForm::testEmbeddedForm in modules/ search/search.test
Tests that the embedded form appears and can be submitted.
SearchExactTestCase::testExactQuery in modules/ search/search.test
Tests that the correct number of pager links are found for both keywords and phrases.
SearchLanguageTestCase::testLanguages in modules/ search/search.test
SearchNodeAccessTest::testPhraseSearchPunctuation in modules/ search/search.test
Tests that search works with punctuation and HTML entities.
SearchNodeTagTest::testNodeSearchQueryTags in modules/ search/search.test
Tests that the correct tags are available and hooks invoked.
SearchNumberMatchingTestCase::setUp in modules/ search/search.test
Sets up a Drupal site for running functional and integration tests.
SearchNumberMatchingTestCase::testNumberSearching in modules/ search/search.test
Tests that all the numbers can be searched.
SearchNumbersTestCase::setUp in modules/ search/search.test
Sets up a Drupal site for running functional and integration tests.
SearchNumbersTestCase::testNumberSearching in modules/ search/search.test
Tests that all the numbers can be searched.
SearchPageText::testSearchText in modules/ search/search.test
Tests the failed search text, and various other text on the search page.
SearchQuery::executeFirstPass in modules/ search/search.extender.inc
Executes the first pass query.
SearchQuery::parseSearchExpression in modules/ search/search.extender.inc
Parses the search query into SQL conditions.
SearchRankingTestCase::testRankings in modules/ search/search.test
search_admin_settings in modules/ search/search.admin.inc
Menu callback: displays the search module settings page.
search_admin_settings_submit in modules/ search/search.admin.inc
Form submission handler for search_admin_settings ().
search_admin_settings_validate in modules/ search/search.admin.inc
Form validation handler for search_admin_settings ().
search_block_info in modules/ search/search.module
Implements hook_block_info ().
search_box in modules/ search/search.module
Form builder; Output a search form for the search block's search box.
search_box_form_submit in modules/ search/search.module
Process a block search form submission.
search_embedded_form_form in modules/ search/ tests/search_embedded_form.module
Builds a form for embedding in search results for testing.
search_embedded_form_form_submit in modules/ search/ tests/search_embedded_form.module
Submit handler for search_embedded_form_form ().
search_excerpt in modules/ search/search.module
Returns snippets from a piece of text, with certain keywords highlighted.
Used for formatting search results.
search_form in modules/ search/search.module
Builds a search form.
search_form_submit in modules/ search/search.pages.inc
Process a search form submission.
search_help in modules/ search/search.module
Implements hook_help ().
search_permission in modules/ search/search.module
Implements hook_permission ().
search_reindex_confirm in modules/ search/search.admin.inc
Menu callback: confirm wiping of the index.
search_reindex_confirm_submit in modules/ search/search.admin.inc
Handler for wipe confirmation
search_view in modules/ search/search.pages.inc
Menu callback; presents the search form and/or search results.
SessionHttpsTestCase::testEmptySessionId in modules/ simpletest/ tests/session.test
Tests that empty session IDs do not cause unrelated sessions to load.
SessionHttpsTestCase::testHttpsSession in modules/ simpletest/ tests/session.test
SessionTestCase::testEmptyAnonymousSession in modules/ simpletest/ tests/session.test
Test that empty anonymous sessions are destroyed.
SessionTestCase::testNoSameSiteCookieAttributeDefault in modules/ simpletest/ tests/session.test
Test absence of SameSite attribute on session cookies by default.
SessionTestCase::testSameSiteCookieAttributeDisabledViaConf in modules/ simpletest/ tests/session.test
Test disabling the samesite attribute on session cookies via $conf
SessionTestCase::testSameSiteCookieAttributeDisabledViaPhpIni in modules/ simpletest/ tests/session.test
Test disabling the samesite attribute on session cookies via php ini
SessionTestCase::testSameSiteCookieAttributeNoneSecure in modules/ simpletest/ tests/session.test
Test SameSite attribute = None by default on Secure session cookies.
SessionTestCase::testSamesiteCookieOverrideLaxToStrict in modules/ simpletest/ tests/session.test
Test overriding the PHP setting for session.cookie_samesite with the
samesite_cookie_value variable.
SessionTestCase::testSamesiteCookiePhpSettingLax in modules/ simpletest/ tests/session.test
Test that a PHP setting for session.cookie_samesite is not overridden by
the default value in Drupal, without a samesite_cookie_value variable.
SessionTestCase::testSessionSaveRegenerate in modules/ simpletest/ tests/session.test
Tests for drupal_save_session () and drupal_session_regenerate ().
seven_node_add_list in themes/ seven/template.php
Display the list of available node types for node creation.
seven_tablesort_indicator in themes/ seven/template.php
Override of theme_tablesort_indicator ().
ShortcutLinksTestCase::testShortcutLinkAdd in modules/ shortcut/shortcut.test
Tests that creating a shortcut works properly.
ShortcutLinksTestCase::testShortcutLinkChangePath in modules/ shortcut/shortcut.test
Tests that changing the path of a shortcut link works.
ShortcutLinksTestCase::testShortcutLinkRename in modules/ shortcut/shortcut.test
Tests that shortcut links can be renamed.
ShortcutLinksTestCase::testShortcutQuickLink in modules/ shortcut/shortcut.test
Tests that the "add to shortcut" link changes to "remove shortcut".
ShortcutSetsTestCase::testShortcutSetDelete in modules/ shortcut/shortcut.test
Tests deleting a shortcut set.
ShortcutSetsTestCase::testShortcutSetRename in modules/ shortcut/shortcut.test
Tests renaming a shortcut set.
ShortcutSetsTestCase::testShortcutSetRenameAlreadyExists in modules/ shortcut/shortcut.test
Tests renaming a shortcut set to the same name as another set.
ShortcutSetsTestCase::testShortcutSetSwitchCreate in modules/ shortcut/shortcut.test
Tests switching a user's shortcut set and creating one at the same time.
ShortcutSetsTestCase::testShortcutSetSwitchNoSetName in modules/ shortcut/shortcut.test
Tests switching a user's shortcut set without providing a new set name.
ShortcutSetsTestCase::testShortcutSetSwitchOwn in modules/ shortcut/shortcut.test
Tests switching a user's own shortcut set.
shortcut_block_info in modules/ shortcut/shortcut.module
Implements hook_block_info ().
shortcut_block_view in modules/ shortcut/shortcut.module
Implements hook_block_view ().
shortcut_help in modules/ shortcut/shortcut.module
Implements hook_help ().
shortcut_link_add in modules/ shortcut/shortcut.admin.inc
Form callback: builds the form for adding a new shortcut link.
shortcut_link_add_inline in modules/ shortcut/shortcut.admin.inc
Menu page callback: creates a new link in the provided shortcut set.
shortcut_link_add_submit in modules/ shortcut/shortcut.admin.inc
Submit handler for shortcut_link_add ().
shortcut_link_delete in modules/ shortcut/shortcut.admin.inc
Form callback: builds the confirmation form for deleting a shortcut link.
shortcut_link_delete_submit in modules/ shortcut/shortcut.admin.inc
Submit handler for shortcut_link_delete_submit ().
shortcut_link_edit in modules/ shortcut/shortcut.admin.inc
Form callback: builds the form for editing a shortcut link.
shortcut_link_edit_submit in modules/ shortcut/shortcut.admin.inc
Submit handler for shortcut_link_edit ().
shortcut_link_edit_validate in modules/ shortcut/shortcut.admin.inc
Validation handler for the shortcut link add and edit forms.
shortcut_permission in modules/ shortcut/shortcut.module
Implements hook_permission ().
shortcut_preprocess_page in modules/ shortcut/shortcut.module
Implements hook_preprocess_page().
shortcut_set_add_form in modules/ shortcut/shortcut.admin.inc
Form callback: builds the form for adding a shortcut set.
shortcut_set_add_form_submit in modules/ shortcut/shortcut.admin.inc
Submit handler for shortcut_set_add_form ().
shortcut_set_add_form_validate in modules/ shortcut/shortcut.admin.inc
Validation handler for shortcut_set_add_form ().
shortcut_set_admin in modules/ shortcut/shortcut.admin.inc
Menu page callback: builds the page for administering shortcut sets.
shortcut_set_customize in modules/ shortcut/shortcut.admin.inc
Form callback: builds the form for customizing shortcut sets.
shortcut_set_customize_submit in modules/ shortcut/shortcut.admin.inc
Submit handler for shortcut_set_customize ().
shortcut_set_delete_form in modules/ shortcut/shortcut.admin.inc
Form callback: builds the confirmation form for deleting a shortcut set.
shortcut_set_delete_form_submit in modules/ shortcut/shortcut.admin.inc
Submit handler for shortcut_set_delete_form ().
shortcut_set_edit_form in modules/ shortcut/shortcut.admin.inc
Form callback: builds the form for editing the shortcut set name.
shortcut_set_edit_form_submit in modules/ shortcut/shortcut.admin.inc
Submit handler for shortcut_set_edit_form ().
shortcut_set_edit_form_validate in modules/ shortcut/shortcut.admin.inc
Validation handler for shortcut_set_edit_form ().
shortcut_set_switch in modules/ shortcut/shortcut.admin.inc
Form callback: builds the form for switching shortcut sets.
shortcut_set_switch_submit in modules/ shortcut/shortcut.admin.inc
Submit handler for shortcut_set_switch ().
shortcut_set_switch_validate in modules/ shortcut/shortcut.admin.inc
Validation handler for shortcut_set_switch ().
shortcut_toolbar_pre_render in modules/ shortcut/shortcut.module
Pre-render function for adding shortcuts to the toolbar drawer.
ShutdownFunctionsTest::testShutdownFunctions in modules/ system/system.test
Test shutdown functions.
SimpleTestBrokenSetUp::setUp in modules/ simpletest/simpletest.test
Sets up a Drupal site for running functional and integration tests.
SimpleTestBrokenSetUp::tearDown in modules/ simpletest/simpletest.test
Delete created files and temporary files directory, delete the tables created by setUp(),
and reset the database prefix.
SimpleTestBrokenSetUp::testBreakSetUp in modules/ simpletest/simpletest.test
Runs this test case from within the simpletest child site.
SimpleTestBrowserTestCase::testCookies in modules/ simpletest/simpletest.test
Tests that cookies set during a request are available for testing.
SimpleTestBrowserTestCase::testGetAbsoluteUrl in modules/ simpletest/simpletest.test
Test DrupalWebTestCase::getAbsoluteUrl ().
SimpleTestDiscoveryTestCase::testDiscovery in modules/ simpletest/simpletest.test
Tests existence of test cases.
SimpleTestDiscoveryTestCase::testDiscoveryFunctions in modules/ simpletest/simpletest.test
Test discovery of PSR-0 test classes.
SimpleTestFunctionalTest::confirmStubTestResults in modules/ simpletest/simpletest.test
Confirm that the stub test produced the desired results.
SimpleTestFunctionalTest::stubTest in modules/ simpletest/simpletest.test
Test to be run and the results confirmed.
SimpleTestFunctionalTest::testInternalBrowser in modules/ simpletest/simpletest.test
Test the internal browsers functionality.
SimpleTestFunctionalTest::testWebTestRunner in modules/ simpletest/simpletest.test
Make sure that tests selected through the web interface are run and
that the results are displayed correctly.
SimpleTestInstallationProfileModuleTestsTestCase::testInstallationProfileTests in modules/ simpletest/simpletest.test
Tests existence of test case located in an installation profile module.
SimpleTestMissingDependentModuleUnitTest::testFail in modules/ simpletest/simpletest.test
Ensure that this test will not be loaded despite its dependency.
simpletest_clean_database in modules/ simpletest/simpletest.module
Removed prefixed tables from the database that are left over from crashed tests.
simpletest_clean_environment in modules/ simpletest/simpletest.module
Remove all temporary database tables and directories.
simpletest_clean_temporary_directories in modules/ simpletest/simpletest.module
Find all leftover temporary directories and remove them.
simpletest_help in modules/ simpletest/simpletest.module
Implements hook_help ().
simpletest_permission in modules/ simpletest/simpletest.module
Implements hook_permission ().
simpletest_result_form in modules/ simpletest/simpletest.pages.inc
Test results form for $test_id.
simpletest_result_status_image in modules/ simpletest/simpletest.pages.inc
Get the appropriate image for the status.
simpletest_run_tests in modules/ simpletest/simpletest.module
Actually runs tests.
simpletest_settings_form in modules/ simpletest/simpletest.pages.inc
Provides settings form for SimpleTest variables.
simpletest_settings_form_validate in modules/ simpletest/simpletest.pages.inc
Validation handler for simpletest_settings_form ().
simpletest_test_form in modules/ simpletest/simpletest.pages.inc
List tests arranged in groups that can be selected and run.
simpletest_test_form_submit in modules/ simpletest/simpletest.pages.inc
Run selected tests.
SiteMaintenanceTestCase::testSiteMaintenance in modules/ system/system.test
Verify site maintenance mode functionality.
StatisticsAdminTestCase::testDeleteUser in modules/ statistics/statistics.test
Tests that accesslog reflects when a user is deleted.
StatisticsAdminTestCase::testStatisticsSettings in modules/ statistics/statistics.test
Verifies that the statistics settings page works.
StatisticsBlockVisitorsTestCase::testIPAddressBlocking in modules/ statistics/statistics.test
Blocks an IP address via the top visitors report and then unblocks it.
StatisticsLoggingTestCase::testLogging in modules/ statistics/statistics.test
Verifies request logging for cached and uncached pages.
statistics_access_log in modules/ statistics/statistics.admin.inc
Page callback: Gathers page access statistics suitable for rendering.
statistics_block_configure in modules/ statistics/statistics.module
Implements hook_block_configure ().
statistics_block_info in modules/ statistics/statistics.module
Implements hook_block_info ().
statistics_block_view in modules/ statistics/statistics.module
Implements hook_block_view ().
statistics_help in modules/ statistics/statistics.module
Implements hook_help ().
statistics_node_tracker in modules/ statistics/statistics.pages.inc
Page callback: Displays statistics for a node.
statistics_permission in modules/ statistics/statistics.module
Implements hook_permission ().
statistics_ranking in modules/ statistics/statistics.module
Implements hook_ranking ().
statistics_recent_hits in modules/ statistics/statistics.admin.inc
Page callback: Displays the "recent hits" page.
statistics_settings_form in modules/ statistics/statistics.admin.inc
Form constructor for the statistics administration form.
statistics_token_info in modules/ statistics/statistics.tokens.inc
Implements hook_token_info ().
statistics_top_pages in modules/ statistics/statistics.admin.inc
Page callback: Displays statistics for the "top pages" (most accesses).
statistics_top_referrers in modules/ statistics/statistics.admin.inc
Page callback: Displays the "top referrers" in the access logs.
statistics_top_visitors in modules/ statistics/statistics.admin.inc
Page callback: Displays the "top visitors" page.
statistics_user_tracker in modules/ statistics/statistics.pages.inc
Page callback: Displays statistics for a user.
SyslogTestCase::testSettings in modules/ syslog/syslog.test
Tests the syslog settings page.
syslog_form_system_logging_settings_alter in modules/ syslog/syslog.module
Implements hook_form_FORM_ID_alter ().
syslog_help in modules/ syslog/syslog.module
Implements hook_help ().
SystemBlockTestCase::testSystemBlocks in modules/ system/system.test
Test displaying and hiding the powered-by and help blocks.
SystemMainContentFallback::testMainContentFallback in modules/ system/system.test
Test availability of main content.
SystemTestFileTransfer::getSettingsForm in modules/ simpletest/ tests/system_test.module
SystemThemeFunctionalTest::testAdministrationTheme in modules/ system/system.test
Test the administration theme functionality.
SystemThemeFunctionalTest::testPerThemeSettings in modules/ system/system.test
Test the individual per-theme settings form.
SystemThemeFunctionalTest::testSwitchDefaultTheme in modules/ system/system.test
Test switching the default theme.
SystemThemeFunctionalTest::testThemeSettings in modules/ system/system.test
Test the theme settings form.
system_actions_configure in modules/ system/system.admin.inc
Menu callback; Creates the form for configuration of a single action.
system_actions_configure_submit in modules/ system/system.admin.inc
Process system_actions_configure () form submissions.
system_actions_delete_form in modules/ system/system.admin.inc
Create the form for confirmation of deleting an action.
system_actions_delete_form_submit in modules/ system/system.admin.inc
Process system_actions_delete form submissions.
system_actions_manage in modules/ system/system.admin.inc
Menu callback; Displays an overview of available and configured actions.
system_actions_manage_form in modules/ system/system.admin.inc
Define the form for the actions overview page.
system_action_delete_orphans_post in modules/ system/system.admin.inc
Post-deletion operations for deleting action orphans.
system_action_info in modules/ system/system.module
Implements hook_action_info ().
system_add_date_formats_form_submit in modules/ system/system.admin.inc
Process new date format string submission.
system_add_date_formats_form_validate in modules/ system/system.admin.inc
Validate new date format string submission.
system_add_date_format_type_form in modules/ system/system.admin.inc
Add new date type.
system_add_date_format_type_form_submit in modules/ system/system.admin.inc
Process system_add_date_format_type form submissions.
system_add_date_format_type_form_validate in modules/ system/system.admin.inc
Validate system_add_date_format_type form submissions.
system_admin_config_page in modules/ system/system.admin.inc
Menu callback; Provide the administration overview page.
system_admin_menu_block_page in modules/ system/system.admin.inc
Provide a single block from the administration menu as a page.
system_block_info in modules/ system/system.module
Implements hook_block_info ().
system_block_view in modules/ system/system.module
Implements hook_block_view ().
system_check_directory in modules/ system/system.module
Checks the existence of the directory specified in $form_element.
system_clean_url_settings in modules/ system/system.admin.inc
Form builder; Configure clean URL settings.
system_clear_cache_submit in modules/ system/system.admin.inc
Submit callback; clear system caches.
system_configure_date_formats_form in modules/ system/system.admin.inc
Allow users to add additional date formats.
system_cron_settings in modules/ system/system.admin.inc
Form builder; Cron form.
system_date_delete_format_form in modules/ system/system.admin.inc
Menu callback; present a form for deleting a date format.
system_date_delete_format_form_submit in modules/ system/system.admin.inc
Delete a configured date format.
system_date_format_types in modules/ system/system.module
Implements hook_date_format_types ().
system_date_time_formats in modules/ system/system.admin.inc
Displays the date format strings overview page.
system_date_time_settings in modules/ system/system.admin.inc
Form builder; Configure the site date and time settings.
system_delete_date_format_type_form in modules/ system/system.admin.inc
Menu callback; present a form for deleting a date type.
system_delete_date_format_type_form_submit in modules/ system/system.admin.inc
Delete a configured date type.
system_entity_info in modules/ system/system.module
Implements hook_entity_info ().
system_filetransfer_info in modules/ system/system.module
Implements hook_filetransfer_info ().
system_file_system_settings in modules/ system/system.admin.inc
Form builder; Configure the site file handling.
system_get_module_admin_tasks in modules/ system/system.module
Generate a list of tasks offered by a specified module.
system_goto_action_form in modules/ system/system.module
Settings form for system_goto_action ().
system_help in modules/ system/system.module
Implements hook_help ().
system_image_toolkits in modules/ system/system.module
Implements hook_image_toolkits ().
system_image_toolkit_settings in modules/ system/system.admin.inc
Form builder; Configure site image toolkit usage.
system_ip_blocking in modules/ system/system.admin.inc
Menu callback. Display blocked IP addresses.
system_ip_blocking_delete in modules/ system/system.admin.inc
IP deletion confirm page.
system_ip_blocking_delete_submit in modules/ system/system.admin.inc
Process system_ip_blocking_delete form submissions.
system_ip_blocking_form in modules/ system/system.admin.inc
Define the form for blocking IP addresses.
system_ip_blocking_form_submit in modules/ system/system.admin.inc
system_ip_blocking_form_validate in modules/ system/system.admin.inc
system_logging_settings in modules/ system/system.admin.inc
Form builder; Configure error reporting settings.
system_message_action_form in modules/ system/system.module
system_modules in modules/ system/system.admin.inc
Menu callback; provides module enable/disable interface.
system_modules_confirm_form in modules/ system/system.admin.inc
Display confirmation form for required modules.
system_modules_submit in modules/ system/system.admin.inc
Submit callback; handles modules form submission.
system_modules_uninstall in modules/ system/system.admin.inc
Builds a form of currently disabled modules.
system_modules_uninstall_confirm_form in modules/ system/system.admin.inc
Confirm uninstall of selected modules.
system_modules_uninstall_submit in modules/ system/system.admin.inc
Processes the submitted uninstall form.
system_modules_uninstall_validate in modules/ system/system.admin.inc
Validates the submitted uninstall form.
system_performance_settings in modules/ system/system.admin.inc
Form builder; Configure site performance settings.
system_permission in modules/ system/system.module
Implements hook_permission ().
system_regional_settings in modules/ system/system.admin.inc
Form builder; Configure the site regional settings.
system_region_list in modules/ system/system.module
Get a list of available regions from a specified theme.
system_requirements in modules/ system/system.install
Implements hook_requirements ().
system_retrieve_file in modules/ system/system.module
Attempts to get a file using drupal_http_request and to store it locally.
system_rss_feeds_settings in modules/ system/system.admin.inc
Form builder; Configure how the site handles RSS feeds.
system_run_cron in modules/ system/system.admin.inc
Menu callback: run cron manually.
system_run_cron_submit in modules/ system/system.admin.inc
Submit callback; run cron.
system_send_email_action_form in modules/ system/system.module
Return a form definition so the Send email action can be configured.
system_send_email_action_validate in modules/ system/system.module
Validate system_send_email_action form submissions.
system_settings_form in modules/ system/system.module
Sets up a form to save information automatically.
system_settings_form_submit in modules/ system/system.module
Form submission handler for system_settings_form ().
system_site_information_settings in modules/ system/system.admin.inc
Form builder; The general site information form.
system_site_information_settings_validate in modules/ system/system.admin.inc
Validates the submitted site-information form.
system_site_maintenance_mode in modules/ system/system.admin.inc
Form builder; Configure the site's maintenance status.
system_stream_wrappers in modules/ system/system.module
Implements hook_stream_wrappers ().
system_test_basic_auth_page in modules/ simpletest/ tests/system_test.module
system_test_filetransfer_info in modules/ simpletest/ tests/system_test.module
Implements hook_filetransfer_info ().
system_test_init in modules/ simpletest/ tests/system_test.module
Implements hook_init ().
system_test_main_content_fallback in modules/ simpletest/ tests/system_test.module
Menu callback to test main content fallback().
system_test_modules_disabled in modules/ simpletest/ tests/system_test.module
Implements hook_modules_disabled ().
system_test_modules_enabled in modules/ simpletest/ tests/system_test.module
Implements hook_modules_enabled ().
system_test_modules_installed in modules/ simpletest/ tests/system_test.module
Implements hook_modules_installed ().
system_test_modules_uninstalled in modules/ simpletest/ tests/system_test.module
Implements hook_modules_uninstalled ().
system_test_set_header in modules/ simpletest/ tests/system_test.module
system_themes_admin_form in modules/ system/system.admin.inc
Form to select the administration theme.
system_themes_admin_form_submit in modules/ system/system.admin.inc
Process system_themes_admin_form form submissions.
system_themes_page in modules/ system/system.admin.inc
Menu callback; displays a listing of all themes.
system_theme_default in modules/ system/system.admin.inc
Menu callback; Set the default theme.
system_theme_disable in modules/ system/system.admin.inc
Menu callback; Disables a theme.
system_theme_enable in modules/ system/system.admin.inc
Menu callback; Enables a theme.
system_theme_settings in modules/ system/system.admin.inc
Form builder; display theme configuration for entire site and individual themes.
system_theme_settings_submit in modules/ system/system.admin.inc
Process system_theme_settings form submissions.
system_theme_settings_validate in modules/ system/system.admin.inc
Validator for the system_theme_settings () form.
system_time_zones in modules/ system/system.module
Generate an array of time zones and their local time&date.
system_token_info in modules/ system/system.tokens.inc
Implements hook_token_info ().
system_updater_info in modules/ system/system.module
Implements hook_updater_info ().
system_update_7003 in modules/ system/system.install
Update {blocked_ips} with valid IP addresses from {access}.
system_update_7007 in modules/ system/system.install
Convert to new method of storing permissions.
system_update_7033 in modules/ system/system.install
Move CACHE_AGGRESSIVE to CACHE_NORMAL.
system_update_7060 in modules/ system/system.install
Create fields in preparation for migrating upload.module to file.module .
system_update_7061 in modules/ system/system.install
Migrate upload.module data to the newly created file field.
system_user_login in modules/ system/system.module
Implements hook_user_login ().
system_user_timezone in modules/ system/system.module
Add the time zone field to the user edit and register forms.
tablesort_header in includes/tablesort.inc
Formats a column header.
TaxonomyHooksTestCase::testTaxonomyTermHooks in modules/ taxonomy/taxonomy.test
Test that hooks are run correctly on creating, editing, viewing,
and deleting a term.
TaxonomyLegacyTestCase::testTaxonomyLegacyNode in modules/ taxonomy/taxonomy.test
Test taxonomy functionality with nodes prior to 1970.
TaxonomyRSSTestCase::testTaxonomyRSS in modules/ taxonomy/taxonomy.test
Tests that terms added to nodes are displayed in core RSS feed.
TaxonomyTermFieldMultipleVocabularyTestCase::testTaxonomyTermFieldMultipleVocabularies in modules/ taxonomy/taxonomy.test
Tests term reference field and widget with multiple vocabularies.
TaxonomyTermFieldTestCase::testTaxonomyTermFieldWidgets in modules/ taxonomy/taxonomy.test
Test widgets.
TaxonomyTermIndexTestCase::testTaxonomyIndex in modules/ taxonomy/taxonomy.test
Tests that the taxonomy index is maintained properly.
TaxonomyTermTestCase::testNodeTermCreationAndDeletion in modules/ taxonomy/taxonomy.test
Test term creation with a free-tagging vocabulary from the node form.
TaxonomyTermTestCase::testTaxonomyNode in modules/ taxonomy/taxonomy.test
Test that hook_node_$op implementations work correctly.
TaxonomyTermTestCase::testTaxonomyTermHierarchy in modules/ taxonomy/taxonomy.test
Test terms in a single and multiple hierarchy.
TaxonomyTermTestCase::testTermInterface in modules/ taxonomy/taxonomy.test
Save, edit and delete a term using the user interface.
TaxonomyTermTestCase::testTermMultipleParentsInterface in modules/ taxonomy/taxonomy.test
Test saving a term with multiple parents through the UI.
TaxonomyTermTestCase::testTermReorder in modules/ taxonomy/taxonomy.test
Save, edit and delete a term using the user interface.
TaxonomyTokenReplaceTestCase::testTaxonomyTokenReplacement in modules/ taxonomy/taxonomy.test
Creates some terms and a node, then tests the tokens generated from them.
TaxonomyVocabularyFunctionalTest::testTaxonomyAdminChangingWeights in modules/ taxonomy/taxonomy.test
Changing weights on the vocabulary overview with two or more vocabularies.
TaxonomyVocabularyFunctionalTest::testTaxonomyAdminDeletingVocabulary in modules/ taxonomy/taxonomy.test
Deleting a vocabulary.
TaxonomyVocabularyFunctionalTest::testTaxonomyAdminNoVocabularies in modules/ taxonomy/taxonomy.test
Test the vocabulary overview with no vocabularies.
TaxonomyVocabularyFunctionalTest::testVocabularyInterface in modules/ taxonomy/taxonomy.test
Create, edit and delete a vocabulary via the user interface.
taxonomy_autocomplete in modules/ taxonomy/taxonomy.pages.inc
Page callback: Outputs JSON for taxonomy autocomplete suggestions.
taxonomy_entity_info in modules/ taxonomy/taxonomy.module
Implements hook_entity_info ().
taxonomy_field_extra_fields in modules/ taxonomy/taxonomy.module
Implements hook_field_extra_fields ().
taxonomy_field_formatter_info in modules/ taxonomy/taxonomy.module
Implements hook_field_formatter_info ().
taxonomy_field_info in modules/ taxonomy/taxonomy.module
Implements hook_field_info ().
taxonomy_field_settings_form in modules/ taxonomy/taxonomy.module
Implements hook_field_settings_form ().
taxonomy_field_validate in modules/ taxonomy/taxonomy.module
Implements hook_field_validate ().
taxonomy_field_widget_info in modules/ taxonomy/taxonomy.module
Implements hook_field_widget_info ().
taxonomy_form_term in modules/ taxonomy/taxonomy.admin.inc
Form function for the term edit form.
taxonomy_form_term_submit in modules/ taxonomy/taxonomy.admin.inc
Submit handler to insert or update a term.
taxonomy_form_term_validate in modules/ taxonomy/taxonomy.admin.inc
Validation handler for the term form.
taxonomy_form_vocabulary in modules/ taxonomy/taxonomy.admin.inc
Form builder for the vocabulary editing form.
taxonomy_form_vocabulary_submit in modules/ taxonomy/taxonomy.admin.inc
Form submission handler for taxonomy_form_vocabulary ().
taxonomy_form_vocabulary_validate in modules/ taxonomy/taxonomy.admin.inc
Form validation handler for taxonomy_form_vocabulary ().
taxonomy_help in modules/ taxonomy/taxonomy.module
Implements hook_help ().
taxonomy_overview_terms in modules/ taxonomy/taxonomy.admin.inc
Form builder for the taxonomy terms overview.
taxonomy_overview_terms_submit in modules/ taxonomy/taxonomy.admin.inc
Submit handler for terms overview form.
taxonomy_overview_vocabularies in modules/ taxonomy/taxonomy.admin.inc
Form builder to list and manage vocabularies.
taxonomy_overview_vocabularies_submit in modules/ taxonomy/taxonomy.admin.inc
Submit handler for vocabularies overview. Updates changed vocabulary weights.
taxonomy_permission in modules/ taxonomy/taxonomy.module
Implements hook_permission ().
taxonomy_term_confirm_delete in modules/ taxonomy/taxonomy.admin.inc
Form builder for the term delete form.
taxonomy_term_confirm_delete_submit in modules/ taxonomy/taxonomy.admin.inc
Submit handler to delete a term after confirmation.
taxonomy_term_page in modules/ taxonomy/taxonomy.pages.inc
Menu callback; displays all nodes associated with a term.
taxonomy_test_entity_view in modules/ simpletest/ tests/taxonomy_test.module
Implements hook_entity_view ().
taxonomy_test_form_alter in modules/ simpletest/ tests/taxonomy_test.module
Implements hook_form_alter ().
taxonomy_test_taxonomy_term_view in modules/ simpletest/ tests/taxonomy_test.module
Implements hook_taxonomy_term_view ().
taxonomy_token_info in modules/ taxonomy/taxonomy.tokens.inc
Implements hook_token_info ().
taxonomy_vocabulary_confirm_delete in modules/ taxonomy/taxonomy.admin.inc
Form builder for the vocabulary delete confirmation form.
taxonomy_vocabulary_confirm_delete_submit in modules/ taxonomy/taxonomy.admin.inc
Submit handler to delete a vocabulary after confirmation.
taxonomy_vocabulary_confirm_reset_alphabetical in modules/ taxonomy/taxonomy.admin.inc
Form builder to confirm resetting a vocabulary to alphabetical order.
taxonomy_vocabulary_confirm_reset_alphabetical_submit in modules/ taxonomy/taxonomy.admin.inc
Submit handler to reset a vocabulary to alphabetical order after confirmation.
template_preprocess_aggregator_feed_source in modules/ aggregator/aggregator.pages.inc
Processes variables for aggregator-feed-source.tpl.php .
template_preprocess_aggregator_item in modules/ aggregator/aggregator.pages.inc
Processes variables for aggregator-item.tpl.php .
template_preprocess_aggregator_summary_item in modules/ aggregator/aggregator.pages.inc
Processes variables for aggregator-summary-item.tpl.php .
template_preprocess_block_admin_display_form in modules/ block/block.admin.inc
Processes variables for block-admin-display-form.tpl.php .
template_preprocess_comment in modules/ comment/comment.module
Process variables for comment.tpl.php .
template_preprocess_dashboard_admin_display_form in modules/ dashboard/dashboard.module
Preprocesses variables for block-admin-display-form.tpl.php .
template_preprocess_forums in modules/ forum/forum.module
Preprocesses variables for forums.tpl.php .
template_preprocess_forum_icon in modules/ forum/forum.module
Preprocesses variables for forum-icon.tpl.php .
template_preprocess_forum_list in modules/ forum/forum.module
Preprocesses variables for forum-list.tpl.php .
template_preprocess_forum_topic_list in modules/ forum/forum.module
Preprocesses variables for forum-topic-list.tpl.php .
template_preprocess_node in modules/ node/node.module
Processes variables for node.tpl.php
template_preprocess_username in includes/theme.inc
Preprocesses variables for theme_username ().
template_preprocess_user_picture in modules/ user/user.module
Process variables for user-picture.tpl.php .
TextFieldTestCase::_testTextfieldWidgets in modules/ field/ modules/ text/text.test
Helper function for testTextfieldWidgets().
TextFieldTestCase::_testTextfieldWidgetsFormatted in modules/ field/ modules/ text/text.test
Helper function for testTextfieldWidgetsFormatted().
TextSummaryTestCase::testOnlyTextSummary in modules/ field/ modules/ text/text.test
Test sending only summary.
TextTranslationTestCase::setUp in modules/ field/ modules/ text/text.test
Sets up a Drupal site for running functional and integration tests.
TextTranslationTestCase::testTextField in modules/ field/ modules/ text/text.test
Test that a plaintext textfield widget is correctly populated.
TextTranslationTestCase::testTextFieldFormatted in modules/ field/ modules/ text/text.test
Check that user that does not have access the field format cannot see the
source value when creating a translation.
text_field_formatter_info in modules/ field/ modules/ text/text.module
Implements hook_field_formatter_info ().
text_field_formatter_settings_form in modules/ field/ modules/ text/text.module
Implements hook_field_formatter_settings_form ().
text_field_formatter_settings_summary in modules/ field/ modules/ text/text.module
Implements hook_field_formatter_settings_summary ().
text_field_info in modules/ field/ modules/ text/text.module
Implements hook_field_info ().
text_field_instance_settings_form in modules/ field/ modules/ text/text.module
Implements hook_field_instance_settings_form ().
text_field_settings_form in modules/ field/ modules/ text/text.module
Implements hook_field_settings_form ().
text_field_validate in modules/ field/ modules/ text/text.module
Implements hook_field_validate ().
text_field_widget_form in modules/ field/ modules/ text/text.module
Implements hook_field_widget_form ().
text_field_widget_info in modules/ field/ modules/ text/text.module
Implements hook_field_widget_info ().
text_field_widget_settings_form in modules/ field/ modules/ text/text.module
Implements hook_field_widget_settings_form ().
text_help in modules/ field/ modules/ text/text.module
Implements hook_help ().
theme in includes/theme.inc
Generates themed output.
ThemeTableTestCase::testThemeTableWithEmptyMessage in modules/ simpletest/ tests/theme.test
Tests that the table header is printed correctly even if there are no rows,
and that the empty text is displayed correctly.
ThemeUpdater::postInstallTasks in modules/ system/system.updater.inc
Return an array of links to pages that should be visited post operation.
theme_aggregator_categorize_items in modules/ aggregator/aggregator.pages.inc
Returns HTML for the aggregator page list form for assigning categories.
theme_aggregator_page_rss in modules/ aggregator/aggregator.pages.inc
Prints the RSS page for a feed.
theme_book_admin_table in modules/ book/book.admin.inc
Returns HTML for a book administration form.
theme_breadcrumb in includes/theme.inc
Returns HTML for a breadcrumb trail.
theme_color_scheme_form in modules/ color/color.module
Returns HTML for a theme's color form.
theme_comment_block in modules/ comment/comment.module
Returns HTML for a list of recent comments to be displayed in the comment block.
theme_comment_post_forbidden in modules/ comment/comment.module
Returns HTML for a "you can't post comments" notice.
theme_dashboard_disabled_blocks in modules/ dashboard/dashboard.module
Returns HTML for disabled blocks, for use in dashboard customization mode.
theme_dblog_message in modules/ dblog/dblog.admin.inc
Returns HTML for a log message.
theme_feed_icon in includes/theme.inc
Returns HTML for a feed icon.
theme_field_multiple_value_form in modules/ field/field.form.inc
Returns HTML for an individual form element.
theme_file_formatter_table in modules/ file/file.field.inc
Returns HTML for a file attachments table.
theme_file_link in modules/ file/file.module
Returns HTML for a link to a file.
theme_file_upload_help in modules/ file/file.field.inc
Returns HTML for help text based on file upload validators.
theme_file_widget_multiple in modules/ file/file.field.inc
Returns HTML for a group of file upload widgets.
theme_filter_admin_overview in modules/ filter/filter.admin.inc
Returns HTML for the text format administration overview form.
theme_filter_tips in modules/ filter/filter.pages.inc
Returns HTML for a set of filter tips.
theme_filter_tips_more_info in modules/ filter/filter.module
Returns HTML for a link to the more extensive filter tips.
theme_image_resize_summary in modules/ image/image.admin.inc
Returns HTML for a summary of an image resize effect.
theme_image_rotate_summary in modules/ image/image.admin.inc
Returns HTML for a summary of an image rotate effect.
theme_image_scale_summary in modules/ image/image.admin.inc
Returns HTML for a summary of an image scale effect.
theme_image_style_effects in modules/ image/image.admin.inc
Returns HTML for a listing of the effects within a specific image style.
theme_image_style_list in modules/ image/image.admin.inc
Returns HTML for the page containing the list of image styles.
theme_image_style_preview in modules/ image/image.admin.inc
Returns HTML for a preview of an image style.
theme_locale_date_format_form in modules/ locale/locale.admin.inc
Returns HTML for a locale date format form.
theme_locale_languages_configure_form in modules/ locale/locale.admin.inc
Returns HTML for a language configuration form.
theme_locale_languages_overview_form in modules/ locale/locale.admin.inc
Returns HTML for the language overview form.
theme_mark in includes/theme.inc
Returns HTML for a marker for new or updated content.
theme_menu_local_task in includes/menu.inc
Returns HTML for a single local task link.
theme_menu_local_tasks in includes/menu.inc
Returns HTML for primary and secondary local tasks.
theme_menu_overview_form in modules/ menu/menu.admin.inc
Returns HTML for the menu overview form into a table.
theme_more_help_link in includes/theme.inc
Returns HTML for a "more help" link.
theme_more_link in includes/theme.inc
Returns HTML for a "more" link, like those used in blocks.
theme_node_add_list in modules/ node/node.pages.inc
Returns HTML for a list of available node types for node creation.
theme_node_admin_overview in modules/ node/content_types.inc
Returns HTML for a node type description for the content type admin overview page.
theme_node_preview in modules/ node/node.pages.inc
Returns HTML for a node preview for display during node creation and editing.
theme_node_recent_block in modules/ node/node.module
Returns HTML for a list of recent content.
theme_node_search_admin in modules/ node/node.module
Returns HTML for the content ranking part of the search settings admin page.
theme_options_none in modules/ field/ modules/ options/options.module
Returns HTML for the label for the empty value for options that are not required.
theme_overlay_disable_message in modules/ overlay/overlay.module
Returns the HTML for the message about how to disable the overlay.
theme_pager in includes/pager.inc
Returns HTML for a query pager.
theme_pager_link in includes/pager.inc
Returns HTML for a link to a specific query result page.
theme_poll_choices in modules/ poll/poll.module
Returns HTML for an admin poll form for choices.
theme_profile_admin_overview in modules/ profile/profile.admin.inc
Returns HTML for the profile field overview form into a drag and drop enabled table.
theme_shortcut_set_customize in modules/ shortcut/shortcut.admin.inc
Returns HTML for a shortcut set customization form.
theme_simpletest_test_table in modules/ simpletest/simpletest.pages.inc
Returns HTML for a test list generated by simpletest_test_form () into a table.
theme_status_messages in includes/theme.inc
Returns HTML for status and/or error messages, grouped by type.
theme_status_report in modules/ system/system.admin.inc
Returns HTML for the status report.
theme_system_admin_index in modules/ system/system.admin.inc
Returns HTML for the output of the dashboard page.
theme_system_compact_link in modules/ system/system.module
Returns HTML for a link to show or hide inline help descriptions.
theme_system_date_time_settings in modules/ system/system.admin.inc
Returns HTML for the date settings form.
theme_system_modules_fieldset in modules/ system/system.admin.inc
Returns HTML for the modules form.
theme_system_modules_uninstall in modules/ system/system.admin.inc
Returns HTML for a table of currently disabled modules.
theme_system_powered_by in modules/ system/system.module
Returns HTML for the Powered by Drupal text.
theme_system_themes_page in modules/ system/system.admin.inc
Returns HTML for the Appearance page.
theme_tablesort_indicator in includes/theme.inc
Returns HTML for a sort icon.
theme_task_list in includes/theme.maintenance.inc
Returns HTML for a list of maintenance tasks to perform.
theme_taxonomy_overview_terms in modules/ taxonomy/taxonomy.admin.inc
Returns HTML for a terms overview form as a sortable list of terms.
theme_taxonomy_overview_vocabularies in modules/ taxonomy/taxonomy.admin.inc
Returns HTML for the vocabulary overview form as a sortable list of vocabularies.
theme_toolbar_toggle in modules/ toolbar/toolbar.module
Formats an element used to toggle the toolbar drawer's visibility.
theme_trigger_display in modules/ trigger/trigger.admin.inc
Returns HTML for the form showing actions assigned to a trigger.
theme_update_last_check in modules/ update/update.module
Returns HTML for the last time we checked for update data.
theme_update_report in modules/ update/update.report.inc
Returns HTML for the project status report.
theme_update_status_label in modules/ update/update.report.inc
Returns HTML for a label to display for a project's update status.
theme_update_version in modules/ update/update.report.inc
Returns HTML for the version display of a project.
theme_user_admin_permissions in modules/ user/user.admin.inc
Returns HTML for the administer permissions page.
theme_user_admin_roles in modules/ user/user.admin.inc
Returns HTML for the role order and new role form.
theme_vertical_tabs in includes/form.inc
Returns HTML for an element's children fieldsets as vertical tabs.
toolbar_help in modules/ toolbar/toolbar.module
Implements hook_help ().
toolbar_permission in modules/ toolbar/toolbar.module
Implements hook_permission ().
toolbar_view in modules/ toolbar/toolbar.module
Builds the admin menu as a structured array ready for drupal_render ().
TrackerTest::testTrackerAdminUnpublish in modules/ tracker/tracker.test
Tests that publish/unpublish works at admin/content/node.
TrackerTest::testTrackerAll in modules/ tracker/tracker.test
Tests for the presence of nodes on the global tracker listing.
TrackerTest::testTrackerCronIndexing in modules/ tracker/tracker.test
Tests that existing nodes are indexed by cron.
TrackerTest::testTrackerNewComments in modules/ tracker/tracker.test
Tests for comment counters on the tracker listing.
TrackerTest::testTrackerOrderingNewComments in modules/ tracker/tracker.test
Tests for ordering on a users tracker listing when comments are posted.
TrackerTest::testTrackerUser in modules/ tracker/tracker.test
Tests for the presence of nodes on a user's tracker listing.
tracker_help in modules/ tracker/tracker.module
Implements hook_help ().
tracker_page in modules/ tracker/tracker.pages.inc
Page callback: prints a listing of active nodes on the site.
TranslationTestCase::addLanguage in modules/ translation/translation.test
Installs the specified language, or enables it if it is already installed.
TranslationTestCase::createPage in modules/ translation/translation.test
Creates a "Basic page" in the specified language.
TranslationTestCase::createTranslation in modules/ translation/translation.test
Creates a translation for a basic page in the specified language.
TranslationTestCase::setUp in modules/ translation/translation.test
Sets up a Drupal site for running functional and integration tests.
TranslationTestCase::testContentTranslation in modules/ translation/translation.test
Creates, modifies, and updates a basic page with a translation.
TranslationTestCase::testLanguageSwitcherBlockIntegration in modules/ translation/translation.test
Tests that the language switcher block alterations work as intended.
TranslationTestCase::testLanguageSwitchLinks in modules/ translation/translation.test
Checks that the language switch links behave properly.
translation_form_node_form_alter in modules/ translation/translation.module
Implements hook_form_BASE_FORM_ID_alter () for node_form ().
translation_form_node_type_form_alter in modules/ translation/translation.module
Implements hook_form_FORM_ID_alter () for node_type_form ().
translation_help in modules/ translation/translation.module
Implements hook_help ().
translation_node_overview in modules/ translation/translation.pages.inc
Page callback: Displays a list of a node's translations.
translation_node_prepare in modules/ translation/translation.module
Implements hook_node_prepare ().
translation_node_validate in modules/ translation/translation.module
Implements hook_node_validate ().
translation_permission in modules/ translation/translation.module
Implements hook_permission ().
TriggerActionTestCase::assignSimpleAction in modules/ trigger/trigger.test
Assigns a simple (non-configurable) action to a trigger.
TriggerActionTestCase::assignSystemEmailAction in modules/ trigger/trigger.test
Assigns a system_send_email_action to the passed-in trigger.
TriggerActionTestCase::assignSystemMessageAction in modules/ trigger/trigger.test
Assigns a system message action to the passed-in trigger.
TriggerActionTestCase::generateMessageWithTokens in modules/ trigger/trigger.test
Creates a message with tokens.
TriggerActionTestCase::generateTokenExpandedComparison in modules/ trigger/trigger.test
Generates a comparison message to match the pre-token-replaced message.
TriggerContentTestCase::actionInfo in modules/ trigger/trigger.test
Returns some info about each of the content actions.
TriggerContentTestCase::testActionContentMultiple in modules/ trigger/trigger.test
Tests multiple node actions.
TriggerContentTestCase::testActionsContent in modules/ trigger/trigger.test
Tests several content-oriented trigger issues.
TriggerCronTestCase::testActionsCron in modules/ trigger/trigger.test
Tests assigning multiple actions to the cron trigger.
TriggerOrphanedActionsTestCase::testActionsOrphaned in modules/ trigger/trigger.test
Tests logic around orphaned actions.
TriggerOtherTestCase::testActionsComment in modules/ trigger/trigger.test
Tests triggering on comment save.
TriggerOtherTestCase::testActionsTaxonomy in modules/ trigger/trigger.test
Tests triggering on taxonomy new term.
TriggerOtherTestCase::testActionsUser in modules/ trigger/trigger.test
Tests triggering on user create and user login.
TriggerUserActionTestCase::testUserActionAssignmentExecution in modules/ trigger/trigger.test
Tests user action assignment and execution.
TriggerUserTokenTestCase::testUserTriggerTokenReplacement in modules/ trigger/trigger.test
Tests a variety of token replacements in actions.
TriggerWebTestCase::configureAdvancedAction in modules/ trigger/trigger.test
Configures an advanced action.
trigger_assign_form in modules/ trigger/trigger.admin.inc
Returns the form for assigning an action to a trigger.
trigger_assign_form_submit in modules/ trigger/trigger.admin.inc
Form submission handler for trigger_assign_form ().
trigger_assign_form_validate in modules/ trigger/trigger.admin.inc
Form validation handler for trigger_assign_form ().
trigger_help in modules/ trigger/trigger.module
Implements hook_help ().
trigger_test_action_info in modules/ trigger/ tests/trigger_test.module
Implements hook_action_info ().
trigger_test_trigger_info in modules/ trigger/ tests/trigger_test.module
Implements hook_trigger_info ().
trigger_trigger_info in modules/ trigger/trigger.module
Implements hook_trigger_info ().
trigger_unassign in modules/ trigger/trigger.admin.inc
Form constructor for confirmation page for removal of an assigned action.
trigger_unassign_submit in modules/ trigger/trigger.admin.inc
Form submission handler for trigger_unassign ().
truncate_utf8 in includes/unicode.inc
Truncates a UTF-8-encoded string safely to a number of characters.
UnicodeUnitTest::testEmulatedUnicode in modules/ simpletest/ tests/unicode.test
Test emulated unicode features.
UnicodeUnitTest::testMbStringUnicode in modules/ simpletest/ tests/unicode.test
Test full unicode features implemented using the mbstring extension.
UpdateCoreTestCase::testDatestampMismatch in modules/ update/update.test
Ensures proper results where there are date mismatches among modules.
UpdateCoreTestCase::testModulePageRegularUpdate in modules/ update/update.test
Checks the messages at admin/modules when an update is missing.
UpdateCoreTestCase::testModulePageRunCron in modules/ update/update.test
Checks that running cron updates the list of available updates.
UpdateCoreTestCase::testModulePageSecurityUpdate in modules/ update/update.test
Checks the messages at admin/modules when a security update is missing.
UpdateCoreTestCase::testModulePageUpToDate in modules/ update/update.test
Checks the messages at admin/modules when the site is up to date.
UpdateCoreTestCase::testNormalUpdateAvailable in modules/ update/update.test
Tests the Update Manager module when one normal update is available.
UpdateCoreTestCase::testNoUpdatesAvailable in modules/ update/update.test
Tests the Update Manager module when no updates are available.
UpdateCoreTestCase::testSecurityUpdateAvailable in modules/ update/update.test
Tests the Update Manager module when a security update is available.
UpdateCoreTestCase::testServiceUnavailable in modules/ update/update.test
Tests the Update Manager module when the update server returns 503 errors.
UpdateFeedItemTestCase::testUpdateFeedItem in modules/ aggregator/aggregator.test
Tests running "update items" from 'admin/config/services/aggregator' page.
UpdateFeedTestCase::testUpdateFeed in modules/ aggregator/aggregator.test
Creates a feed and attempts to update it.
Updater::factory in includes/updater.inc
Return an Updater of the appropriate type depending on the source.
Updater::getProjectTitle in includes/updater.inc
Return the project name from a Drupal info file.
Updater::getUpdaterFromDirectory in includes/updater.inc
Determine which Updater class can operate on the given directory.
Updater::install in includes/updater.inc
Installs a Drupal project, returns a list of next actions.
Updater::prepareInstallDirectory in includes/updater.inc
Make sure the installation parent directory exists and is writable.
Updater::update in includes/updater.inc
Updates a Drupal project, returns a list of next actions.
UpdateScriptFunctionalTest::testNoPendingUpdates in modules/ system/system.test
Tests that there are no pending updates for the first test method.
UpdateScriptFunctionalTest::testNoUpdateFunctionality in modules/ system/system.test
Tests update.php when there are no updates to apply.
UpdateScriptFunctionalTest::testRequirements in modules/ system/system.test
Tests that requirements warnings and errors are correctly displayed.
UpdateScriptFunctionalTest::testSuccessfulUpdateFunctionality in modules/ system/system.test
Tests update.php after performing a successful update.
UpdateTestContribCase::testHookUpdateStatusAlter in modules/ update/update.test
Checks that hook_update_status_alter () works to change a status.
UpdateTestContribCase::testNoReleasesAvailable in modules/ update/update.test
Tests when there is no available release data for a contrib module.
UpdateTestContribCase::testUpdateBaseThemeSecurityUpdate in modules/ update/update.test
Tests that subthemes are notified about security updates for base themes.
UpdateTestContribCase::testUpdateBrokenFetchURL in modules/ update/update.test
Makes sure that if we fetch from a broken URL, sane things happen.
UpdateTestContribCase::testUpdateContribBasic in modules/ update/update.test
Tests the basic functionality of a contrib module on the status report.
UpdateTestContribCase::testUpdateContribOrder in modules/ update/update.test
Tests that contrib projects are ordered by project name.
UpdateTestContribCase::testUpdateShowDisabledThemes in modules/ update/update.test
Tests that disabled themes are only shown when desired.
UpdateTestFileTransfer::getSettingsForm in modules/ update/ tests/update_test.module
Returns a settings form with a text field to input a username.
UpdateTestHelper::standardTests in modules/ update/update.test
Runs a series of assertions that are applicable to all update statuses.
UpdateTestUploadCase::testUpdateManagerCoreSecurityUpdateMessages in modules/ update/update.test
Checks the messages on update manager pages when missing a security update.
UpdateTestUploadCase::testUploadModule in modules/ update/update.test
Tests upload and extraction of a module.
update_authorize_batch_copy_project in modules/ update/update.authorize.inc
Implements callback_batch_operation ().
update_authorize_install_batch_finished in modules/ update/update.authorize.inc
Implements callback_batch_finished ().
update_authorize_run_install in modules/ update/update.authorize.inc
Installs a new project when invoked by authorize.php .
update_authorize_run_update in modules/ update/update.authorize.inc
Updates existing projects when invoked by authorize.php .
update_authorize_update_batch_finished in modules/ update/update.authorize.inc
Implements callback_batch_finished ().
update_calculate_project_data in modules/ update/update.compare.inc
Calculates the current update status of all projects on the site.
update_calculate_project_update_status in modules/ update/update.compare.inc
Calculates the current update status of a specific project.
update_do_one in includes/update.inc
Implements callback_batch_operation ().
update_fetch_data_batch in modules/ update/update.fetch.inc
Implements callback_batch_operation ().
update_fetch_data_finished in modules/ update/update.fetch.inc
Implements callback_batch_finished ().
update_help in modules/ update/update.module
Implements hook_help ().
update_mail in modules/ update/update.module
Implements hook_mail ().
update_manager_archive_extract in modules/ update/update.manager.inc
Unpacks a downloaded archive file.
update_manager_batch_project_get in modules/ update/update.manager.inc
Implements callback_batch_operation ().
update_manager_download_batch_finished in modules/ update/update.manager.inc
Implements callback_batch_finished ().
update_manager_install_form in modules/ update/update.manager.inc
Form constructor for the install form of the Update Manager module.
update_manager_install_form_submit in modules/ update/update.manager.inc
Form submission handler for update_manager_install_form ().
update_manager_install_form_validate in modules/ update/update.manager.inc
Form validation handler for update_manager_install_form ().
update_manager_update_form in modules/ update/update.manager.inc
Form constructor for the update form of the Update Manager module.
update_manager_update_form_submit in modules/ update/update.manager.inc
Form submission handler for update_manager_update_form ().
update_manager_update_form_validate in modules/ update/update.manager.inc
Form validation handler for update_manager_update_form ().
update_manager_update_ready_form in modules/ update/update.manager.inc
Form constructor for the update ready form.
update_manager_update_ready_form_submit in modules/ update/update.manager.inc
Form submission handler for update_manager_update_ready_form ().
update_manual_status in modules/ update/update.fetch.inc
Page callback: Checks for updates and displays the update status report.
update_process_project_info in modules/ update/update.compare.inc
Determines version and type information for currently installed projects.
update_requirements in modules/ update/update.install
Implements hook_requirements ().
update_script_selection_form in ./update.php
Form constructor for the list of available database module updates.
update_script_test_flush_caches in modules/ simpletest/ tests/update_script_test.module
Implements hook_flush_caches ().
update_script_test_update_7000 in modules/ simpletest/ tests/update_script_test.install
Dummy update function to run during the tests.
update_settings in modules/ update/update.settings.inc
Form constructor for the update settings form.
update_settings_validate in modules/ update/update.settings.inc
Form validation handler for update_settings ().
update_test_filetransfer_info in modules/ update/ tests/update_test.module
Implements hook_filetransfer_info ().
update_test_menu in modules/ update/ tests/update_test.module
Implements hook_menu ().
update_verify_update_archive in modules/ update/update.module
Implements hook_verify_update_archive ().
UpgradePathTestCase::performUpgrade in modules/ simpletest/ tests/ upgrade/upgrade.test
Perform the upgrade.
UpgradePathTriggerTestCase::testTaxonomyUpgrade in modules/ simpletest/ tests/ upgrade/upgrade.trigger.test
Basic tests for the trigger upgrade.
UrlAlterFunctionalTest::getInfo in modules/ simpletest/ tests/path.test
UrlAlterFunctionalTest::testUrlAlter in modules/ simpletest/ tests/path.test
Test that URL altering works and that it occurs in the correct order.
UserAccountLinksUnitTests::testDisabledAccountLink in modules/ user/user.test
Tests disabling the 'My account' link.
UserAdminTestCase::testUserAdmin in modules/ user/user.test
Registers a user and deletes it.
UserBlocksUnitTests::testUserLoginBlock in modules/ user/user.test
Test the user login block.
UserBlocksUnitTests::testWhosOnlineBlock in modules/ user/user.test
Test the Who's Online block.
UserCancelTestCase::testMassUserCancelByAdmin in modules/ user/user.test
Create an administrative user and mass-delete other users.
UserCancelTestCase::testUserAnonymize in modules/ user/user.test
Delete account and anonymize all content.
UserCancelTestCase::testUserBlock in modules/ user/user.test
Disable account and keep all content.
UserCancelTestCase::testUserBlockUnpublish in modules/ user/user.test
Disable account and unpublish all content.
UserCancelTestCase::testUserCancelByAdmin in modules/ user/user.test
Create an administrative user and delete another user.
UserCancelTestCase::testUserCancelInvalid in modules/ user/user.test
Attempt invalid account cancellations.
UserCancelTestCase::testUserCancelUid1 in modules/ user/user.test
Tests that user account for uid 1 cannot be cancelled.
UserCancelTestCase::testUserCancelWithoutPermission in modules/ user/user.test
Attempt to cancel account without permission.
UserCancelTestCase::testUserDelete in modules/ user/user.test
Delete account and remove all content.
UserCreateTestCase::testUserAdd in modules/ user/user.test
Create a user through the administration interface and ensure that it
displays in the user list.
UserEditedOwnAccountTestCase::testUserEditedOwnAccount in modules/ user/user.test
UserEditRebuildTestCase::testUserEditFormRebuild in modules/ user/user.test
Test user edit page when the form is set to rebuild.
UserEditTestCase::testUserEdit in modules/ user/user.test
Test user edit page.
UserEditTestCase::testUserWith0Password in modules/ user/user.test
Tests setting the password to "0".
UserLoginTestCase::assertFailedLogin in modules/ user/user.test
Make an unsuccessful login attempt.
UserPasswordResetTestCase::testPasswordResetFloodControlPerIp in modules/ user/user.test
Test IP-based flood control on password reset.
UserPasswordResetTestCase::testPasswordResetFloodControlPerUser in modules/ user/user.test
Test user-based flood control on password reset.
UserPasswordResetTestCase::testUserPasswordReset in modules/ user/user.test
Tests password reset functionality.
UserPasswordResetTestCase::testUserPasswordResetExpired in modules/ user/user.test
Attempts login using an expired password reset link.
UserPasswordResetTestCase::testUserPasswordResetLoggedIn in modules/ user/user.test
Test user password reset while logged in.
UserPasswordResetTestCase::testUserPasswordTextboxFilled in modules/ user/user.test
Prefill the text box on incorrect login via link to password reset page.
UserPermissionsTestCase::testAdministratorRole in modules/ user/user.test
Test assigning of permissions for the administrator role.
UserPermissionsTestCase::testUserPermissionChanges in modules/ user/user.test
Change user permissions and check user_access ().
UserPictureTestCase::saveUserPicture in modules/ user/user.test
UserPictureTestCase::testDeletePicture in modules/ user/user.test
Tests deletion of user pictures.
UserPictureTestCase::testNoPicture in modules/ user/user.test
UserPictureTestCase::testUserPictureAdminFormValidation in modules/ user/user.test
Tests the admin form validates user picture settings.
UserPictureTestCase::testWithGDinvalidDimension in modules/ user/user.test
Do the test:
GD Toolkit is installed
Picture has invalid dimension
UserPictureTestCase::testWithGDinvalidSize in modules/ user/user.test
Do the test:
GD Toolkit is installed
Picture has invalid size
UserPictureTestCase::testWithoutGDinvalidDimension in modules/ user/user.test
Do the test:
GD Toolkit is not installed
Picture has invalid size
UserPictureTestCase::testWithoutGDinvalidSize in modules/ user/user.test
Do the test:
GD Toolkit is not installed
Picture has invalid size
UserRegistrationTestCase::testRegistrationDefaultValues in modules/ user/user.test
UserRegistrationTestCase::testRegistrationEmailDuplicates in modules/ user/user.test
UserRegistrationTestCase::testRegistrationWithEmailVerification in modules/ user/user.test
UserRegistrationTestCase::testRegistrationWithoutEmailVerification in modules/ user/user.test
UserRegistrationTestCase::testRegistrationWithUserFields in modules/ user/user.test
Tests Field API fields on user registration forms.
UserRoleAdminTestCase::testRoleAdministration in modules/ user/user.test
Test adding, renaming and deleting roles.
UserRoleAdminTestCase::testRoleWeightChange in modules/ user/user.test
Test user role weight change operation.
UserRolesAssignmentTestCase::testAssignAndRemoveRole in modules/ user/user.test
Tests that a user can be assigned a role and that the role can be removed
again.
UserRolesAssignmentTestCase::testCreateUserWithRole in modules/ user/user.test
Tests that when creating a user the role can be assigned. And that it can
be removed again.
UserSignatureTestCase::testUserSignature in modules/ user/user.test
Test that a user can change their signature format and that it is respected
upon display.
UserTimeZoneFunctionalTest::testUserTimeZone in modules/ user/user.test
Tests the display of dates and time when user-configurable time zones are set.
UserUserSearchTestCase::testUserSearch in modules/ user/user.test
UserValidateCurrentPassCustomForm::testUserValidateCurrentPassCustomForm in modules/ user/user.test
Tests that user_validate_current_pass can be reused on a custom form.
user_account_form in modules/ user/user.module
Helper function to add default user account fields to user registration and edit form.
user_account_form_validate in modules/ user/user.module
Form validation handler for user_account_form ().
user_action_info in modules/ user/user.module
Implements hook_action_info ().
user_admin in modules/ user/user.admin.inc
Page callback: Generates the appropriate user administration form.
user_admin_account in modules/ user/user.admin.inc
Form builder; User administration page.
user_admin_account_submit in modules/ user/user.admin.inc
Submit the user administration update form.
user_admin_account_validate in modules/ user/user.admin.inc
user_admin_permissions in modules/ user/user.admin.inc
Menu callback: administer permissions.
user_admin_permissions_submit in modules/ user/user.admin.inc
Save permissions selected on the administer permissions page.
user_admin_role in modules/ user/user.admin.inc
Form to configure a single role.
user_admin_roles in modules/ user/user.admin.inc
Form to re-order roles or add a new one.
user_admin_roles_order_submit in modules/ user/user.admin.inc
Form submit function. Update the role weights.
user_admin_role_delete_confirm in modules/ user/user.admin.inc
Form to confirm role delete operation.
user_admin_role_delete_confirm_submit in modules/ user/user.admin.inc
Form submit handler for user_admin_role_delete_confirm ().
user_admin_role_submit in modules/ user/user.admin.inc
Form submit handler for the user_admin_role () form.
user_admin_role_validate in modules/ user/user.admin.inc
Form validation handler for the user_admin_role () form.
user_admin_settings in modules/ user/user.admin.inc
Form builder; Configure user settings for this site.
user_block_configure in modules/ user/user.module
Implements hook_block_configure ().
user_block_info in modules/ user/user.module
Implements hook_block_info ().
user_block_view in modules/ user/user.module
Implements hook_block_view ().
user_cancel in modules/ user/user.module
Cancel a user account.
user_cancel_confirm in modules/ user/user.pages.inc
Menu callback; Cancel a user account via e-mail confirmation link.
user_cancel_confirm_form in modules/ user/user.pages.inc
Form builder; confirm form for cancelling user account.
user_cancel_confirm_form_submit in modules/ user/user.pages.inc
Submit handler for the account cancellation confirm form.
user_cancel_methods in modules/ user/user.pages.inc
Helper function to return available account cancellation methods.
user_entity_info in modules/ user/user.module
Implements hook_entity_info ().
user_external_login_register in modules/ user/user.module
Helper function for authentication modules. Either logs in or registers
the current user, based on username. Either way, the global $user object is
populated and login tasks are performed.
user_field_extra_fields in modules/ user/user.module
Implements hook_field_extra_fields ().
user_filters in modules/ user/user.module
List user administration filters that can be applied.
user_filter_form in modules/ user/user.admin.inc
Form builder; Return form for user administration filters.
user_filter_form_submit in modules/ user/user.admin.inc
Process result from user administration filter form.
user_form_field_ui_field_edit_form_alter in modules/ user/user.module
Implements hook_form_FORM_ID_alter ().
user_form_process_password_confirm in modules/ user/user.module
Form element process handler for client-side password validation.
user_form_test_current_password in modules/ user/ tests/user_form_test.module
A test form for user_validate_current_pass ().
user_form_test_current_password_submit in modules/ user/ tests/user_form_test.module
Submit function for the test form for user_validate_current_pass ().
user_help in modules/ user/user.module
Implements hook_help ().
user_login in modules/ user/user.module
Form builder; the main user login form.
user_login_block in modules/ user/user.module
user_login_final_validate in modules/ user/user.module
The final validation handler on the login form.
user_login_name_validate in modules/ user/user.module
A FAPI validate handler. Sets an error if supplied username has been blocked.
user_menu_title in modules/ user/user.module
Menu item title callback for the 'user' path.
user_multiple_cancel_confirm in modules/ user/user.module
user_pass in modules/ user/user.pages.inc
Form builder; Request a password reset.
user_pass_reset in modules/ user/user.pages.inc
Menu callback; process one time login link and redirects to the user page on success.
user_pass_submit in modules/ user/user.pages.inc
Form submission handler for user_pass ().
user_pass_validate in modules/ user/user.pages.inc
Form validation handler for user_pass ().
user_permission in modules/ user/user.module
Implements hook_permission ().
user_profile_form in modules/ user/user.pages.inc
Form builder; edit a user account or one of their profile categories.
user_profile_form_submit in modules/ user/user.pages.inc
Form submission handler for user_profile_form ().
user_register_form in modules/ user/user.module
Form builder; the user registration form.
user_register_submit in modules/ user/user.module
Submit handler for the user registration form.
user_roles in modules/ user/user.module
Retrieve an array of roles matching specified conditions.
user_tokens in modules/ user/user.tokens.inc
Implements hook_tokens ().
user_token_info in modules/ user/user.tokens.inc
Implements hook_token_info ().
user_update_7000 in modules/ user/user.install
Increase the length of the password field to accommodate better hashes.
user_update_7002 in modules/ user/user.install
Convert user time zones from time zone offsets to time zone names.
user_update_7014 in modules/ user/user.install
Rename the 'post comments without approval' permission.
user_update_7017 in modules/ user/user.install
Update email templates to use new tokens.
user_user_categories in modules/ user/user.module
Implements hook_user_categories ().
user_user_operations in modules/ user/user.module
Implements hook_user_operations ().
user_user_view in modules/ user/user.module
Implements hook_user_view ().
user_validate_current_pass in modules/ user/user.module
Form validation handler for the current password on the user_account_form ().
user_validate_mail in modules/ user/user.module
Validates a user's email address.
user_validate_name in modules/ user/user.module
Verify the syntax of the given name.
user_validate_picture in modules/ user/user.module
Validates an image uploaded by a user.
watchdog_severity_levels in includes/common.inc
Returns a list of severity levels, as defined in RFC 3164.
xmlrpc_server in includes/xmlrpcs.inc
Invokes XML-RPC methods on this server.
xmlrpc_server_call in includes/xmlrpcs.inc
Dispatches an XML-RPC request and any parameters to the appropriate handler.
xmlrpc_server_method_signature in includes/xmlrpcs.inc
Returns one method signature for a function.
xmlrpc_server_multicall in includes/xmlrpcs.inc
Dispatches multiple XML-RPC requests.
_aggregator_characters in modules/ aggregator/aggregator.processor.inc
Creates display text for teaser length option values.
_batch_do in includes/batch.inc
Does one execution pass with JavaScript and returns progress to the browser.
_batch_page in includes/batch.inc
Renders the batch processing page based on the current state of the batch.
_batch_test_finished_helper in modules/ simpletest/ tests/batch_test.callbacks.inc
Implements callback_batch_finished ().
_block_rehash in modules/ block/block.module
Updates the 'block' DB table with the blocks currently exported by modules.
_book_add_form_elements in modules/ book/book.module
Builds the common elements of the book form for the node and outline forms.
_book_admin_table_tree in modules/ book/book.admin.inc
Helps build the main table in the book administration page form.
_book_install_type_create in modules/ book/book.install
Creates the book content type.
_book_parent_select in modules/ book/book.module
Builds the parent selection form element for the node form or outline tab.
_comment_get_modes in modules/ comment/comment.module
Return an array of viewing modes for comment listings.
_drupal_invalid_token_set_form_error in includes/form.inc
Helper function to call form_set_error () if there is a token error.
_drupal_log_error in includes/errors.inc
Logs a PHP error or exception and displays an error page in fatal cases.
_field_ui_field_overview_form_validate_add_existing in modules/ field_ui/field_ui.admin.inc
Validates the 'add existing field' row of field_ui_field_overview_form ().
_field_ui_field_overview_form_validate_add_new in modules/ field_ui/field_ui.admin.inc
Validates the 'add new field' row of field_ui_field_overview_form ().
_file_generic_settings_extensions in modules/ file/file.field.inc
Element validate callback for the allowed file extensions field.
_file_generic_settings_max_filesize in modules/ file/file.field.inc
Element validate callback for the maximum upload size field.
_file_test_form in modules/ simpletest/ tests/file_test.module
Form to test file uploads.
_file_test_form_submit in modules/ simpletest/ tests/file_test.module
Process the upload.
_filter_autop_tips in modules/ filter/filter.module
Implements callback_filter_tips ().
_filter_html_escape_tips in modules/ filter/filter.module
Implements callback_filter_tips ().
_filter_html_settings in modules/ filter/filter.module
Implements callback_filter_settings ().
_filter_html_tips in modules/ filter/filter.module
Implements callback_filter_tips ().
_filter_url_settings in modules/ filter/filter.module
Implements callback_filter_settings ().
_filter_url_tips in modules/ filter/filter.module
Implements callback_filter_tips ().
_format_date_callback in includes/common.inc
Translates a formatted date string.
_form_test_checkbox in modules/ simpletest/ tests/form_test.module
Build a form to test a checkbox.
_form_test_disabled_elements in modules/ simpletest/ tests/form_test.module
Build a form to test disabled elements.
_form_test_input_forgery in modules/ simpletest/ tests/form_test.module
Build a form to test input forgery of enabled elements.
_form_test_tableselect_form_builder in modules/ simpletest/ tests/form_test.module
Build a form to test the tableselect element.
_form_test_tableselect_get_data in modules/ simpletest/ tests/form_test.module
Create a header and options array. Helper function for callbacks.
_form_test_tableselect_multiple_false_form_submit in modules/ simpletest/ tests/form_test.module
Process the tableselect #multiple = FALSE submitted values.
_form_test_tableselect_multiple_true_form_submit in modules/ simpletest/ tests/form_test.module
Process the tableselect #multiple = TRUE submitted values.
_form_test_vertical_tabs_form in modules/ simpletest/ tests/form_test.module
Tests functionality of vertical tabs.
_forum_parent_select in modules/ forum/forum.admin.inc
Returns a select box for available parent terms.
_image_field_resolution_validate in modules/ image/image.field.inc
Element validate function for resolution fields.
_locale_import_parse_plural_forms in includes/locale.inc
Parses a Plural-Forms entry from a Gettext Portable Object file header
_locale_import_po in includes/locale.inc
Parses Gettext Portable Object file information and inserts into database
_locale_languages_common_controls in modules/ locale/locale.admin.inc
Common elements of the language addition and editing form.
_locale_languages_configure_form_language_table in modules/ locale/locale.admin.inc
Helper function to build a language provider table.
_locale_prepare_predefined_list in includes/locale.inc
Prepares the language code list for a select form item with only the unsupported ones
_locale_rebuild_js in includes/locale.inc
(Re-)Creates the JavaScript translation file for a language.
_locale_translate_seek in includes/locale.inc
Perform a string search and display results in a table
_menu_item_localize in includes/menu.inc
Localizes the router item title using t () or another callback.
_menu_overview_tree_form in modules/ menu/menu.admin.inc
Recursive helper function for menu_overview_form ().
_menu_site_is_offline in includes/menu.inc
Checks whether the site is in maintenance mode.
_node_access_rebuild_batch_finished in modules/ node/node.module
Implements callback_batch_finished ().
_node_characters in modules/ node/content_types.inc
Helper function for teaser length choices.
_node_mass_update_batch_finished in modules/ node/node.admin.inc
Implements callback_batch_finished ().
_node_query_node_access_alter in modules/ node/node.module
Helper for node access functions.
_openid_invalid_openid_transition in modules/ openid/openid.inc
Provides transition for accounts with possibly invalid OpenID identifiers in authmap.
_openid_user_login_form_alter in modules/ openid/openid.module
_php_filter_tips in modules/ php/php.module
Implements callback_filter_tips ().
_poll_choice_form in modules/ poll/poll.module
_profile_field_types in modules/ profile/profile.module
_profile_form_explanation in modules/ profile/profile.module
_session_test_get in modules/ simpletest/ tests/session_test.module
Page callback, prints the stored session value to the screen.
_session_test_is_logged_in in modules/ simpletest/ tests/session_test.module
Menu callback, only available if current user is logged in.
_session_test_no_set in modules/ simpletest/ tests/session_test.module
Menu callback: turns off session saving and then tries to save a value
anyway.
_session_test_set in modules/ simpletest/ tests/session_test.module
Page callback, stores a value in $_SESSION['session_test_value'].
_session_test_set_message in modules/ simpletest/ tests/session_test.module
Menu callback, sets a message to me displayed on the following page.
_session_test_set_not_started in modules/ simpletest/ tests/session_test.module
Menu callback, stores a value in $_SESSION['session_test_value'] without
having started the session in advance.
_shortcut_link_form_elements in modules/ shortcut/shortcut.admin.inc
Helper function for building a form for adding or editing shortcut links.
_simpletest_batch_finished in modules/ simpletest/simpletest.module
Implements callback_batch_finished ().
_simpletest_batch_operation in modules/ simpletest/simpletest.module
Implements callback_batch_operation ().
_simpletest_format_summary_line in modules/ simpletest/simpletest.module
_system_modules_build_row in modules/ system/system.admin.inc
Build a table row for the system modules page.
_system_test_first_shutdown_function in modules/ simpletest/ tests/system_test.module
Dummy shutdown function which registers another shutdown function.
_system_test_second_shutdown_function in modules/ simpletest/ tests/system_test.module
Dummy shutdown function.
_update_manager_check_backends in modules/ update/update.manager.inc
Checks for file transfer backends and prepares a form fragment about them.
_update_message_text in modules/ update/update.module
Returns the appropriate message text when site is out of date or not secure.
_update_no_data in modules/ update/update.module
Returns a warning message when there is no data about available updates.
_update_requirement_check in modules/ update/update.install
Fills in the requirements array.
_user_cancel in modules/ user/user.module
Implements callback_batch_operation ().
_user_mail_text in modules/ user/user.module
Returns a mail string for a variable name.
_xmlrpc in includes/xmlrpc.inc
Performs one or more XML-RPC requests.