AccessDeniedTestCase::test403PathOnSystemForm in modules/system/tests/system.test
AccessDeniedTestCase::testAccessDenied in modules/system/tests/system.test
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.
actions_execute in includes/actions.inc
Executes a single action.
actions_loop_test_action_info in modules/simpletest/tests/actions_loop_test.module
Implements hook_action_info().
admin_bar_admin_bar_cache_info in modules/admin_bar/admin_bar.inc
Implements hook_admin_bar_cache_info().
admin_bar_config_info in modules/admin_bar/admin_bar.module
Implements hook_config_info().
AdminBarCustomizedTestCase::testCustomDisabled in modules/admin_bar/tests/admin_bar.test
Test disabled custom links.
AdminBarCustomizedTestCase::testCustomExternal in modules/admin_bar/tests/admin_bar.test
Tests external links.
AdminBarDynamicLinksTestCase::testNode in modules/admin_bar/tests/admin_bar.test
Tests node type links.
AdminBarDynamicLinksTestCase::testNodeAdd in modules/admin_bar/tests/admin_bar.test
Tests Add content links.
admin_bar_flush_cache in modules/admin_bar/admin_bar.inc
Flush all caches or a specific one.
admin_bar_links_account in modules/admin_bar/admin_bar.inc
Builds the account links.
admin_bar_links_alert in modules/admin_bar/admin_bar.inc
Build alert indicator.
admin_bar_links_icon in modules/admin_bar/admin_bar.inc
Build icon menu links; mostly containing maintenance helpers.
admin_bar_links_search in modules/admin_bar/admin_bar.inc
Build search widget.
admin_bar_links_users in modules/admin_bar/admin_bar.inc
Builds user counter.
AdminBarLinkTypesTestCase::testLinkTypes in modules/admin_bar/tests/admin_bar.test
Tests appearance of different router item link types.
admin_bar_output in modules/admin_bar/admin_bar.inc
Build the administration bar output.
admin_bar_permission in modules/admin_bar/admin_bar.module
Implements hook_permission().
AdminBarPermissionsTestCase::testCategories in modules/admin_bar/tests/admin_bar.test
Tests handling of links pointing to category/overview pages.
AdminBarPermissionsTestCase::testPermissionChanges in modules/admin_bar/tests/admin_bar.test
Tests that user role and permission changes are properly taken up.
AdminBarPermissionsTestCase::testPermissions in modules/admin_bar/tests/admin_bar.test
Test that the links are added to the page (no JS testing).
admin_bar_theme_settings in modules/admin_bar/admin_bar.inc
Form builder function for module settings.
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.
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.
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_prepare_response in includes/ajax.inc
Converts the return value of a page callback into an Ajax commands array.
ajax_test_dialog_contents in modules/simpletest/tests/ajax_test.module
Menu callback: Returns the contents for dialogs opened by ajax_test_dialog().
archiver_get_archiver in includes/common.inc
Creates the appropriate archiver for the specified file.
ArchiverZip::__construct in modules/system/system.archiver.inc
Constructs a new archiver instance.
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().
backdrop_check_module in includes/install.inc
Checks a module's requirements.
BackdropDateTime::arrayErrors in includes/date.class.inc
Finds possible errors in an array of date part values.
BackdropDateTime::__construct in includes/date.class.inc
Constructs a date object.
BackdropDateTime::parse in includes/date.class.inc
Converts a date string into a date object.
BackdropDateTime::validGranularity in includes/date.class.inc
Determines if a a date is valid for a given granularity.
backdrop_deliver_html_page in includes/common.inc
Packages and sends the result of a page callback to the browser as HTML.
BackdropErrorHandlerUnitTest::assertErrorMessage in modules/simpletest/tests/error.test
Helper function: assert that the error message is found.
BackdropErrorHandlerUnitTest::assertNoErrorMessage in modules/simpletest/tests/error.test
Helper function: assert that the error message is not found.
backdrop_http_request in includes/common.inc
Performs an HTTP request.
_backdrop_invalid_token_set_form_error in includes/form.inc
Helper function to call form_set_error() if there is a token error.
backdrop_json_deliver in includes/common.inc
Packages and sends the result of a page callback to the browser as JSON.
_backdrop_log_error in includes/errors.inc
Logs a PHP error or exception and displays an error page in fatal cases.
backdrop_mail in includes/mail.inc
Composes and optionally sends an e-mail message.
backdrop_mail_system in includes/mail.inc
Returns an object that implements the MailSystemInterface interface.
BackdropTestCase::assertEqual in modules/simpletest/backdrop_web_test_case.php
Check to see if two values are equal.
BackdropTestCase::assertFalse in modules/simpletest/backdrop_web_test_case.php
Check to see if a value is false (an empty string, 0, NULL, or FALSE).
BackdropTestCase::assertIdentical in modules/simpletest/backdrop_web_test_case.php
Check to see if two values are identical.
BackdropTestCase::assertNotEqual in modules/simpletest/backdrop_web_test_case.php
Check to see if two values are not equal.
BackdropTestCase::assertNotIdentical in modules/simpletest/backdrop_web_test_case.php
Check to see if two values are not identical.
BackdropTestCase::assertNotNull in modules/simpletest/backdrop_web_test_case.php
Check to see if a value is not NULL.
BackdropTestCase::assertNull in modules/simpletest/backdrop_web_test_case.php
Check to see if a value is NULL.
BackdropTestCase::assertTrue in modules/simpletest/backdrop_web_test_case.php
Check to see if a value is not false (not an empty string, 0, NULL, or FALSE).
BackdropTestCase::exceptionHandler in modules/simpletest/backdrop_web_test_case.php
Handle exceptions.
BackdropTestCase::insertAssert in modules/simpletest/backdrop_web_test_case.php
Store an assertion from outside the testing context.
BackdropTestCase::run in modules/simpletest/backdrop_web_test_case.php
Run all tests in this class.
BackdropTestCase::verbose in modules/simpletest/backdrop_web_test_case.php
Logs a verbose message in a text file.
BackdropWebTestCase::assertFieldById in modules/simpletest/backdrop_web_test_case.php
Asserts that a field exists in the current page with the given id and value.
BackdropWebTestCase::assertFieldByName in modules/simpletest/backdrop_web_test_case.php
Asserts that a field exists in the current page with the given name and value.
BackdropWebTestCase::assertFieldChecked in modules/simpletest/backdrop_web_test_case.php
Asserts that a checkbox field in the current page is checked.
BackdropWebTestCase::assertLink in modules/simpletest/backdrop_web_test_case.php
Pass if a link with the specified label is found, and optional with the specified index.
BackdropWebTestCase::assertLinkByHref in modules/simpletest/backdrop_web_test_case.php
Pass if a link containing a given href (part) is found.
BackdropWebTestCase::assertMail in modules/simpletest/backdrop_web_test_case.php
Asserts that the most recently sent e-mail message has the given value.
BackdropWebTestCase::assertMailPattern in modules/simpletest/backdrop_web_test_case.php
Asserts that the most recently sent e-mail message has the pattern in it.
BackdropWebTestCase::assertMailString in modules/simpletest/backdrop_web_test_case.php
Asserts that the most recently sent e-mail message has the string in it.
BackdropWebTestCase::assertNoDuplicateIds in modules/simpletest/backdrop_web_test_case.php
Asserts that each HTML ID is used for just a single element.
BackdropWebTestCase::assertNoFieldById in modules/simpletest/backdrop_web_test_case.php
Asserts that a field does not exist with the given id and value.
BackdropWebTestCase::assertNoFieldByName in modules/simpletest/backdrop_web_test_case.php
Asserts that a field does not exist with the given name and value.
BackdropWebTestCase::assertNoFieldChecked in modules/simpletest/backdrop_web_test_case.php
Asserts that a checkbox field in the current page is not checked.
BackdropWebTestCase::assertNoLink in modules/simpletest/backdrop_web_test_case.php
Pass if a link with the specified label is not found.
BackdropWebTestCase::assertNoLinkByHref in modules/simpletest/backdrop_web_test_case.php
Pass if a link containing a given href (part) is not found.
BackdropWebTestCase::assertNoOption in modules/simpletest/backdrop_web_test_case.php
Asserts that a select option in the current page does not exist.
BackdropWebTestCase::assertNoOptionSelected in modules/simpletest/backdrop_web_test_case.php
Asserts that a select option in the current page is not checked.
BackdropWebTestCase::assertNoPattern in modules/simpletest/backdrop_web_test_case.php
Will trigger a pass if the perl regex pattern is not present in raw content.
BackdropWebTestCase::assertNoRaw in modules/simpletest/backdrop_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.
BackdropWebTestCase::assertNoResponse in modules/simpletest/backdrop_web_test_case.php
Asserts the page did not return the specified response code.
BackdropWebTestCase::assertNoTitle in modules/simpletest/backdrop_web_test_case.php
Pass if the page title is not the given string.
BackdropWebTestCase::assertOption in modules/simpletest/backdrop_web_test_case.php
Asserts that a select option in the current page exists.
BackdropWebTestCase::assertOptionSelected in modules/simpletest/backdrop_web_test_case.php
Asserts that a select option in the current page is checked.
BackdropWebTestCase::assertPattern in modules/simpletest/backdrop_web_test_case.php
Will trigger a pass if the Perl regex pattern is found in the raw content.
BackdropWebTestCase::assertRaw in modules/simpletest/backdrop_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.
BackdropWebTestCase::assertResponse in modules/simpletest/backdrop_web_test_case.php
Asserts the page responds with the specified response code.
BackdropWebTestCase::assertTextHelper in modules/simpletest/backdrop_web_test_case.php
Helper for assertText and assertNoText.
BackdropWebTestCase::assertTitle in modules/simpletest/backdrop_web_test_case.php
Pass if the page title is the given string.
BackdropWebTestCase::assertUrl in modules/simpletest/backdrop_web_test_case.php
Pass if the internal browser's URL matches the given path.
BackdropWebTestCase::backdropCreateContentType in modules/simpletest/backdrop_web_test_case.php
Creates a custom content type based on default settings.
BackdropWebTestCase::backdropCreateRole in modules/simpletest/backdrop_web_test_case.php
Creates a role with specified permissions.
BackdropWebTestCase::backdropCreateUser in modules/simpletest/backdrop_web_test_case.php
Create a user with a given set of permissions.
BackdropWebTestCase::backdropLogin in modules/simpletest/backdrop_web_test_case.php
Log in a user with the internal browser.
BackdropWebTestCase::backdropLogout in modules/simpletest/backdrop_web_test_case.php
BackdropWebTestCase::backdropPost in modules/simpletest/backdrop_web_test_case.php
Execute a POST request on a Backdrop page. It will be done as usual POST request with SimpleBrowser.
BackdropWebTestCase::checkPermissions in modules/simpletest/backdrop_web_test_case.php
Check to make sure that the array of permissions are valid.
BackdropWebTestCase::clickLink in modules/simpletest/backdrop_web_test_case.php
Follows a link by name.
BackdropWebTestCase::curlExec in modules/simpletest/backdrop_web_test_case.php
Initializes and executes a cURL request.
BackdropWebTestCase::parse in modules/simpletest/backdrop_web_test_case.php
Parse content returned from curlExec using DOM and SimpleXML.
BackdropWebTestCase::setUp in modules/simpletest/backdrop_web_test_case.php
Sets up a Backdrop site for running functional and integration tests.
BackdropWebTestCase::tearDown in modules/simpletest/backdrop_web_test_case.php
Delete created files and temporary files directory, delete the tables created by setUp(), and reset the database prefix.
BackdropWebTestCase::verboseEmail in modules/simpletest/backdrop_web_test_case.php
Outputs to verbose the most recent $count emails sent.
basis_breadcrumb in themes/basis/template.php
Overrides theme_breadcrumb(). Removes » from markup.
basis_preprocess_node in themes/basis/template.php
Prepares variables for node templates.
_batch_page in includes/batch.inc
Renders the batch processing page based on the current state of the batch.
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::testBackdropFormSubmitInBatch in modules/simpletest/tests/batch.test
Test that backdrop_form_submit() can run within a batch operation.
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.
_batch_test_finished_helper in modules/simpletest/tests/batch_test.callbacks.inc
Common 'finished' callbacks for batches 1 to 4.
batch_test_mock_form in modules/simpletest/tests/batch_test.module
A simple form with a textfield and submit button.
block_add_block_form_submit in modules/block/block.admin.inc
Form submission 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_list in modules/block/block.admin.inc
Page callback; Display a list of all custom blocks.
block_block_info in modules/block/block.module
Implements hook_block_info().
BlockBroken::getAdminPreview in modules/layout/includes/block.class.inc
Return a preview for this block.
BlockBroken::getAdminTitle in modules/layout/includes/block.class.inc
Return an administrative title that will always have a value.
block_config_info in modules/block/block.module
Implements hook_config_info().
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_custom_block_translate_list in modules/block/block.admin.inc
Form constructor for the block translation list form.
block_custom_block_translate_submit in modules/block/block.admin.inc
Form submission handler for block_custom_block_translate().
Block::form in modules/layout/includes/block.class.inc
Build the settings form for editing this block.
Block::getAdminConditionsPreview in modules/layout/includes/block.class.inc
Return a fieldset listing any visibility conditions set for this block.
BlockHero::form in modules/layout/includes/block.hero.inc
Builds the block's configuration form.
BlockHero::formValidate in modules/layout/includes/block.hero.inc
Validates the form settings.
BlockHero::getAdminTitle in modules/layout/includes/block.hero.inc
Sets title text on draggable block panel in Layout builder.
block_permission in modules/block/block.module
Implements hook_permission().
block_test_block_info in modules/block/tests/block_test/block_test.module
Implements hook_block_info().
BlockTestCase::testBlockHooks in modules/block/tests/block.test
Tests the various block hooks get called when needed.
BlockTestCase::testCustomBlock in modules/block/tests/block.test
Test creating custom block, editing, and then deleting it.
BlockTestCase::testCustomBlockFormat in modules/block/tests/block.test
Test creating custom block using Raw HTML (full_html).
BlockText::form in modules/layout/includes/block.text.inc
Builds the block's configuration form.
BlockText::formValidate in modules/layout/includes/block.text.inc
Validates the form settings.
BlockText::getAdminTitle in modules/layout/includes/block.text.inc
Sets title text on draggable block panel in Layout builder.
BlockTranslationTestCase::addLanguage in modules/block/tests/block.translation.test
BlockTranslationTestCase::testTranslateCustomBlock in modules/block/tests/block.translation.test
Test creating custom block, translate it, and then deleting it.
_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_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_submit in modules/book/book.admin.inc
Form submission handler for book_admin_settings().
book_admin_settings_validate in modules/book/book.admin.inc
Form validation handler for book_admin_settings().
_book_admin_table_tree in modules/book/book.admin.inc
Helps build the main table in the book administration page form.
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_config_info in modules/book/book.module
Implements hook_config_info().
book_entity_info_alter in modules/book/book.module
Implements hook_entity_info_alter().
book_form_node_delete_confirm_alter in modules/book/book.module
Implements hook_form_FORM_ID_alter().
book_form_node_form_alter in modules/book/book.module
Implements hook_form_BASE_FORM_ID_alter().
_book_install_type_create in modules/book/book.install
Creates the book content type.
book-navigation.tpl.php in modules/book/templates/book-navigation.tpl.php
Default theme implementation to navigate books.
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_parent_select in modules/book/book.module
Builds the parent selection form element for the node form or outline tab.
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().
BookTestCase::createBookNode in modules/book/tests/book.test
Creates a book node.
BookTestCase::testBook in modules/book/tests/book.test
Tests book functionality through node interfaces.
BookTestCase::testBookDelete in modules/book/tests/book.test
Tests the access for deleting top-level book nodes.
BookTestCase::testBookNavigationBlock in modules/book/tests/book.test
Tests the functionality of the book navigation block.
BookTestCase::testNavigationBlockOnAccessModuleEnabled in modules/book/tests/book.test
Tests the book navigation block when an access module is enabled.
book_token_info in modules/book/book.tokens.inc
Implements hook_token_info().
book_views_data in modules/book/views/book.views.inc
Implements hook_views_data().
book_views_plugins in modules/book/views/book.views.inc
Implements hook_views_plugins().
BootstrapGetFilenameTestCase::testBackdropGetFilename in modules/simpletest/tests/bootstrap.test
Test that backdrop_get_filename() works correctly when the file is not found in the database.
BootstrapPageCacheTestCase::testPageCache in modules/simpletest/tests/bootstrap.test
Test cache headers.
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.
ckeditor_ckeditor_plugins in modules/ckeditor/ckeditor.module
Implements hook_ckeditor_plugins().
ckeditor_editor_info in modules/ckeditor/ckeditor.module
Implements hook_editor_info().
ckeditor_form_filter_format_editor_image_form_alter in modules/ckeditor/ckeditor.module
Implements hook_form_FORM_ID_alter().
ckeditor_get_settings in modules/ckeditor/ckeditor.module
Editor JS settings callback; Add CKEditor settings to the page for a format.
ckeditor_image_upload in modules/ckeditor/ckeditor.pages.inc
Menu callback; Saves images uploaded via copy/paste into the editor.
ckeditor_settings_form in modules/ckeditor/ckeditor.admin.inc
Editor settings callback; Provide options for CKEditor module.
ckeditor_settings_form_validate in modules/ckeditor/ckeditor.admin.inc
Additional validate handler for filter_admin_format_form().
CKEditorTestCase::testLibrary in modules/ckeditor/tests/ckeditor.test
Test the addition of the library to the page when configured.
color_form_system_theme_settings_alter in modules/color/color.module
Implements hook_form_FORM_ID_alter().
color.inc in themes/bartik/color/color.inc
color.inc in themes/basis/color/color.inc
color_scheme_form_validate in modules/color/color.module
Form validation handler for color_scheme_form().
ColorTestCase::testBartikLegacy in modules/color/tests/color.test
Test the Bartik legacy color mode.
ColorTestCase::testColor in modules/color/tests/color.test
Tests the Color module functionality.
ColorTestCase::testUpdateCssFilesOnConfigSave in modules/color/tests/color.test
Test if the CSS files for a theme are updated when editing Configuration.
ColorTestCase::testValidColor in modules/color/tests/color.test
Tests whether the provided color is valid.
comment_action_info in modules/comment/comment.module
Implements hook_action_info().
comment_admin_overview in modules/comment/comment.admin.inc
Form constructor for the comment overview administration form.
comment_admin_overview_submit in modules/comment/comment.admin.inc
Form submission handler for comment_admin_overview().
comment_admin_overview_validate in modules/comment/comment.admin.inc
Form validation handler for comment_admin_overview().
CommentAnonymous::testAnonymous in modules/comment/tests/comment.test
Tests anonymous comment functionality.
CommentApprovalTest::testApprovalAdminInterface in modules/comment/tests/comment.test
Test comment approval functionality through admin/content/comment.
CommentApprovalTest::testApprovalNodeInterface in modules/comment/tests/comment.test
Tests comment approval functionality through the node interface.
comment_approve in modules/comment/comment.pages.inc
Page callback: Publishes the specified comment.
CommentAuthorDeletionTestCase::testAuthorDeletion in modules/comment/tests/comment.test
Tests that comments are correctly deleted when their author is deleted.
CommentAuthorDeletionTestCase::testAuthorDeletionCommentModuleDisabled in modules/comment/tests/comment.test
Test comment author deletion while the comment module is disabled.
comment_block_configure in modules/comment/comment.module
Implements hook_block_configure().
CommentBlockFunctionalTest::testRecentCommentBlock in modules/comment/tests/comment.test
Tests the recent comments block.
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_config_create_validate in modules/comment/comment.module
Implements hook_config_create_validate()
comment_confirm_delete in modules/comment/comment.admin.inc
Form constructor for the confirmation form for comment deletion.
comment_confirm_delete_submit in modules/comment/comment.admin.inc
Form submission handler for comment_confirm_delete().
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: Displays the comment editing form.
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().
CommentFieldsTest::testCommentDeletedBody in modules/comment/tests/comment.test
Tests that the comment_body field is not required.
CommentFieldsTest::testCommentEmptyNonRequiredBody in modules/comment/tests/comment.test
Tests trying to save a comment with an empty, NON-required body.
CommentFieldsTest::testCommentEnable in modules/comment/tests/comment.test
Tests that comment module works when enabled after a content module.
CommentFieldsTest::testCommentFormat in modules/comment/tests/comment.test
Tests that comment module works correctly with plain text format.
comment_form in modules/comment/comment.module
Form constructor for the basic commenting form.
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
Form submission handler for comment_form().
comment_form_validate in modules/comment/comment.module
Form validation handler for comment_form().
_comment_get_modes in modules/comment/comment.module
Returns an array of viewing modes for comment listings.
CommentHelperCase::deleteComment in modules/comment/tests/comment.test
Deletes a comment.
CommentHelperCase::performCommentOperation in modules/comment/tests/comment.test
Performs the specified operation on the specified comment.
CommentHelperCase::postComment in modules/comment/tests/comment.test
Posts a comment.
CommentInterfaceTest::assertCommentLinks in modules/comment/tests/comment.test
Asserts that comment links appear according to the passed environment.
CommentInterfaceTest::setEnvironment in modules/comment/tests/comment.test
Re-configures the environment, module settings, and user permissions.
CommentInterfaceTest::testCommentInterface in modules/comment/tests/comment.test
Tests the comment interface.
CommentInterfaceTest::testCommentNewCommentsIndicator in modules/comment/tests/comment.test
Tests new comment marker.
comment_links in modules/comment/comment.module
Adds reply, edit, delete, etc. links, depending on user permissions.
comment_multiple_delete_confirm in modules/comment/comment.admin.inc
Form constructor for the confirmation form for bulk comment deletion.
CommentNodeAutoCloserTestCase::testNodeCommentAutoCloserSettings in modules/comment/tests/comment.test
Tests the auto closer node type setting and the override setting on individual nodes.
CommentNodeChangesTestCase::testNodeCommentSettings in modules/comment/tests/comment.test
Tests opening, closing, and hiding comments.
comment_node_view in modules/comment/comment.module
Implements hook_node_view().
CommentPagerTest::testCommentPaging in modules/comment/tests/comment.test
Confirms comment paging works correctly with flat and threaded comments.
comment_permission in modules/comment/comment.module
Implements hook_permission().
comment_preview in modules/comment/comment.module
Generates a comment preview.
CommentPreviewTest::testCommentEditPreviewSave in modules/comment/tests/comment.test
Tests comment edit, preview, and save.
CommentPreviewTest::testCommentPreview in modules/comment/tests/comment.test
Tests comment preview.
comment_ranking in modules/comment/comment.module
Implements hook_ranking().
comment_reply in modules/comment/comment.pages.inc
Form constructor for the comment reply form.
comment_submit in modules/comment/comment.module
Prepare a comment for submission.
comment_token_info in modules/comment/comment.tokens.inc
Implements hook_token_info().
comment_views_data in modules/comment/views/comment.views.inc
comment_views_data_alter in modules/comment/views/comment.views.inc
Use views_data_alter to add items to the node table that are relevant to comments.
comment_views_plugins in modules/comment/views/comment.views.inc
Implements hook_views_plugins().
CommonBackdropGotoTestCase::testBackdropGotoAlter in modules/simpletest/tests/common.test
Test hook_backdrop_goto_alter().
CommonBackdropHTTPRequestTestCase::testBackdropHTTPRequest in modules/simpletest/tests/common.test
CommonBackdropHTTPRequestTestCase::testBackdropHTTPRequestHeaders in modules/simpletest/tests/common.test
Tests Content-language headers generated by Backdrop.
CommonBackdropRenderTestCase::testBackdropRenderInvalidKeys in modules/simpletest/tests/common.test
Test rendering elements with invalid keys.
CommonBackdropWriteRecordTestCase::testBackdropWriteRecord in modules/simpletest/tests/common.test
Test the backdrop_write_record() API function.
CommonCascadingStylesheetsTestCase::testRenderFile in modules/simpletest/tests/common.test
Tests rendering the stylesheets.
CommonFormatDateTestCase::testAdminDefinedFormatDate in modules/simpletest/tests/common.test
Test admin-defined formats in format_date().
CommonFormatDateTestCase::testFormatDate in modules/simpletest/tests/common.test
Tests for the format_date() function.
CommonJavaScriptTestCase::testAggregation in modules/simpletest/tests/common.test
Test JavaScript grouping and aggregation.
CommonJavaScriptTestCase::testBrowserConditionalComments in modules/simpletest/tests/common.test
Test adding JavaScript within conditional comments.
CommonJavaScriptTestCase::testLibraryRender in modules/simpletest/tests/common.test
Adds a library to the page and tests for both its JavaScript and its CSS.
CommonJavaScriptTestCase::testVersionQueryString in modules/simpletest/tests/common.test
Test JavaScript versioning.
CommonSimpleTestErrorCollectorTestCase::assertError in modules/simpletest/tests/common.test
Assert that a collected error matches what we are expecting.
common_test_cron in modules/simpletest/tests/common_test.module
Implements hook_cron().
config_config_data_validate in modules/config/config.module
Implements hook_config_data_validate().
ConfigDatabaseStorage::__construct in drivers/config_database/config_database_storage.inc
Constructs a new ConfigDatabaseStorage controller.
ConfigDatabaseStorage::encode in drivers/config_database/config_database_storage.inc
Encodes configuration data into the storage-specific format.
config_diff in modules/config/config.admin.inc
Return a formatted diff of a named config between staging and active.
config_diff_page in modules/config/config.admin.inc
Shows diff of specified configuration file.
config_export_full_form in modules/config/config.admin.inc
Form callback; Provide a form for exporting the current configuration.
config_export_single_form in modules/config/config.admin.inc
Form callback; Builds the form for exporting a single configuration file.
ConfigFileStorage::encode in drivers/config_file/config_file_storage.inc
Encodes configuration data into the storage-specific format.
config_get_prefix_groups in modules/config/config.module
Get a list of all configuration prefixes and groups.
Config::getTranslated in includes/config.inc
Gets translated data from this configuration object.
config_import_full_form in modules/config/config.admin.inc
Form callback; Provide a form for importing a full set of configuration.
config_import_full_form_submit in modules/config/config.admin.inc
Submit handler for config_import_full_form().
config_import_single_form in modules/config/config.admin.inc
Form callback; Build the form to import a single configuration file.
config_import_single_form_submit in modules/config/config.admin.inc
Submit handler for config_import_single_form().
config_import_single_form_validate in modules/config/config.admin.inc
Validate handler for config_import_single_form().
config_obj_test_config_info in modules/simpletest/tests/config_obj_test/config_obj_test.module
Implements hook_config_info().
config_permission in modules/config/config.module
Implements hook_permission().
config_sync_batch in modules/config/config.sync.inc
Return an array for setting up a Batch API job to sync all configuration.
_config_sync_finished in modules/config/config.sync.inc
Batch API callback. Finish the config import.
config_sync_form in modules/config/config.admin.inc
Form callback; Build the form for syncing all staged configuration.
config_sync_form_submit in modules/config/config.admin.inc
Submit handler for config_sync_form().
config_sync_validate_file in modules/config/config.sync.inc
Validate an individual configuration to ensure it's safe to import.
config_test_config_info in modules/config/tests/config_test/config_test.module
Implements hook_config_info().
config_test_hooks_config_create_validate in modules/config/tests/config_test_hooks/config_test_hooks.module
Implements hook_config_create_validate().
config_test_hooks_config_delete_validate in modules/config/tests/config_test_hooks/config_test_hooks.module
Implements hook_config_delete_validate().
config_test_hooks_config_info in modules/config/tests/config_test_hooks/config_test_hooks.module
Implements hook_config_info().
config_test_hooks_config_update_validate in modules/config/tests/config_test_hooks/config_test_hooks.module
Implements hook_config_update_validate().
ConfigurationSyncTest::testSync in modules/config/tests/config.test
Tests that hook_config_create() is run during config sync.
ConfigurationUITest::testClearStagingDirectory in modules/config/tests/config.test
Test skipping the clearing of the staging directory after import.
ConfigurationUITest::testExport in modules/config/tests/config.test
Tests export of configuration.
ConfigurationUITest::testFullImportValidation in modules/config/tests/config.test
Test full import validation.
ConfigurationUITest::testImport in modules/config/tests/config.test
Tests importing configuration.
confirm_form in modules/system/system.module
Generates a form array for a confirmation form.
ConfirmFormTest::assertCancelLinkUrl in modules/system/tests/system.test
Asserts that a cancel link is present pointing to the provided URL.
contact_block_info in modules/contact/contact.module
Implements hook_block_info().
contact_block_view in modules/contact/contact.module
Implements hook_block_view().
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
Page callback: Lists contact categories.
contact_category_list_submit in modules/contact/contact.admin.inc
Form submission handler for contact_category_list().
contact_config_info in modules/contact/contact.module
Implements hook_config_info().
contact_form_permissions in modules/contact/contact.admin.inc
Builds a matrix of contact permissions.
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_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().
ContactPersonalTestCase::submitPersonalContact in modules/contact/tests/contact.test
Fills out a user's personal contact form and submits it.
ContactPersonalTestCase::testPersonalContactAccess in modules/contact/tests/contact.test
Tests access to the personal contact form.
ContactPersonalTestCase::testPersonalContactFlood in modules/contact/tests/contact.test
Tests the personal contact form flood protection.
contact_settings_form in modules/contact/contact.admin.inc
Contact settings 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().
ContactSitewideTestCase::addCategory in modules/contact/tests/contact.test
Adds a category.
ContactSitewideTestCase::deleteCategories in modules/contact/tests/contact.test
Deletes all categories.
ContactSitewideTestCase::submitContact in modules/contact/tests/contact.test
Submits the contact form.
ContactSitewideTestCase::testSiteWideContact in modules/contact/tests/contact.test
Tests configuration options and the site-wide contact form.
ContactSitewideTestCase::updateCategory in modules/contact/tests/contact.test
Updates a category.
contact_views_data_alter in modules/contact/views/contact.views.inc
Implements hook_views_data_alter().
contextual_permission in modules/contextual/contextual.module
Implements hook_permission().
CronRunTestCase::testAutomaticCron in modules/system/tests/system.test
Ensure that the automatic cron run feature is working.
CustomLogoTestCase::testCustomLogo in modules/system/tests/system.test
Test the use of a custom logo.
dashboard_admin_settings in modules/dashboard/dashboard.module
Menu callback; Dashboard settings form.
dashboard_block_info in modules/dashboard/dashboard.module
Implements hook_block_info().
dashboard_config_info in modules/dashboard/dashboard.module
Implements hook_config_info().
DashboardContentTypesBlock::form in modules/dashboard/includes/block.node_types.inc
Build the settings form for editing this block.
DashboardContentTypesBlock::getAdminPreview in modules/dashboard/includes/block.node_types.inc
Return a preview for this block.
DashboardContentTypesBlock::getAdminTitle in modules/dashboard/includes/block.node_types.inc
Return an administrative title that will always have a value.
DashboardContentTypesBlock::getContent in modules/dashboard/includes/block.node_types.inc
Return the content of a block.
DashboardContentTypesBlock::getTitle in modules/dashboard/includes/block.node_types.inc
Return the title of a block as configured in the layout.
DashboardCreateBlock::form in modules/dashboard/includes/block.create.inc
Build the settings form for editing this block.
DashboardCreateBlock::getAdminPreview in modules/dashboard/includes/block.create.inc
Return a preview for this block.
DashboardCreateBlock::getAdminTitle in modules/dashboard/includes/block.create.inc
Return an administrative title that will always have a value.
DashboardCreateBlock::getContent in modules/dashboard/includes/block.create.inc
Return the content of a block.
DashboardCreateBlock::getTitle in modules/dashboard/includes/block.create.inc
Return the title of a block as configured in the layout.
dashboard_layout_context_info in modules/dashboard/dashboard.module
Implements hook_layout_context_info().
DashboardLayoutContext::label in modules/dashboard/includes/dashboard_layout_context.inc
Assemble a human-readable label of this object.
DashboardMenuBlock::form in modules/dashboard/includes/block.menus.inc
Build the settings form for editing this block.
DashboardMenuBlock::getAdminPreview in modules/dashboard/includes/block.menus.inc
Return a preview for this block.
DashboardMenuBlock::getAdminTitle in modules/dashboard/includes/block.menus.inc
Return an administrative title that will always have a value.
DashboardMenuBlock::getContent in modules/dashboard/includes/block.menus.inc
Return the content of a block.
DashboardMenuBlock::getTitle in modules/dashboard/includes/block.menus.inc
Return the title of a block as configured in the layout.
DashboardNewsBlock::form in modules/dashboard/includes/block.news.inc
DashboardNewsBlock::getAdminPreview in modules/dashboard/includes/block.news.inc
Return a preview for this block.
DashboardNewsBlock::getAdminTitle in modules/dashboard/includes/block.news.inc
Return an administrative title that will always have a value.
DashboardNewsBlock::getContent in modules/dashboard/includes/block.news.inc
Return the content of a block.
DashboardNewsBlock::getTitle in modules/dashboard/includes/block.news.inc
Return the title of a block as configured in the layout.
DashboardOverviewContentBlock::form in modules/dashboard/includes/block.overview_content.inc
Build the settings form for editing this block.
DashboardOverviewContentBlock::getAdminPreview in modules/dashboard/includes/block.overview_content.inc
Return a preview for this block.
DashboardOverviewContentBlock::getAdminTitle in modules/dashboard/includes/block.overview_content.inc
Return an administrative title that will always have a value.
DashboardOverviewContentBlock::getContent in modules/dashboard/includes/block.overview_content.inc
Return the content of a block.
DashboardOverviewContentBlock::getTitle in modules/dashboard/includes/block.overview_content.inc
Return the title of a block as configured in the layout.
DashboardOverviewUserBlock::form in modules/dashboard/includes/block.overview_user.inc
Build the settings form for editing this block.
DashboardOverviewUserBlock::getAdminPreview in modules/dashboard/includes/block.overview_user.inc
Return a preview for this block.
DashboardOverviewUserBlock::getAdminTitle in modules/dashboard/includes/block.overview_user.inc
Return an administrative title that will always have a value.
DashboardOverviewUserBlock::getContent in modules/dashboard/includes/block.overview_user.inc
Return the content of a block.
DashboardOverviewUserBlock::getTitle in modules/dashboard/includes/block.overview_user.inc
Return the title of a block as configured in the layout.
dashboard_permission in modules/dashboard/dashboard.module
Implements hook_permission().
DashboardTaxonomyBlock::form in modules/dashboard/includes/block.taxonomy.inc
Build the settings form for editing this block.
DashboardTaxonomyBlock::getAdminPreview in modules/dashboard/includes/block.taxonomy.inc
Return a preview for this block.
DashboardTaxonomyBlock::getAdminTitle in modules/dashboard/includes/block.taxonomy.inc
Return an administrative title that will always have a value.
DashboardTaxonomyBlock::getContent in modules/dashboard/includes/block.taxonomy.inc
Return the content of a block.
DashboardTaxonomyBlock::getTitle in modules/dashboard/includes/block.taxonomy.inc
Return the title of a block as configured in the layout.
DashboardTest::testDashboardLayout in modules/dashboard/tests/dashboard.test
Test the dashboard layout.
DashboardUpdateBlock::form in modules/dashboard/includes/block.update.inc
Build the settings form for editing this block.
DashboardUpdateBlock::getAdminPreview in modules/dashboard/includes/block.update.inc
Return a preview for this block.
DashboardUpdateBlock::getAdminTitle in modules/dashboard/includes/block.update.inc
Return an administrative title that will always have a value.
DashboardUpdateBlock::getContent in modules/dashboard/includes/block.update.inc
Return the content of a block.
DashboardUpdateBlock::getTitle in modules/dashboard/includes/block.update.inc
Return the title of a block as configured in the layout.
DashboardWelcomeBlock::getAdminPreview in modules/dashboard/includes/block.welcome.inc
Return a preview for this block.
DashboardWelcomeBlock::getAdminTitle in modules/dashboard/includes/block.welcome.inc
Return an administrative title that will always have a value.
DashboardWelcomeBlock::getContent in modules/dashboard/includes/block.welcome.inc
Return the content of a block.
DashboardWelcomeBlock::getTitle in modules/dashboard/includes/block.welcome.inc
Return the title of a block as configured in the layout.
DatabaseExtraTypesTestCase::testDateField in modules/simpletest/tests/database_test.test
Test the date data type.
DatabaseExtraTypesTestCase::testTimeField in modules/simpletest/tests/database_test.test
Test the time data type.
DatabaseSchema::cloneTable in includes/database/schema.inc
Create an exact duplicate of an existing table, including all content.
DatabaseSchema::createTable in includes/database/schema.inc
Create a new table from a Backdrop table definition.
DatabaseSchema_mysql::addField in drivers/database_mysql/schema.inc
Add a new field to a table.
DatabaseSchema_mysql::addIndex in drivers/database_mysql/schema.inc
Add an index.
DatabaseSchema_mysql::addPrimaryKey in drivers/database_mysql/schema.inc
Add a primary key.
DatabaseSchema_mysql::addUniqueKey in drivers/database_mysql/schema.inc
Add a unique key.
DatabaseSchema_mysql::changeField in drivers/database_mysql/schema.inc
Change a field definition.
DatabaseSchema_mysql::fieldSetDefault in drivers/database_mysql/schema.inc
Set the default value for a field.
DatabaseSchema_mysql::fieldSetNoDefault in drivers/database_mysql/schema.inc
Set a field to have no default value.
DatabaseSchema_mysql::renameTable in drivers/database_mysql/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.
DatabaseSelectTestCase::testNullCondition in modules/simpletest/tests/database_test.test
Test that a comparison with NULL is always FALSE.
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.
DatabaseUpdateTestCase::testPrimaryKeyUpdate in modules/simpletest/tests/database_test.test
Confirm that we can update the primary key of a record successfully.
date_ampm in includes/date.inc
Constructs an array of AM and PM options.
DateAPITestCase::testDateAPI in modules/date/tests/date_api.test
date_combo_element_process in modules/date/date.elements.inc
Process an individual date element.
date_combo_validate in modules/date/date.elements.inc
Validate and update a combo element.
date_config_info in modules/date/date.module
Implements hook_config_info().
date_default_formatter_settings_form in modules/date/date.admin.inc
Settings for the default formatter.
date_default_formatter_settings_summary in modules/date/date.admin.inc
Settings summary for the default formatter.
DateFieldBasic::deleteDateField in modules/date/tests/date_field.test
Remove a Date field though the UI.
DateFieldBasic::setUp in modules/date/tests/date_field.test
Sets up a Backdrop site for running functional and integration tests.
date_field_formatter_info in modules/date/date.field.inc
Implements hook_field_formatter_info().
date_field_formatter_view in modules/date/date.field.inc
Implements hook_field_formatter_view().
date_field_info in modules/date/date.field.inc
Implements hook_field_info().
_date_field_instance_settings_form in modules/date/date.admin.inc
Helper function for date_field_instance_settings_form().
date_field_instance_settings_form_validate in modules/date/date.admin.inc
Form validation handler for _date_field_instance_settings_form().
_date_field_settings_form in modules/date/date.admin.inc
Helper function for date_field_settings_form().
date_field_settings_validate in modules/date/date.admin.inc
Form validation handler for _date_field_settings_form().
DateFieldTestCase::dateForm in modules/date/tests/date_field.test
Tests that date field functions properly on the node form.
date_field_validate in modules/date/date.field.inc
Implements hook_field_validate().
date_field_views_data_alter in modules/date/date.module
Implements hook_field_views_data_alter().
date_field_widget_info in modules/date/date.field.inc
Implements hook_field_widget_info().
_date_field_widget_settings_form in modules/date/date.admin.inc
Helper function for date_field_widget_settings_form().
date_field_widget_settings_form_validate in modules/date/date.admin.inc
Form validation handler for _date_field_widget_settings_form().
date_format_date in includes/date.inc
Formats a date, using a date type or a custom date format string.
date_format_interval in includes/date.inc
Formats a time interval with granularity, including past and future context.
date_form_field_ui_field_edit_form_alter in modules/date/date.module
Implements hook_form_FORM_ID_alter() for field_ui_field_edit_form().
date_granularity_names in includes/date.inc
Constructs an array of granularity options and their labels.
date_interval_formatter_settings_form in modules/date/date.admin.inc
Settings for the interval formatter.
date_interval_formatter_settings_summary in modules/date/date.admin.inc
Settings summary for the interval formatter.
date_month_names in includes/date.inc
Returns a translated array of month names.
date_month_names_abbr in includes/date.inc
Constructs a translated array of month name abbreviations.
date_parts_element in modules/date/date.elements.inc
Creates form elements for one or more date parts.
_date_popup_process_date_part in modules/date/date.elements.inc
Process the date portion of the element.
_date_popup_process_time_part in modules/date/date.elements.inc
Process the time portion of the element.
date_popup_validate in modules/date/date.elements.inc
Massage the input values back into a single date.
date_select_validate in modules/date/date.elements.inc
Validation function for date selector.
date_sql_handler::date_parts in modules/date/views/date_sql_handler.inc
An array of all date parts, optionally limited to an array of allowed parts.
date_sql_handler::granularity_form in modules/date/views/date_sql_handler.inc
@todo.
date_text_element_process in modules/date/date.elements.inc
Text date input form.
date_text_validate in modules/date/date.elements.inc
Validation for text input.
DateTimeFunctionalTest::testDateFormatConfiguration in modules/system/tests/system.test
Test date format configuration.
date_timezone_element_process in modules/date/date.elements.inc
Creates a timezone form element.
date_timezone_handling_options in modules/date/date.admin.inc
Timezone handling options.
date_timezone_names in includes/date.inc
Returns a translated array of timezone names.
DateTimezoneTestCase::dateForm in modules/date/tests/date_timezone.test
Utility function to validate the node form displays date fields correctly.
DateTimezoneTestCase::dateMultiValueForm in modules/date/tests/date_timezone.test
Tests the submission of a date field's widget form when using unlimited cardinality
date_token_info in modules/date/date.tokens.inc
Implements hook_token_info().
DateUITestCase::dateForm in modules/date/tests/date.test
DateUITestCase::testFieldUI in modules/date/tests/date.test
date_validate in includes/form.inc
Validates the date type to prevent invalid dates (e.g., February 30, 2006).
DateValidationTestCase::checkGranularity in modules/date/tests/date_validation.test
Confirms that fields missing the time granularity are accepted.
DateValidationTestCase::malFormedDate in modules/date/tests/date_validation.test
Attempt to create a node with a malformed date and ensure it fails.
date_views_argument_handler::options_form in modules/date/views/date_views_argument_handler.inc
Add a form element to select date_fields for this argument.
date_views_argument_handler::options_validate in modules/date/views/date_views_argument_handler.inc
Validate the options form.
date_views_argument_handler_simple::options_form in modules/date/views/date_views_argument_handler_simple.inc
Add a form element to select date_fields for this argument.
date_views_argument_handler_simple::options_validate in modules/date/views/date_views_argument_handler_simple.inc
Validate the options form.
date_views_data in modules/date/views/date.views.inc
Implements hook_views_data().
date_views_filter_handler::admin_summary in modules/date/views/date_views_filter_handler.inc
Display the filter on the administrative summary
date_views_filter_handler::extra_options_form in modules/date/views/date_views_filter_handler.inc
Provide a form for setting options.
date_views_filter_handler::extra_options_validate in modules/date/views/date_views_filter_handler.inc
Validate the options form.
date_views_filter_handler_simple::admin_summary in modules/date/views/date_views_filter_handler_simple.inc
Display the filter on the administrative summary
date_views_filter_handler_simple::date_parts_form in modules/date/views/date_views_filter_handler_simple.inc
A form element to select date part values.
date_views_filter_handler_simple::date_select_validate in modules/date/views/date_views_filter_handler_simple.inc
Validation hook for exposed filters that use the select widget.
date_views_filter_handler_simple::extra_options_form in modules/date/views/date_views_filter_handler_simple.inc
Provide a form for setting options.
date_views_filter_handler_simple::extra_options_validate in modules/date/views/date_views_filter_handler_simple.inc
Validate the options form.
date_views_filter_handler_simple::operators in modules/date/views/date_views_filter_handler_simple.inc
date_views_filter_handler_simple::value_validate in modules/date/views/date_views_filter_handler_simple.inc
Value validation.
date_views_filter_handler_simple::widget_options in modules/date/views/date_views_filter_handler_simple.inc
Date selection options.
date-views-pager.tpl.php in modules/date/templates/date-views-pager.tpl.php
Template to display the Views date pager.
date_views_plugin_pager::options_form in modules/date/views/date_views_plugin_pager.inc
Provide the form for setting options.
date_views_plugin_pager::summary_title in modules/date/views/date_views_plugin_pager.inc
Tell Views what this pager's setting is.
date_views_plugins in modules/date/views/date.views.inc
Implements hook_views_plugins().
date_views_settings in modules/date/date.module
Form callback for date views pager title format settings.
date_week_days in includes/date.inc
Returns a translated array of week names.
date_week_days_abbr in includes/date.inc
Constructs a translated array of week day abbreviations.
date_year_range_element_process in modules/date/date.elements.inc
Process callback which creates a date_year_range form element.
date_year_range_validate in modules/date/date.elements.inc
Element validation function for the date_year_range form element.
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_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_filters in modules/dblog/dblog.admin.inc
Creates a list of database log administration filters that can be applied.
dblog_format_message in modules/dblog/dblog.admin.inc
Returns HTML for a log message.
dblog_form_system_logging_settings_alter in modules/dblog/dblog.module
Implements hook_form_FORM_ID_alter() for system_logging_settings().
dblog_overview in modules/dblog/dblog.admin.inc
Page callback: Displays a listing of database log messages.
DBLogTestCase::doNode in modules/dblog/tests/dblog.test
Generates and then verifies some node events.
DBLogTestCase::doUser in modules/dblog/tests/dblog.test
Generates and then verifies some user events.
DBLogTestCase::testDBLogAddAndClear in modules/dblog/tests/dblog.test
Tests the addition and clearing of log events through the admin interface.
DBLogTestCase::testFilter in modules/dblog/tests/dblog.test
Tests the database log filter functionality at admin/reports/dblog.
DBLogTestCase::verifyDateFormat in modules/dblog/tests/dblog.test
Verifies setting of the database log date format.
DBLogTestCase::verifyReports in modules/dblog/tests/dblog.test
Confirms that database log reports are displayed at the correct paths.
DBLogTestCase::verifyRowLimit in modules/dblog/tests/dblog.test
Verifies setting of the database log row limit.
dblog_top in modules/dblog/dblog.admin.inc
Page callback: Shows the most frequent log messages of a given event type.
element_children in includes/common.inc
Identifies the children of an element array, optionally sorted by weight.
element_validate_integer in includes/drupal.inc
This function has been removed with the inclusion of support for HTML5 number elements. See https://api.backdropcms.org/node/43955
element_validate_integer_positive in includes/drupal.inc
This function has been removed with the inclusion of support for HTML5 number elements. See https://api.backdropcms.org/node/43955
element_validate_number in includes/drupal.inc
This function has been removed with the inclusion of support for HTML5 number elements. See https://api.backdropcms.org/node/43955
email_field_formatter_info in modules/email/email.module
Implements hook_field_formatter_info().
email_field_info in modules/email/email.module
Implements hook_field_info().
EmailFieldTestCase::testEmailField in modules/email/tests/email.test
Tests e-mail field.
email_field_validate in modules/email/email.module
Implements hook_field_validate().
email_field_widget_info in modules/email/email.module
Implements hook_field_widget_info().
email_field_widget_settings_form in modules/email/email.module
Implements hook_field_widget_settings_form().
EnableDisableTestCase::assertSuccessfulDisableAndUninstall in modules/system/tests/system.test
Disables and uninstalls a module and asserts that it was done correctly.
EnableDisableTestCase::testEnableDisable in modules/system/tests/system.test
Test that all core modules can be enabled, disabled and uninstalled.
EntityBundleLayoutAccess::form in modules/layout/plugins/access/entity_bundle_layout_access.inc
Settings form for configuring this access item.
EntityBundleLayoutAccess::summary in modules/layout/plugins/access/entity_bundle_layout_access.inc
Provides a human-readable summary of this access check's behavior.
entity_config_info in modules/entity/entity.module
Implements hook_config_info().
EntityDatabaseStorageController::create in modules/entity/entity.controller.inc
Implements EntityStorageControllerInterface::create().
entity_extract_ids in modules/entity/entity.module
Extracts ID, revision ID, and bundle name from an entity.
EntityFieldQuery::addFieldCondition in modules/entity/entity.query.inc
Adds the given condition to the proper condition array.
EntityFieldQuery::fieldOrderBy in modules/entity/entity.query.inc
Orders the result set by a given field column.
EntityFieldQuery::propertyQuery in modules/entity/entity.query.inc
Queries entity tables in SQL for property conditions and sorts.
EntityFieldQuery::queryCallback in modules/entity/entity.query.inc
Determines the query callback to use for this entity query.
EntityFieldQueryTestCase::testEntityFieldQuery in modules/entity/tests/entity_query.test
Tests EntityFieldQuery.
EntityFieldQueryTestCase::testEntityFieldQueryDisablePager in modules/entity/tests/entity_query.test
Tests the disabling the pager in EntityFieldQuery.
EntityFieldQueryTestCase::testEntityFieldQueryRouting in modules/entity/tests/entity_query.test
Tests the routing feature of EntityFieldQuery.
entity_get_info in modules/entity/entity.module
Gets the entity info array of an entity type.
EntityIDLayoutAccess::form in modules/layout/plugins/access/entity_id_layout_access.inc
Settings form for configuring this access item.
EntityIDLayoutAccess::summary in modules/layout/plugins/access/entity_id_layout_access.inc
Provides a human-readable summary of this access check's behavior.
EntityLayoutContext::form in modules/layout/plugins/context/entity_layout_context_handler.inc
Settings form for configuring this context item.
EntityLayoutContext::formValidate in modules/layout/plugins/context/entity_layout_context_handler.inc
Validate handler for the settings form for this context item.
EntityLayoutContext::getAdminSummary in modules/layout/plugins/context/entity_layout_context_handler.inc
Return a summary for this context.
EntityLayoutContext::label in modules/layout/plugins/context/entity_layout_context_handler.inc
Assemble a human-readable label of this object.
entity_query_access_test_sample_query in modules/entity/tests/entity_query_access_test/entity_query_access_test.module
Returns the results from an example EntityFieldQuery.
entity_test_entity_info in modules/entity/tests/entity_test/entity_test.module
Implements hook_entity_info().
entity_token_info_alter in modules/entity/entity.tokens.inc
Implements hook_token_info_alter().
FieldBlock::form in modules/field/field.block.inc
Builds the block's configuration form.
FieldBlock::getAdminPreview in modules/field/field.block.inc
Sets description text on draggable block in Layout builder.
FieldBlock::getAdminTitle in modules/field/field.block.inc
Sets title text on draggable block panel in Layout builder.
FieldBlock::getTitle in modules/field/field.block.inc
Sets block subject on block view.
field_block_info in modules/field/field.module
Implements hook_block_info().
FieldBlockTestCase::testFieldBlock in modules/field/tests/field.test
Check special conditions around the main content block.
field_config_create_validate in modules/field/field.module
Implements hook_config_create_validate().
field_config_delete_validate in modules/field/field.module
Implements hook_config_delete_validate().
field_config_info in modules/field/field.module
Implements hook_config_info().
field_config_update_validate in modules/field/field.module
Implements hook_config_create_update().
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.
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
field_default_validate in modules/field/field.default.inc
Generic field validation handler.
field_entity_view_mode_update in modules/field/field.module
Implements hook_entity_view_mode_update().
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.
field_get_block_list in modules/field/field.module
Helper function to build a list of fields that have been made available as a block.
FieldInstanceCrudTestCase::testCreateFieldInstance in modules/field/tests/field.test
Test the creation of a field instance.
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 configuration.
field_sql_storage_field_storage_info in modules/field/modules/field_sql_storage/field_sql_storage.module
Implements hook_field_storage_info().
FieldSqlStorageTestCase::testFieldUpdateFailure in modules/field/modules/field_sql_storage/tests/field_sql_storage.test
Test that failure to create fields is handled gracefully.
FieldSqlStorageTestCase::testUpdateFieldSchemaWithData in modules/field/modules/field_sql_storage/tests/field_sql_storage.test
Test trying to update a field with data.
field_system_info_alter in modules/field/field.module
Implements hook_system_info_alter().
field_test_entity_add in modules/field/tests/field_test/field_test.entity.inc
Menu callback: displays the 'Add new test_entity' form.
field_test_entity_edit in modules/field/tests/field_test/field_test.entity.inc
Menu callback: displays the 'Edit exiisting test_entity' form.
field_test_entity_form in modules/field/tests/field_test/field_test.entity.inc
Test_entity form.
field_test_entity_form_submit in modules/field/tests/field_test/field_test.entity.inc
Submit handler for field_test_entity_form().
field_test_entity_info in modules/field/tests/field_test/field_test.entity.inc
Implements hook_entity_info().
field_test_entity_nested_form in modules/field/tests/field_test/field_test.entity.inc
Form combining two separate entities.
field_test_entity_nested_form_submit in modules/field/tests/field_test/field_test.entity.inc
Submit handler for field_test_entity_nested_form().
field_test_field_formatter_info in modules/field/tests/field_test/field_test.field.inc
Implements hook_field_formatter_info().
field_test_field_formatter_settings_form in modules/field/tests/field_test/field_test.field.inc
Implements hook_field_formatter_settings_form().
field_test_field_formatter_settings_form_alter in modules/field/tests/field_test/field_test.module
Implements hook_field_formatter_settings_form_alter().
field_test_field_formatter_settings_summary in modules/field/tests/field_test/field_test.field.inc
Implements hook_field_formatter_settings_summary().
field_test_field_formatter_settings_summary_alter in modules/field/tests/field_test/field_test.module
Implements hook_field_formatter_settings_summary_alter().
field_test_field_info in modules/field/tests/field_test/field_test.field.inc
Implements hook_field_info().
field_test_field_instance_settings_form in modules/field/tests/field_test/field_test.field.inc
Implements hook_field_instance_settings_form().
field_test_field_settings_form in modules/field/tests/field_test/field_test.field.inc
Implements hook_field_settings_form().
field_test_field_storage_info in modules/field/tests/field_test/field_test.storage.inc
Implements hook_field_storage_info().
field_test_field_validate in modules/field/tests/field_test/field_test.field.inc
Implements hook_field_validate().
field_test_field_widget_info in modules/field/tests/field_test/field_test.field.inc
Implements hook_field_widget_info().
field_test_field_widget_settings_form in modules/field/tests/field_test/field_test.field.inc
Implements hook_field_widget_settings_form().
field_test_menu in modules/field/tests/field_test/field_test.module
Implements hook_menu().
field_test_permission in modules/field/tests/field_test/field_test.module
Implements hook_permission().
_field_token_info in modules/field/field.tokens.inc
Fetch an array of field data used for tokens.
FieldTokenTestCase::testFieldToken in modules/field/tests/field.test
Test fields in token display mode.
FieldTranslationsTestCase::testFieldFormTranslationRevisions in modules/field/tests/field.test
Tests field translations when creating a new revision.
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_form in modules/field_ui/field_ui.admin.inc
Form constructor for the field display settings for a given display mode.
field_ui_display_form_submit in modules/field_ui/field_ui.admin.inc
Form submission handler for field_ui_display_form().
field_ui_display_overview in modules/field_ui/field_ui.admin.inc
Form constructor for the field display settings for a given display mode.
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_edit_form_validate in modules/field_ui/field_ui.admin.inc
Form validation 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_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().
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_fields_list in modules/field_ui/field_ui.admin.inc
Page callback: Lists all defined fields for quick reference.
field_ui_form_node_type_form_alter in modules/field_ui/field_ui.module
Implements hook_form_FORM_ID_alter().
field_ui_inactive_message in modules/field_ui/field_ui.admin.inc
Displays a message listing the inactive fields of a given bundle.
FieldUIManageDisplayTestCase::assertNodeViewTextHelper in modules/field_ui/tests/field_ui.test
Asserts that a string is (not) found in the rendered nodein a display mode.
FieldUIManageDisplayTestCase::testFormatterUI in modules/field_ui/tests/field_ui.test
Tests formatter settings.
FieldUIManageDisplayTestCase::testViewModeCustom in modules/field_ui/tests/field_ui.test
Tests switching display modes to use custom or 'default' settings'.
field_ui_manage_display_title in modules/field_ui/field_ui.admin.inc
Title callback: Gets the display mode name.
FieldUIManageFieldsTestCase::addExistingField in modules/field_ui/tests/field_ui.test
Tests adding an existing field in another content type.
FieldUIManageFieldsTestCase::manageFieldsPage in modules/field_ui/tests/field_ui.test
Tests the manage fields page.
FieldUIManageFieldsTestCase::testCardinalitySettings in modules/field_ui/tests/field_ui.test
Tests the cardinality settings of a field.
FieldUIManageFieldsTestCase::testDefaultValue in modules/field_ui/tests/field_ui.test
Tests that default value is correctly validated and saved.
FieldUIManageFieldsTestCase::testDuplicateFieldName in modules/field_ui/tests/field_ui.test
Tests that a duplicate field name is caught by validation.
FieldUIManageFieldsTestCase::testExternalDestinations in modules/field_ui/tests/field_ui.test
Tests that external URLs in the 'destinations' query parameter are blocked.
FieldUIManageFieldsTestCase::testHiddenFields in modules/field_ui/tests/field_ui.test
Tests that Field UI respects the 'no_ui' option in hook_field_info().
FieldUIManageFieldsTestCase::testRenameBundle in modules/field_ui/tests/field_ui.test
Tests renaming a bundle.
FieldUIManageFieldsTestCase::updateField in modules/field_ui/tests/field_ui.test
Tests editing an existing field.
field_ui_permission in modules/field_ui/field_ui.module
Implements hook_permission().
FieldUITestCase::fieldUIAddExistingField in modules/field_ui/tests/field_ui.test
Adds an existing field through the Field UI.
FieldUITestCase::fieldUIAddNewField in modules/field_ui/tests/field_ui.test
Creates a new field through the Field UI.
FieldUITestCase::fieldUIDeleteField in modules/field_ui/tests/field_ui.test
Deletes a field instance through the Field UI.
field_ui_view_mode_delete_form in modules/field_ui/field_ui.admin.inc
Form builder: Delete a display mode.
field_ui_view_mode_delete_form_submit in modules/field_ui/field_ui.admin.inc
Submit handler for field_ui_view_mode_delete_form().
field_ui_view_mode_enable in modules/field_ui/field_ui.admin.inc
Menu callback: Enables the manage displays UI for a display mode.
field_ui_view_mode_form in modules/field_ui/field_ui.admin.inc
Form builder: Add or edit a display mode name.
field_ui_view_mode_form_submit in modules/field_ui/field_ui.admin.inc
Submit handler for field_ui_view_mode_form().
FieldUIViewModeFunctionalTest::testInfoHooks in modules/field_ui/tests/field_ui.test
Test the new entity display mode hooks.
field_ui_view_mode_reset_form in modules/field_ui/field_ui.admin.inc
Confirm form: Resets a display mode to using the default display.
field_ui_view_mode_reset_form_submit in modules/field_ui/field_ui.admin.inc
Submit handler for field_ui_view_mode_reset_form().
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_1003 in modules/field/field.install
Uninstall the options_element contrib module, now part of core.
field_update_1004 in modules/field/field.install
Uninstall the field_formatter_settings contrib module, now part of core.
field_update_instance in modules/field/field.crud.inc
Updates an instance of a field.
field_validate_field in modules/field/field.crud.inc
Validates a field configuration.
field_validate_instance in modules/field/field.crud.inc
Validates a field instance.
FieldValidationException::__construct in modules/field/field.exceptions.inc
Constructor for FieldValidationException.
field_views_field_default_views_data in modules/field/views/field.views.inc
Default views data implementation for a field.
FieldViewsTestHelper::CreateUser in modules/field/tests/field_views.test
FileAccessTestCase::assertFileAccess in modules/file/tests/file.test
Asserts file_access correctly grants or denies access.
file_action_info in modules/file/file.module
Implements hook_action_info().
file_add_form in modules/file/file.pages.inc
Form callback for adding a file via an upload form.
file_add_form_submit in modules/file/file.pages.inc
Submit handler for the add file form.
file_add_form_validate in modules/file/file.pages.inc
Validation handler for file_add_form().
file_add_upload_step_fields in modules/file/file.pages.inc
Generate form fields for the fourth step in the add file wizard.
file_add_upload_step_filetype in modules/file/file.pages.inc
Generate form fields for the second step in the add file wizard.
file_add_upload_step_scheme in modules/file/file.pages.inc
Generate form fields for the third step in the add file wizard.
file_ajax_progress in modules/file/file.module
Ajax callback: Retrieves upload progress.
file_ajax_upload in modules/file/file.module
Ajax callback: Processes file uploads and deletions.
file_config_info in modules/file/file.module
Implements hook_config_info().
file_copy in includes/file.inc
Copies a file to a new location and adds a file record to the database.
file_delete_form in modules/file/file.pages.inc
Page callback: Form constructor for the file deletion confirmation form.
file_delete_form_submit in modules/file/file.pages.inc
Form submission handler for file_delete_form().
file_display_form in modules/file/file.admin.inc
Form callback; presents file display settings for a given view mode.
file_display_form_submit in modules/file/file.admin.inc
Process file display settings form submissions.
FileEditTestCase::testFileEdit in modules/file/tests/file.test
Check file edit functionality.
file_entity_access in modules/file/file.module
Deprecated wrapper function. Determines if a user may perform the given operation on the specified file.
file_entity_info in modules/file/file.module
Implements hook_entity_info().
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.
file_field_extra_fields in modules/file/file.module
Implements hook_field_extra_fields().
file_field_formatter_info in modules/file/file.field.inc
Implements hook_field_formatter_info().
file_field_formatter_settings_form in modules/file/file.field.inc
Implements hook_field_formatter_settings_form().
file_field_formatter_settings_summary in modules/file/file.field.inc
Implements hook_field_formatter_settings_summary().
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().
FileFieldRevisionTestCase::testRevisions in modules/file/tests/file.test
Tests creating multiple revisions of a node and managing attached files.
file_field_settings_form in modules/file/file.field.inc
Implements hook_field_settings_form().
_file_fields_update in modules/file/file.file.inc
Update an entity's field values without changing anything on the entity.
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.
file_field_views_data in modules/file/views/file.views.inc
Implements hook_field_views_data().
file_field_views_data_views_data_alter in modules/file/views/file.views.inc
Implements hook_field_views_data_views_data_alter().
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
Render API callback: Processes a file_generic field element.
file_field_widget_process_multiple in modules/file/file.field.inc
Render API callback: Processes a group of file_generic field elements.
file_field_widget_settings_form in modules/file/file.field.inc
Implements hook_field_widget_settings_form().
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.
file_file_formatter_file_image_settings in modules/file/file.module
Implements hook_file_formatter_FORMATTER_settings().
file_file_formatter_info in modules/file/file.module
Implements hook_file_formatter_info().
file_file_metadata_info in modules/file/file.file.inc
Implements hook_file_metadata_info().
FileFileTypeClassificationTestCase::testFileTypeClassification in modules/file/tests/file.test
Test that existing files are properly classified by file type.
_file_generic_settings_extensions in modules/file/file.field.inc
Render API callback: Validates the allowed file extensions field.
_file_generic_settings_max_filesize in modules/file/file.field.inc
Render API callback: Validates the maximum uplodad size field.
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.
file_list_permissions in modules/file/file.module
Helper function to generate standard file permission list for a given type.
file_list_types_page in modules/file/file.admin.inc
Displays the file type admin overview page.
file_managed_file_browser_form in modules/file/file.module
Form to submit a file selected in the file browser.
file_managed_file_browser_open in modules/file/file.module
AJAX callback for managed_file elements to open a browser modal dialog.
FileManagedFileElementTestCase::testManagedFile in modules/file/tests/file.test
Tests the managed_file element type.
FileManagedFileElementTestCase::testManagedFileParentsHash in modules/file/tests/file.test
Tests file_ajax_upload() parents_hash.
file_managed_file_process in modules/file/file.module
Render API callback: Expands 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
Render API callback: Validates the managed_file element.
file_manage_form in modules/file/file.pages.inc
Page callback: Form constructor for the file manage form.
file_manage_form_submit in modules/file/file.pages.inc
Form submission handler for the 'Save' button for file_manage_form().
file_manage_form_validate in modules/file/file.pages.inc
Form validation handler for file_manage_form().
file_menu in modules/file/file.module
Implements hook_menu().
file_module_test_form in modules/file/tests/file_module_test/file_module_test.module
Form constructor for testing a 'managed_file' element.
file_module_test_form_submit in modules/file/tests/file_module_test/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_multiple_delete_confirm in modules/file/file.pages.inc
Multiple file deletion confirmation form.
file_munge_filename in includes/file.inc
Modifies a filename as needed for security purposes.
FileNameMungingTest::testMunging in modules/simpletest/tests/file.test
Create a file and munge/unmunge the name.
file_permission in modules/file/file.module
Implements hook_permission().
FilePrivateTestCase::testPrivateFile in modules/file/tests/file.test
Tests file access for file uploaded to a private node.
_file_query_file_access_alter in modules/file/file.module
Helper for file entity access functions.
FileReplaceTestCase::testReplaceFile in modules/file/tests/file.test
@todo Test image dimensions for an image field are reset when a file is replaced. @todo Test image styles are cleared when an image is updated.
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.
FileSaveUploadTest::setUp in modules/simpletest/tests/file.test
Sets up a Backdrop site for running functional and integration tests.
FileSaveUploadTest::testErrors 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.
file_settings_form in modules/file/file.admin.inc
Form callback for file settings.
FileTaxonomyTermTestCase::_testTermFile in modules/file/tests/file.test
Runs tests for attaching a file field to a taxonomy term.
_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.
FileTestHelper::createFile in modules/file/tests/file.test
FileTestHelper::removeNodeFile in modules/file/tests/file.test
Removes a file from a node.
FileTestHelper::replaceNodeFile in modules/file/tests/file.test
Replaces a file within a node.
FileTestHelper::uploadNodeFile in modules/file/tests/file.test
Uploads a file to a node.
file_test_stream_wrappers in modules/simpletest/tests/file_test.module
Implements hook_stream_wrappers().
FileTransfer::getSettingsForm in includes/filetransfer/filetransfer.inc
Returns a form to collect connection settings credentials.
file_type_delete_confirm in modules/file/file.admin.inc
Menu callback; delete a single file type.
file_type_delete_confirm_submit in modules/file/file.admin.inc
Process file type delete confirm submissions.
file_type_form in modules/file/file.admin.inc
Form constructor for the file type settings form.
file_type_form_submit in modules/file/file.admin.inc
Form submission handler for file_type_form().
file_type_form_validate in modules/file/file.admin.inc
Form validation handler for file_file_type_form().
file_type_revert_confirm in modules/file/file.admin.inc
Menu callback; revert a single file type.
file_type_revert_confirm_submit in modules/file/file.admin.inc
Process file type revert confirm submissions.
file_type_status_confirm_submit in modules/file/file.admin.inc
Process file type status confirm submissions.
FileTypeTestCase::clickFileTypeOperationLink in modules/file/tests/file.test
Click a link to perform an operation on a view.
FileTypeTestCase::testTypesCrudUi in modules/file/tests/file.test
Test file types CRUD UI.
file_type_toggle_enable in modules/file/file.admin.inc
Menu callback; disable or enable a single file type.
file_unmanaged_prepare in includes/file.inc
Internal function that prepares the destination for a file_unmanaged_copy or file_unmanaged_move operation.
file_unmanaged_save_data in includes/file.inc
Saves a file to the specified destination without invoking file API.
file_update_1003 in modules/file/file.install
Add a type column to the file_managed table, and add a file_metadata table.
FileUploadTransliterationTest::testTransliteration in modules/simpletest/tests/file.test
FileUploadWizardTestCase::testFileUploadWizardBasic in modules/file/tests/file.test
Test the basic file upload wizard functionality.
FileUploadWizardTestCase::testFileUploadWizardFields in modules/file/tests/file.test
Test the file upload wizard field step.
FileUploadWizardTestCase::testFileUploadWizardSchemes in modules/file/tests/file.test
Test the file upload wizard scheme step.
FileUploadWizardTestCase::testFileUploadWizardStepSkipping in modules/file/tests/file.test
Test skipping each of the file upload wizard steps.
FileUploadWizardTestCase::testFileUploadWizardTypes in modules/file/tests/file.test
Test the file upload wizard type step.
file_usage_page in modules/file/file.pages.inc
Page callback to show file usage information.
FileUsageTestCase::testFileUsagePage in modules/file/tests/file.test
Create a file and verify its usage information.
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_orientation in includes/file.inc
Check for EXIF orientation data and rotate file if needed.
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 can be stored in the database.
file_validate_size in includes/file.inc
Checks that the file's size is below certain limits.
file_view_mode_labels in modules/file/file.module
Return an array of available view modes for file entities.
file_views_data in modules/file/views/file.views.inc
Implements hook_field_views_data().
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_enable in modules/filter/filter.admin.inc
Page callback: Enable a text format.
filter_admin_format_filter_settings_form in modules/filter/filter.admin.inc
Returns the configuration form for an individual configurable filter.
filter_admin_format_filter_settings_form_ajax in modules/filter/filter.admin.inc
Ajax handler: Opens the dialog to configure a text format filter.
filter_admin_format_filter_settings_form_redirect_validate in modules/filter/filter.admin.inc
Validation for filter "Configure" buttons in filter_admin_format_form().
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_admin_set_message in modules/filter/filter.admin.inc
Sets a page message for changed filter tempstore values.
FilterAdminTestCase::clickTextFormatOperationLink in modules/filter/tests/filter.test
Click a link to perform an operation on a text format.
FilterAdminTestCase::testFilterAdmin in modules/filter/tests/filter.test
Tests filter administration functionality.
FilterAdminTestCase::testFormatAdmin in modules/filter/tests/filter.test
Tests the format administration functionality.
FilterAdminTestCase::testUrlFilterAdmin in modules/filter/tests/filter.test
Tests the URL filter settings form is properly validated.
_filter_autop_tips in modules/filter/filter.module
Implements callback_filter_tips().
filter_config_data_validate in modules/filter/filter.module
Implements hook_config_data_validate().
filter_config_info in modules/filter/filter.module
Implements hook_config_info().
FilterDefaultFormatTestCase::testDefaultTextFormats in modules/filter/tests/filter.test
Tests if the default text format is accessible to users.
filter_editor_file_upload_settings_form in modules/filter/filter.admin.inc
Subform constructor to configure the text editor's file upload settings.
filter_editor_image_upload_settings_form in modules/filter/filter.admin.inc
Subform constructor to configure the text editor's image upload settings.
FilterEditorLinkValidateTestCase::testEditorLinkValidate in modules/filter/tests/filter_dialog.test
Check function _filter_format_editor_link_url_validate().
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.
FilterFormatAccessTestCase::setUp in modules/filter/tests/filter.test
Sets up a Backdrop site for running functional and integration tests.
FilterFormatAccessTestCase::testFormatWidgetPermissions in modules/filter/tests/filter.test
Tests editing a page using a disallowed text format.
filter_format_editor_image_form in modules/filter/filter.pages.inc
Form callback: Display a form for inserting/editing an image.
filter_format_editor_link_form in modules/filter/filter.pages.inc
Form callback: Display a form for inserting/editing a link or uploading a file.
_filter_format_editor_link_url_validate in modules/filter/filter.pages.inc
Element validation function.
FilterHooksTestCase::testFilterHooks in modules/filter/tests/filter.test
Tests hooks on format management.
_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_image_library_ajax in modules/filter/filter.pages.inc
Render the image library.
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.
FilterResetTestCase::testFilterReset in modules/system/tests/system.test
Test that the search and reset functionality on the modules page works.
FilterSecurityTestCase::testDisableFilterModule in modules/filter/tests/filter.test
Tests removal of filtered content when an active filter is disabled.
_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.
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.
FormEmailTestCase::testFormEmail in modules/simpletest/tests/form.test
Tests that #type 'email' fields are properly validated.
FormH5datetimeTestCase::testFormH5datetime in modules/simpletest/tests/form.test
Tests for #type 'html_date', 'html_time' and 'html_datetime' validation.
form_label_test_form in modules/simpletest/tests/form_test.module
A form for testing form labels and required marks.
_form_options_expand in modules/field/modules/options/options.element.inc
Logic function for form_options_expand(). Do not call directly.
_form_options_validate in modules/field/modules/options/options.element.inc
Logic function for form_options_validate(). Do not call directly.
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.
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::testCheckboxProcessing in modules/simpletest/tests/form.test
Test default value handling for checkboxes.
FormsTestCase::testColorValidation in modules/simpletest/tests/form.test
Tests validation of #type 'color' elements.
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.
_form_test_checkbox in modules/simpletest/tests/form_test.module
Build a form to test a checkbox.
form_test_clicked_button_validate in modules/simpletest/tests/form_test.module
Form validation handler for the form_test_clicked_button() form.
_form_test_disabled_elements in modules/simpletest/tests/form_test.module
Build a form to test disabled elements.
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_input_forgery in modules/simpletest/tests/form_test.module
Build a form to test input forgery of enabled elements.
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_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_validate_form_validate in modules/simpletest/tests/form_test.module
Form validation handler for form_test_validate_form().
_form_test_vertical_tabs_form in modules/simpletest/tests/form_test.module
Tests functionality of vertical tabs.
FormUrlTestCase::testFormUrl in modules/simpletest/tests/form.test
Tests that #type 'url' fields are properly validated and trimmed.
form_validate_color in includes/form.inc
Form element validation handler for #type 'color'.
form_validate_email in includes/form.inc
Form element validation handler for #type 'email'.
form_validate_machine_name in includes/form.inc
Form element validation handler for machine_name elements.
form_validate_number in includes/form.inc
Form element validation handler for #type 'number'.
form_validate_url in includes/form.inc
Form element validation handler for #type 'url'.
FormValidationTestCase::testMultiFormSameNameErrorClass in modules/simpletest/tests/form.test
Tests error border of multiple fields with same name in a page.
FormValidationTestCase::testValidate in modules/simpletest/tests/form.test
Tests form alterations by #element_validate, #validate, and form_set_value().
FormValidationTestCase::testValidateLimitErrors in modules/simpletest/tests/form.test
Tests partial form validation through #limit_validation_errors.
FrontLayoutAccess::form in modules/layout/plugins/access/front_layout_access.inc
Settings form for configuring this access item.
FrontLayoutAccess::summary in modules/layout/plugins/access/front_layout_access.inc
Provides a human-readable summary of this access check's behavior.
FrontPageTestCase::testBackdropIsFrontPage in modules/system/tests/system.test
Test home page functionality.
header.tpl.php in modules/system/templates/header.tpl.php
Display generic site information such as logo, site name, etc.
header.tpl.php in themes/basis/templates/header.tpl.php
Display generic site information such as logo, site name, etc.
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_admin_bar_cache_info in modules/admin_bar/admin_bar.api.php
Inform about additional module-specific caches that can be cleared.
hook_admin_bar_output_build in modules/admin_bar/admin_bar.api.php
Add to the administration bar content before it is rendered.
hook_block_configure in modules/layout/layout.api.php
Define a configuration form for a block.
hook_block_info in modules/layout/layout.api.php
Defines to Backdrop what blocks are provided by your module.
hook_block_info_alter in modules/layout/layout.api.php
Modify block definitions after loading form code.
hook_block_view in modules/layout/layout.api.php
Return a rendered or renderable view of a block.
hook_block_view_MODULE_DELTA_alter in modules/layout/layout.api.php
Perform alterations to a specific block.
HookBootExitTestCase::testHookBootExit in modules/simpletest/tests/bootstrap.test
Test calling of hook_boot() and hook_exit().
hook_ckeditor_plugins in modules/ckeditor/ckeditor.api.php
Provides a list of CKEditor plugins.
hook_ckeditor_settings_alter in modules/ckeditor/ckeditor.api.php
Modify the raw CKEditor settings passed to the editor.
hook_comment_delete in modules/comment/comment.api.php
Respond to comment deletion.
hook_comment_publish in modules/comment/comment.api.php
Respond to a comment being published by a moderator.
hook_comment_unpublish in modules/comment/comment.api.php
Respond to a comment being unpublished by a moderator.
hook_config_create_validate in modules/config/config.api.php
Validate a new configuration before saving it.
hook_config_data_validate in modules/config/config.api.php
Validate a configuration before saving it.
hook_config_delete_validate in modules/config/config.api.php
Validate configuration deletions before deleting them.
hook_config_info in modules/config/config.api.php
Provides a list of configuration prefixes for describing configuration files.
hook_config_update_validate in modules/config/config.api.php
Validate configuration changes before saving them.
hook_date_combo_process_alter in modules/date/date.api.php
Alter the date_combo element after the Date module is finished with it.
hook_date_field_formatter_settings_form_alter in modules/date/date.api.php
Alter a date field formatter settings form.
hook_date_field_formatter_settings_summary_alter in modules/date/date.api.php
Alter a date field formatter settings summary.
hook_date_field_instance_settings_form_alter in modules/date/date.api.php
Alter a date field instance settings form.
hook_date_field_settings_form_alter in modules/date/date.api.php
Alter a date field settings form.
hook_date_field_widget_settings_form_alter in modules/date/date.api.php
Alter a date field widget settings form.
hook_editor_EDITOR_settings in modules/filter/filter.api.php
Settings callback for hook_editor_info().
hook_editor_info in modules/filter/filter.api.php
Define text editors, such as WYSIWYGs or toolbars to assist with text input.
hook_editor_info_alter in modules/filter/filter.api.php
Perform alterations on editor definitions.
hook_entity_info in modules/entity/entity.api.php
Inform the base system and the Field API about one or more entity types.
hook_entity_view_mode_info in modules/entity/entity.api.php
Describe the display modes for 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_attach_view_alter in modules/field/field.api.php
Perform alterations on field_attach_view() or field_view_field().
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_file_copy in modules/system/system.api.php
Respond to a file that has been copied.
hook_file_formatter_FORMATTER_settings in modules/file/file.api.php
Define formatter settings.
hook_file_formatter_info in modules/file/file.api.php
Define file formatters.
hook_file_move in modules/system/system.api.php
Respond to a file that has been moved.
hook_file_operations in modules/file/file.api.php
Add mass file operations.
hook_file_ranking in modules/file/file.api.php
Provide additional methods of scoring for core search results for files.
hook_filetransfer_info in modules/system/system.api.php
Register information about FileTransfer classes provided by a module.
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_file_view in modules/file/file.api.php
Add to files as they are viewed.
hook_file_view_alter in modules/file/file.api.php
Alter files as they are viewed.
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_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_layout_context_info in modules/layout/layout.api.php
Provides a list of all "contexts" available to Layout module.
hook_layout_info in modules/layout/layout.api.php
Provides a list of layouts that can be used within the Layout module.
hook_layout_style_info in modules/layout/layout.api.php
Provides information on rendering styles that can be used by layouts.
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_modules_installed in modules/system/system.api.php
Perform necessary actions after modules are installed.
hook_node_delete in modules/node/node.api.php
Respond to node deletion.
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_path_info in modules/path/path.api.php
Provide information about the way your module's aliases will be built.
hook_path_punctuation_chars_alter in modules/path/path.api.php
Alter the list of punctuation characters used by Path module.
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_redirect_operations in modules/redirect/redirect.api.php
Provide additional operations that may be done on redirects.
HookRequirementsTestCase::testHookRequirementsFailure in modules/system/tests/system.test
Assert that a module cannot be installed if it fails hook_requirements().
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_telemetry_info in modules/telemetry/telemetry.api.php
Provides information about data collected by this module.
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_update_N in modules/system/system.api.php
Perform a single update.
hook_updater_info in modules/system/system.api.php
Provide information on Updaters (classes that can update Backdrop).
hook_update_status_alter in modules/update/update.api.php
Alter the information about available updates for projects.
hook_user_cancel_methods_alter in modules/user/user.api.php
Modify account cancellation methods.
hook_user_delete in modules/user/user.api.php
Respond to user deletion.
hook_user_format_name_alter in modules/user/user.api.php
Alter the username that is displayed for a user.
hook_user_login in modules/user/user.api.php
The user just logged in.
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_views_data in modules/views/views.api.php
Describes data tables (or the equivalent) to Views.
hook_views_data_alter in modules/views/views.api.php
Alter table structure.
hook_views_plugins in modules/views/views.api.php
Describes plugins defined by the module.
hook_views_post_execute in modules/views/views.api.php
This hook is called right after the execute process. The query has been executed, but the pre_render() phase has not yet happened for handlers.
hook_views_pre_execute in modules/views/views.api.php
This hook is called right before the execute process. The query is now fully built, but it has not yet been run through db_rewrite_sql.
hook_views_preview_info_alter in modules/views/views.api.php
Alter the information box that (optionally) appears with a view preview, including query and performance statistics.
hook_watchdog in modules/system/system.api.php
Log an event message.
html_date_validate in includes/form.inc
Validate a date string.
html_time_validate in includes/form.inc
Validate a time string.
ImageAdminStylesUnitTest::testDefaultStyle in modules/image/tests/image.test
Test to override, edit, then revert a style.
ImageAdminStylesUnitTest::testNumericStyleName in modules/image/tests/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/tests/image.test
General test to add a style, add/remove/edit effects to it, then delete it.
ImageAdminStylesUnitTest::testStyleReplacement in modules/image/tests/image.test
Test deleting a style and choosing a replacement style.
image_config_info in modules/image/image.module
Implements hook_config_info().
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_scale_validate in modules/image/image.admin.inc
Element validate handler to ensure that either a height or a width is specified.
ImageFieldDisplayTestCase::testImageFieldDefaultImage in modules/image/tests/image.test
Test use of a default image with an image field.
ImageFieldDisplayTestCase::_testImageFieldFormatters in modules/image/tests/image.test
Test image formatters on node display.
ImageFieldDisplayTestCase::testImageFieldSettings in modules/image/tests/image.test
Tests for image field settings.
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_instance_settings_form_validate in modules/image/image.field.inc
Element validate handler for image_field_instance_settings_form().
image_field_settings_form in modules/image/image.field.inc
Implements hook_field_settings_form().
ImageFieldTestCase::uploadNodeImage in modules/image/tests/image.test
Upload an image to a node.
ImageFieldValidateTestCase::testDimensions in modules/image/tests/image.test
Test min/max resolution settings.
ImageFieldValidateTestCase::testHeightDimensions in modules/image/tests/image.test
Test single height resolution setting.
ImageFieldValidateTestCase::testOrientation in modules/image/tests/image.test
Test image rotation resulting from EXIF data. Requires a special test image, file rotate90cw.jpg.
ImageFieldValidateTestCase::testTypeSupport in modules/image/tests/image.test
Test for supported image types.
ImageFieldValidateTestCase::testWidthDimensions in modules/image/tests/image.test
Test single width resolution setting.
image_field_views_data in modules/image/views/image.views.inc
Implements hook_field_views_data().
image_field_views_data_views_data_alter in modules/image/views/image.views.inc
Implements hook_field_views_data_views_data_alter().
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_image_effect_info in modules/image/image.effects.inc
Implements hook_image_effect_info().
image_module_test_image_effect_info in modules/image/tests/image_module_test/image_module_test.module
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
Menu callback; Given a style and image path, generate a derivative.
ImageStyleFlushTest::testFlush in modules/image/tests/image.test
General test to flush a style.
image_style_form in modules/image/image.admin.inc
Form builder; Configure 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_submit in modules/image/image.admin.inc
Submit handler for saving an image style.
image_style_options in modules/image/image.module
Get an array of image styles suitable for using as select list options.
image_style_path_token in modules/image/image.module
This function was never included in Backdrop. See:
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.
ImageStyleTokenTests::testTokens in modules/image/tests/token.test
Test that the image style tokens exist.
image_test_image_toolkits in modules/simpletest/tests/image_test.module
Implements hook_image_toolkits().
image_token_info in modules/image/image.tokens.inc
Implements hook_token_info().
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_update_1008 in modules/image/image.install
Uninstall the imagecache_token contrib module, now part of core.
installer_authorize_batch_copy_project in modules/installer/installer.authorize.inc
Batch callback: Copies project to its proper place when authorized to do so.
installer_authorize_install_batch_finished in modules/installer/installer.authorize.inc
Batch callback: Performs actions when the authorized install batch is done.
installer_authorize_run_install in modules/installer/installer.authorize.inc
Installs a new project when invoked by authorize.php.
installer_authorize_run_update in modules/installer/installer.authorize.inc
Updates existing projects when invoked by authorize.php.
installer_authorize_update_batch_finished in modules/installer/installer.authorize.inc
Batch callback: Performs actions when the authorized update batch is done.
installer_browser_add_remove_queue_dialog_link_submit in modules/installer/installer.browser.inc
Submit handler for installer_browser_add_remove_queue_dialog_link().
installer_browser_add_remove_queue_link in modules/installer/installer.browser.inc
Builds the add/remove project to install queue link.
InstallerBrowserAdministrationTestCase::testProjectBrowserAddRemoveQueue in modules/installer/tests/installer.test
InstallerBrowserAdministrationTestCase::testProjectBrowserInstallPage in modules/installer/tests/installer.test
InstallerBrowserAdministrationTestCase::testProjectBrowserProjectEnabled in modules/installer/tests/installer.test
InstallerBrowserAdministrationTestCase::testProjectBrowserProjects in modules/installer/tests/installer.test
InstallerBrowserAdministrationTestCase::testProjectBrowserSearch in modules/installer/tests/installer.test
_installer_browser_batch_install_release in modules/installer/installer.browser.inc
Batch API callback: Installs a single release of a project during batch.
_installer_browser_batch_install_releases_finished in modules/installer/installer.browser.inc
Batch API callback: shows a message and finishes up the batch.
installer_browser_check_zip_loaded in modules/installer/installer.browser.inc
Checks if PHP zip extension loaded on webserver.
_installer_browser_execute_query in modules/installer/installer.browser.inc
Helper function to execute queries for projects. Connects once to get the total count of projects, and then a second time to get all the projects in a repository.
installer_browser_filters_form in modules/installer/installer.pages.inc
Builds the filters form.
installer_browser_get_destination_after_install in modules/installer/installer.browser.inc
Determines the form destination after installed projects.
installer_browser_get_missing_dependencies in modules/installer/installer.browser.inc
Gets the dependencies for installed projects.
installer_browser_get_sort_options in modules/installer/installer.pages.inc
Returns a list of sort options.
installer_browser_get_sort_widget in modules/installer/installer.pages.inc
Returns a themed sort widget for the filters.
installer_browser_installation_enable_form in modules/installer/installer.pages.inc
Form builder for the select versions form.
installer_browser_installation_enable_form_submit in modules/installer/installer.pages.inc
Form submit handler for the enable modules form.
installer_browser_installation_page in modules/installer/installer.pages.inc
Menu callback; page to install projects.
installer_browser_installation_select_versions_form in modules/installer/installer.pages.inc
Form builder for the select versions form.
installer_browser_installation_select_versions_form_submit in modules/installer/installer.pages.inc
Submit handler for the select versions form.
installer_browser_installation_task_list in modules/installer/installer.pages.inc
Get a task list to the sidebar area when installing projects.
installer_browser_installation_theme_form in modules/installer/installer.pages.inc
Form builder for theme install.
installer_browser_install_button_form in modules/installer/installer.pages.inc
Shows an install button for the Install Queue block.
installer_browser_install_queue_callback in modules/installer/installer.pages.inc
Menu callback; Allows for adding to and removing from the install queue.
installer_browser_manual_install_link in modules/installer/installer.pages.inc
Shows the link to open the manual install dialog.
installer_browser_page in modules/installer/installer.pages.inc
Page to display the projects.
installer_config_info in modules/installer/installer.module
Implements hook_config_info().
InstallerLanguageTestCase::testInstallerTranslationFiles in modules/simpletest/tests/installer.test
Tests that the installer can find translation files.
installer_manager_archive_extract in modules/installer/installer.manager.inc
Unpacks a downloaded archive file.
installer_manager_batch_project_get in modules/installer/installer.manager.inc
Batch callback: Downloads, unpacks, and verifies a project.
_installer_manager_check_backends in modules/installer/installer.manager.inc
Checks for file transfer backends and prepares a form fragment about them.
installer_manager_download_batch_finished in modules/installer/installer.manager.inc
Batch callback: Performs actions when the download batch is completed.
installer_manager_download_project in modules/installer/installer.manager.inc
Downloads a project given a project url.
installer_manager_install_form in modules/installer/installer.manager.inc
Form constructor for the install form of the Installer module.
installer_manager_install_form_validate in modules/installer/installer.manager.inc
Form validation handler for installer_manager_install_form().
installer_manager_update_form in modules/installer/installer.manager.inc
Form constructor for the update form of the Installer module.
installer_manager_update_form_submit in modules/installer/installer.manager.inc
Form submission handler for installer_manager_update_form().
installer_manager_update_form_validate in modules/installer/installer.manager.inc
Form validation handler for installer_manager_update_form().
installer_manager_update_ready_form in modules/installer/installer.manager.inc
Form constructor for the update ready form.
installer_manager_update_ready_form_submit in modules/installer/installer.manager.inc
Form submission handler for installer_manager_update_ready_form().
installer_permission in modules/installer/installer.module
Implements hook_permission().
installer_test_query in modules/installer/tests/installer_test/installer_test.module
Page callback. Generates json based on the input filters.
InstallerTestUploadCase::testUpdateManagerCoreSecurityUpdateMessages in modules/installer/tests/installer.test
Checks the messages on Update Manager pages when missing a security update.
InstallerTestUploadCase::testUploadModule in modules/installer/tests/installer.test
Tests upload and extraction of a module.
installer_verify_update_archive in modules/installer/installer.module
Implements hook_verify_update_archive().
language_admin_add_custom_form_submit in modules/language/language.admin.inc
Process the custom language addition form submission.
language_admin_add_custom_form_validate in modules/language/language.admin.inc
Validate the language addition form on custom language button.
language_admin_add_form in modules/language/language.admin.inc
User interface for the language addition screen.
language_admin_add_predefined_form_submit in modules/language/language.admin.inc
Process the predefined language addition form submission.
language_admin_add_predefined_form_validate in modules/language/language.admin.inc
Element specific validator for the Add language button.
_language_admin_common_controls in modules/language/language.admin.inc
Common elements of the language addition and editing form.
language_admin_delete_form in modules/language/language.admin.inc
User interface for the language deletion confirmation screen.
language_admin_delete_form_submit in modules/language/language.admin.inc
Process language deletion submissions.
language_admin_edit_form in modules/language/language.admin.inc
Configuration screen for a particular language.
language_admin_edit_form_submit in modules/language/language.admin.inc
Process the language editing form submission.
language_admin_edit_form_validate in modules/language/language.admin.inc
Validate the language editing form. Reused for custom language addition too.
language_admin_overview_form in modules/language/language.admin.inc
User interface for the language overview screen.
language_admin_overview_form_submit in modules/language/language.admin.inc
Process language overview form submissions, updating existing languages.
language_admin_predefined_list in modules/language/language.admin.inc
Prepare a language code list for unused predefined languages.
language_config_info in modules/language/language.module
Implements hook_config_info().
LanguageLayoutAccess::form in modules/layout/plugins/access/language_layout_access.inc
Settings form for configuring this access item.
LanguageLayoutAccess::summary in modules/layout/plugins/access/language_layout_access.inc
Provides a human-readable summary of this access check's behavior.
LanguageListTest::testLanguageList in modules/language/tests/language.test
Functional tests for adding, configuring, and deleting languages.
language_name in includes/bootstrap.inc
Produced the printed name for a language for display.
language_negotiation_configure_form in modules/locale/locale.admin.inc
Builds the configuration form for language negotiation.
language_negotiation_configure_form_submit in modules/locale/locale.admin.inc
Submit handler for language negotiation settings.
language_negotiation_configure_form_table in modules/locale/locale.admin.inc
Helper function to build a language provider table.
language_negotiation_configure_session_form in modules/locale/locale.admin.inc
The URL language provider configuration form.
language_negotiation_configure_session_form_submit in modules/locale/locale.admin.inc
Form submission handler for language_negotiation_configure_session_form().
language_negotiation_configure_url_form in modules/locale/locale.admin.inc
Builds the URL language provider configuration form.
language_negotiation_configure_url_form_submit in modules/locale/locale.admin.inc
Form submission handler for language_negotiation_configure_url_form().
language_negotiation_configure_url_form_validate in modules/locale/locale.admin.inc
Validation handler for url provider configuration.
language_negotiation_info in includes/language.inc
Returns all the defined language negotiation providers.
language_permission in modules/language/language.module
Implements hook_permission().
LanguageUpgradePathTestCase::testLanguageUpgrade in modules/simpletest/tests/upgrade/upgrade.language.test
Tests a successful upgrade.
LayoutAccessBroken::form in modules/layout/plugins/access/layout_access.inc
Settings form for configuring this access item.
LayoutAccessBroken::summary in modules/layout/plugins/access/layout_access.inc
Provides a human-readable summary of this access check's behavior.
LayoutAccessNegatable::form in modules/layout/plugins/access/layout_access.inc
Settings form for configuring this access item.
layout_add_page in modules/layout/layout.admin.inc
Menu callback; Display the form for adding a new layout.
layout_block_add_page in modules/layout/layout.admin.inc
Menu callback; Display a list of blocks to be added to a layout.
layout_block_configure_form in modules/layout/layout.admin.inc
Form callback; Add or edit a block within a layout.
layout_block_info in modules/layout/layout.module
Implements hook_block_info().
layout_block_list in modules/layout/layout.admin.inc
Menu callback; Lists all blocks and their modules.
layout_block_remove_page in modules/layout/layout.admin.inc
Menu callback; Remove a block from a layout.
LayoutBlockTest::testCustomTextBlocks in modules/layout/tests/layout.test
Test Custom Text blocks.
LayoutBlockTest::testHeroBlocks in modules/layout/tests/layout.test
Test Hero blocks.
LayoutBlockTest::testPageComponentBlocks in modules/layout/tests/layout.test
Test Page component blocks.
LayoutBlockTextTest::testBlockText in modules/layout/tests/layout.test
Tests the BlockText class functionality.
LayoutBlockUsageTestCase::testBlockUsage in modules/layout/tests/layout.test
Tests layout_get_block_usage().
layout--boxton--front.tpl.php in themes/basis/templates/layout--boxton--front.tpl.php
Template for the Boxton layout.
layout--boxton.tpl.php in layouts/boxton/layout--boxton.tpl.php
Template for the Boxton layout.
layout_break_lock_page in modules/layout/layout.admin.inc
Menu callback; Break a lock on a layout or menu item.
layout_clone_form in modules/layout/layout.admin.inc
Form callback; Copy an existing layout into a new layout.
layout_clone_form_submit in modules/layout/layout.admin.inc
Submit handler for layout_clone_form().
LayoutCloneTest::testLayoutClone in modules/layout/tests/layout.test
layout_condition_add_form in modules/layout/layout.admin.inc
Form callback; Displays form for adding new conditions to a layout or block.
layout_condition_edit_title in modules/layout/layout.admin.inc
Title callback; Provide the page title for configuring a layout condition.
layout_config_info in modules/layout/layout.module
Implements hook_config_info().
layout_configure_region_page in modules/layout/layout.admin.inc
Menu callback; Show the region styles form.
layout_content_form in modules/layout/layout.admin.inc
Form callback; Main form for editing a layout's content.
layout_content_form_submit in modules/layout/layout.admin.inc
Handle form submission of the display content editor.
layout_content_form_validate in modules/layout/layout.admin.inc
Validate the layout settings form.
layout_context_add_form in modules/layout/layout.context.admin.inc
Form callback; Displays form for adding new contexts to a layout.
LayoutContextBroken::label in modules/layout/plugins/context/layout_context.inc
Assemble a human-readable label of this object.
LayoutContext::label in modules/layout/plugins/context/layout_context.inc
Assemble a human-readable label of this object.
layout_context_relationship_add_form in modules/layout/layout.context.admin.inc
Form callback; Displays form for adding new relationships to a layout.
layout_current_user_context in modules/layout/layout.module
Returns the current user context, which is always available.
layout_delete_form in modules/layout/layout.admin.inc
Form callback; Delete a layout.
layout_delete_form_submit in modules/layout/layout.admin.inc
Submit handler for layout_delete_form(). Deletes a layout.
layout_flexible_row_styles in modules/layout/layout.module
Provides the default row styles.
layout_flexible_template_configure_form in modules/layout/layout.flexible.inc
Form to manage adding and removing rows to a flexible template.
layout_flexible_template_configure_form_submit in modules/layout/layout.flexible.inc
Submit handler that saves the configured flexible template.
LayoutFlexibleTemplate::__construct in modules/layout/includes/layout_flexible.class.inc
Constructor for a LayoutFlexibleTemplate class.
layout_flexible_template_delete_form in modules/layout/layout.flexible.inc
Menu callback; Delete a flexible template.
layout_flexible_template_delete_form_submit in modules/layout/layout.flexible.inc
Submit handler that deletes a flexible template.
layout_flexible_template_delete_row in modules/layout/layout.flexible.inc
Menu callback to delete a row from a flexible template.
layout_flexible_template_edit_row_form in modules/layout/layout.flexible.inc
Form to add or edit a row on a flexible template.
layout_flexible_template_edit_row_validate in modules/layout/layout.flexible.inc
Validation handler for layout_flexible_template_edit_row_form().
layout_flexible_template_region_style_select in modules/layout/layout.flexible.inc
Form to select the region widths for a flexible template.
layout_flexible_template_settings_add_form in modules/layout/layout.flexible.inc
Form to add a flexible template.
layout_flexible_template_settings_edit_form in modules/layout/layout.flexible.inc
Form to configure a flexible template.
layout_flexible_template_settings_form_submit in modules/layout/layout.flexible.inc
Submit handler that saves a flexible template.
LayoutFlexibleTemplateTest::testLayoutFlexibleTemplates in modules/layout/tests/layout.test
Test that layout templates may be enabled and disabled.
layout--flexible.tpl.php in modules/layout/templates/layout--flexible.tpl.php
Template for a flexible template.
layout--geary.tpl.php in layouts/geary/layout--geary.tpl.php
Template for the Geary layout.
_layout_get_group_operations in modules/layout/layout.admin.inc
Given a path, return a list of operations for a group of layouts.
_layout_get_operations in modules/layout/layout.admin.inc
Given a layout, return a list of operations that can be performed on it.
layout_get_title_description in modules/layout/layout.module
Gets the title description for the current layout.
layout--harris.tpl.php in layouts/harris/layout--harris.tpl.php
Template for the Harris layout.
LayoutHookTestCase::testLayoutHooks in modules/layout/tests/layout.test
Tests hook invocations for operations on layouts.
LayoutInterfaceTest::testBlockBasics in modules/layout/tests/layout.test
Add and remove blocks from a custom layout path.
LayoutInterfaceTest::testBlockEntityIDConditions in modules/layout/tests/layout.test
Test block entity ID conditions.
LayoutInterfaceTest::testBlockPathTypeConditions in modules/layout/tests/layout.test
Test block path and type conditions.
LayoutInterfaceTest::testBlockUninstall in modules/layout/tests/layout.test
Tests layout_modules_uninstalled().
LayoutInterfaceTest::testContexts in modules/layout/tests/layout.test
Test the support for contexts within conditions and blocks.
LayoutInterfaceTest::testCurrentUser in modules/layout/tests/layout.test
Tests current user custom field block
LayoutInterfaceTest::testLayoutChange in modules/layout/tests/layout.test
Tests switching between different layouts, ensuring block copying.
LayoutInterfaceTest::testLayoutMenuItems in modules/layout/tests/layout.test
Tests conditions and menu item navigation.
LayoutInterfaceTest::testLayoutTemplates in modules/layout/tests/layout.test
Test that layout templates may be enabled and disabled.
LayoutInterfaceTest::testMainContentBlock in modules/layout/tests/layout.test
Check special conditions around the main content block.
LayoutInterfaceTest::testMenuItemReassignment in modules/layout/tests/layout.test
Ensure that reassignment of menu items works when deleting layouts.
LayoutInterfaceTest::testOverriddenPaths in modules/layout/tests/layout.test
Test the overriding of paths.
LayoutInterfaceTest::testRegionStyles in modules/layout/tests/layout.test
Test region styles.
LayoutInterfaceTest::testRelationships in modules/layout/tests/layout.test
Test the support for contexts within conditions and blocks.
LayoutInterfaceTest::testTaxonomyContext in modules/layout/tests/layout.test
Tests Taxonomy contexts within layouts.
LayoutInterfaceTest::testViewPageLink in modules/layout/tests/layout.test
Test the path view page link.
layout_layout_access_info in modules/layout/includes/layout.layout.inc
Implements hook_layout_access_info().
layout_layout_context_info in modules/layout/includes/layout.layout.inc
Implements hook_layout_context_info().
layout_layout_relationship_info in modules/layout/includes/layout.layout.inc
Implements hook_layout_relationship_info().
layout_layout_style_info in modules/layout/includes/layout.layout.inc
Implements hook_layout_style_info().
layout--layout-test-layout.tpl.php in modules/layout/tests/layout_test/layout_test_layout/layout--layout-test-layout.tpl.php
Template for a test layout, very similar to the normal 2 column layout.
layout_list_page in modules/layout/layout.admin.inc
Output a list of pages that are managed.
layout_locked_message in modules/layout/layout.admin.inc
Prepare a message and link based on if a layout item is updated or locked.
layout_menu_item_form in modules/layout/layout.admin.inc
Form callback; Configure a layout menu item.
layout_menu_item_form_reset in modules/layout/layout.admin.inc
Submit handler for layout_menu_item_form() that resets in-progress changes.
layout_menu_item_form_submit in modules/layout/layout.admin.inc
Form callback; Configure a layout menu item.
layout--moscone-flipped.tpl.php in layouts/moscone_flipped/layout--moscone-flipped.tpl.php
Template for the Moscone Flipped layout.
layout--moscone.tpl.php in layouts/moscone/layout--moscone.tpl.php
Template for the Moscone layout.
LayoutOverridesPathContext::label in modules/layout/plugins/context/layout_context.inc
Assemble a human-readable label of this object.
layout_permission in modules/layout/layout.module
Implements hook_permission().
LayoutRelationshipAuthorFromNode::getAdminSummary in modules/layout/plugins/relationships/author_from_node.inc
Return a summary for this relationship.
LayoutRelationshipBroken::getAdminSummary in modules/layout/plugins/relationships/layout_relationship.inc
Return a summary for this relationship.
LayoutRelationshipBroken::label in modules/layout/plugins/relationships/layout_relationship.inc
Assemble a human-readable label of this object.
LayoutRelationship::getOptionLabels in modules/layout/plugins/relationships/layout_relationship.inc
Returns an array of appropriate contexts for this relationship.
LayoutRendererEditor::__construct in modules/layout/plugins/renderers/layout_renderer_editor.inc
Construct the object that will be used to render the layout.
LayoutRendererEditor::getAriaLabel in modules/layout/plugins/renderers/layout_renderer_editor.inc
Returns an aria label for a block.
LayoutRendererEditor::getBlockLinks in modules/layout/plugins/renderers/layout_renderer_editor.inc
Render the links to display when editing a block.
LayoutRendererEditor::getRegionLinks in modules/layout/plugins/renderers/layout_renderer_editor.inc
Render the links to display when editing a region.
LayoutRendererFlexible::getRowButtons in modules/layout/plugins/renderers/layout_renderer_flexible.inc
Render the links to display when editing a region.
LayoutRendererStandard::__construct in modules/layout/plugins/renderers/layout_renderer_standard.inc
Construct the object that will be used to render the layout.
LayoutRendererStandard::prepare in modules/layout/plugins/renderers/layout_renderer_standard.inc
Prepare the attached display for rendering.
LayoutRendererTest::testRendererSelection in modules/layout/tests/layout.test
Test that the correct renderer is used
layout_reorder_form in modules/layout/layout.admin.inc
Reorder the order of layouts at the same path.
layout_reorder_form_submit in modules/layout/layout.admin.inc
Submit handler for layout_reorder_form().
layout--rolph.tpl.php in layouts/rolph/layout--rolph.tpl.php
Template for the Rolph layout.
Layout::save in modules/layout/includes/layout.class.inc
Save a layout to config.
LayoutSelectionTest::testRoleSelection in modules/layout/tests/layout.test
Test role-based selection of layouts.
layout_settings_form in modules/layout/layout.admin.inc
Render the settings form for layout.
layout_settings_form_reset in modules/layout/layout.admin.inc
Submit handler for layout_settings_form() that resets in-progress changes.
layout_settings_form_save_submit in modules/layout/layout.admin.inc
Submit handler for layout_settings_form() that saves in-progress changes.
layout_settings_form_update_layout in modules/layout/layout.admin.inc
Submit handler for layout_settings_form() that saves in-progress values.
layout_settings_form_validate in modules/layout/layout.admin.inc
Validates layout_settings_form(), ensuring a valid path.
_layout_settings_get_group_operations in modules/layout/layout.admin.inc
Given a path, return a list of operations for a group of layouts.
layout_settings_page in modules/layout/layout.admin.inc
Administrative form for layout settings.
layout_settings_page_submit in modules/layout/layout.admin.inc
Submit handler for layout advanced settings page.
layout_settings_page_validate in modules/layout/layout.admin.inc
Validation for layout settings page.
layout--simmons.tpl.php in layouts/simmons/layout--simmons.tpl.php
Template for the Simmons layout.
layout--simmons.tpl.php in themes/bartik/templates/layout--simmons.tpl.php
Template for the Simmons layout.
LayoutStringContext::getAdminSummary in modules/layout/plugins/context/layout_context.inc
Return a summary for this context.
LayoutStringContext::label in modules/layout/plugins/context/layout_context.inc
Assemble a human-readable label of this object.
LayoutStyleDynamic::form in modules/layout/plugins/styles/layout_style_dynamic.inc
Specifies the settings form for configuring the style.
LayoutStyle::form in modules/layout/plugins/styles/layout_style_default.inc
Specifies the settings form for configuring the style.
layout--sutro.tpl.php in layouts/sutro/layout--sutro.tpl.php
Template for the Sutro layout.
layout--taylor-flipped.tpl.php in layouts/taylor_flipped/layout--taylor-flipped.tpl.php
Template for the Taylor Flipped layout.
layout--taylor.tpl.php in layouts/taylor/layout--taylor.tpl.php
Template for the Taylor layout.
layout_template_toggle_enabled in modules/layout/layout.admin.inc
Menu callback; Enable or disable a layout template.
layout_test_block_info in modules/layout/tests/layout_test/layout_test.module
Implements hook_block_info().
layout_test_layout_info in modules/layout/tests/layout_test/layout_test.module
Implements hook_layout_info().
layout--three-three-four-column.tpl.php in layouts/legacy/three_three_four_column/layout--three-three-four-column.tpl.php
Template for a complex 3-3-4 column layout.
layout_title_settings_form in modules/layout/layout.admin.inc
Form callback; Configure layout title type.
layout_toggle_enabled in modules/layout/layout.admin.inc
Menu callback; Enable or disable a layout configuration.
layout.tpl.php in modules/layout/templates/layout.tpl.php
Template for a single column layout.
layout--two-column-flipped.tpl.php in layouts/legacy/two_column_flipped/layout--two-column-flipped.tpl.php
Template for a 2 column flipped layout.
layout--two-column.tpl.php in layouts/legacy/two_column/layout--two-column.tpl.php
Template for a 2 column layout.
LayoutUpdater::postInstallTasks in modules/system/system.updater.inc
Return an array of links to pages that should be visited post operation.
LinkAttributeCrudTest::createNodeForTesting in modules/link/tests/link.attribute.test
LinkAttributeCrudTest::testFormatters in modules/link/tests/link.attribute.test
Test the link_plain formatter and it's output.
LinkBaseTestClass::createLinkField in modules/link/tests/link.test
link_field_formatter_info in modules/link/link.module
Implements hook_field_formatter_info().
link_field_formatter_settings_form in modules/link/link.module
Implements hook_field_formatter_settings_form().
link_field_formatter_settings_summary in modules/link/link.module
Implements hook_field_formatter_settings_summary().
link_field_info in modules/link/link.module
Implements hook_field_info().
link_field_instance_settings_form in modules/link/link.module
Implements hook_field_instance_settings_form().
link_field_process in modules/link/link.module
Processes the link type element before displaying the field.
link_field_settings_form_validate in modules/link/link.module
#element_validate handler for link_field_instance_settings_form().
link_field_validate in modules/link/link.module
Implements hook_field_validate().
LinkTokenTest::testStaticTokenLinkCreate in modules/link/tests/link.token.test
Creates a link field with a static title and an admin-entered token. Creates a node with a link and checks the title value.
LinkTokenTest::testTitleOnlyTitleNoLink in modules/link/tests/link.token.test
Test that if you have a title and no URL on a field which does not have tokens enabled, that the title is sanitized once.
LinkTokenTest::testUserTokenLinkCreate in modules/link/tests/link.token.test
Creates a link field with a required title enabled for user-entered tokens. Creates a node with a token in the link title and checks the value.
LinkUITest::testCRUDCreateFieldDefaults in modules/link/tests/link.ui.test
If we're creating a new field and just hit 'save' on the default options, we want to make sure they are set to the expected results.
LinkUITest::testCRUDCreateFieldWithClass in modules/link/tests/link.ui.test
If we're creating a new field and just hit 'save' on the default options, we want to make sure they are set to the expected results.
LinkUITest::testCRUDCreateFieldWithTwoClasses in modules/link/tests/link.ui.test
If we're creating a new field and just hit 'save' on the default options, we want to make sure they are set to the expected results.
LinkUITest::testCRUDTitleOnlyTitleNoLink in modules/link/tests/link.ui.test
Testing that if you have the title but no URL, the title is not sanitized twice.
LinkUITest::testLinkCreate in modules/link/tests/link.ui.test
Creates a link field for the "page" type and creates a page with a link.
LinkUITest::testStaticLinkCreate in modules/link/tests/link.ui.test
Testing that if you use <strong> in a static title for your link, that the title actually displays <strong>.
_link_validate in modules/link/link.module
Validates that the link field has been entered properly.
LinkValidateTest::testBadUrlValidationOff in modules/link/tests/link.validate.test
Test if we can post a bad URL if the validation is expressly turned off.
LinkValidateTest::testXss in modules/link/tests/link.validate.test
Test if a bad URL will display if validation is disabled.
LinkValidateTest::validateUrl in modules/link/tests/link.validate.test
Checks if a URL is valid through the UI.
list_allowed_values_setting_validate in modules/field/modules/list/list.module
Element validate callback; check that the entered values are valid.
list_boolean_display_formats in modules/field/modules/list/list.module
List of boolean display formats.
ListFieldDisplayTestCase::testListDisplayFormatterBoolean in modules/field/modules/list/tests/list.test
List (boolen) : test 'On/Off' values input.
list_field_formatter_info in modules/field/modules/list/list.module
Implements hook_field_formatter_info().
list_field_formatter_settings_form in modules/field/modules/list/list.module
Implements hook_field_formatter_settings_form().
list_field_formatter_settings_summary in modules/field/modules/list/list.module
Implements hook_field_formatter_settings_summary().
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().
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_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().
locale_block_info in modules/locale/locale.module
Implements hook_block_info().
locale_block_view in modules/locale/locale.module
Implements hook_block_view().
LocaleCommentLanguageFunctionalTest::setUp in modules/locale/tests/locale.test
Sets up a Backdrop site for running functional and integration tests.
LocaleCommentLanguageFunctionalTest::testCommentLanguage in modules/locale/tests/locale.test
Test that comment language is properly set.
locale_config_info in modules/locale/locale.module
Implements hook_config_info().
LocaleConfigurationTest::testLanguageConfiguration in modules/locale/tests/locale.test
Functional tests for adding, editing and deleting languages.
LocaleContentFunctionalTest::testContentTypeDirLang in modules/locale/tests/locale.test
Test if a dir and lang tags exist in node's attributes.
LocaleContentFunctionalTest::testContentTypeLanguageConfiguration in modules/locale/tests/locale.test
Test if a content type can be set to multilingual and language is present.
LocaleContentFunctionalTest::testMachineNameLTR in modules/locale/tests/locale.test
Verifies that machine name fields are always LTR.
locale_date_format_form in modules/locale/locale.admin.inc
Form callback; Display fields for setting the date format for each language.
locale_date_format_form_submit in modules/locale/locale.admin.inc
Submit handler for configuring localized date formats on the locale_date_format_form.
LocaleDateFormatsFunctionalTest::testLocalizeDateFormats in modules/locale/tests/locale.test
Functional tests for localizing date formats.
LocaleExportFunctionalTest::testExportTranslation in modules/locale/tests/locale.test
Test exportation of translations.
LocaleExportFunctionalTest::testExportTranslationTemplateFile in modules/locale/tests/locale.test
Test exportation of translation template file.
locale_form_language_admin_edit_form_alter in modules/locale/locale.module
Implements hook_form_FORM_ID_alter() for language_admin_edit_form().
locale_form_language_admin_overview_form_alter in modules/locale/locale.module
Implements hook_form_FORM_ID_alter() for language_admin_overview_form().
locale_form_redirect_edit_form_alter in modules/redirect/redirect.module
Implements hook_form_FORM_ID_alter() on behalf of locale.module.
LocaleImportFunctionalTest::importPoFile in modules/locale/tests/locale.test
Helper function: import a standalone .po file in a given language.
LocaleImportFunctionalTest::testAutomaticModuleTranslationImportLanguageEnable in modules/locale/tests/locale.test
Test automatic import of a module's translation files.
LocaleImportFunctionalTest::testEmptyMsgstr in modules/locale/tests/locale.test
Test empty msgstr at end of .po file see #611786.
LocaleImportFunctionalTest::testLanguageContext in modules/locale/tests/locale.test
Test msgctxt context support.
LocaleImportFunctionalTest::testStandalonePoFile in modules/locale/tests/locale.test
Test import of standalone .po files.
_locale_import_parse_plural_forms in includes/gettext.inc
Parses a Plural-Forms entry from a Gettext Portable Object file header.
_locale_import_po in includes/gettext.inc
Parses Gettext Portable Object information and inserts it into the database.
locale_language_negotiation_info in modules/locale/locale.module
Implements hook_language_negotiation_info().
LocaleLanguageNegotiationInfoFunctionalTest::setUp in modules/locale/tests/locale.test
Sets up a Backdrop site for running functional and integration tests.
LocaleLanguageNegotiationInfoFunctionalTest::testInfoAlterations in modules/locale/tests/locale.test
Tests alterations to language types/negotiation info.
locale_language_selector_form in modules/locale/locale.module
Form builder callback to display language selection widget.
LocaleLanguageSwitchingFunctionalTest::testLanguageBlock in modules/locale/tests/locale.test
Functional tests for the language switcher block.
locale_language_types_info in modules/locale/locale.module
Implements hook_language_types_info().
LocaleMultilingualFieldsFunctionalTest::setUp in modules/locale/tests/locale.test
Sets up a Backdrop site for running functional and integration tests.
LocaleMultilingualFieldsFunctionalTest::testMultilingualDisplaySettings in modules/locale/tests/locale.test
LocaleMultilingualFieldsFunctionalTest::testMultilingualNodeForm in modules/locale/tests/locale.test
Test if field languages are correctly set through the node form.
LocalePathFunctionalTest::testPathLanguageConfiguration in modules/locale/tests/locale.test
Test if a language can be associated with a path alias.
locale_permission in modules/locale/locale.module
Implements hook_permission().
LocalePluralFormatTest::importPoFile in modules/locale/tests/locale.test
Imports a standalone .po file in a given language.
locale_test_init in modules/locale/tests/locale_test/locale_test.module
Implements hook_init().
locale_test_language_negotiation_info in modules/locale/tests/locale_test/locale_test.module
Implements hook_language_negotiation_info().
locale_test_language_types_info in modules/locale/tests/locale_test/locale_test.module
Implements hook_language_types_info().
locale_translate_delete_form in modules/locale/locale.pages.inc
User interface for the string deletion confirmation screen.
locale_translate_delete_form_submit in modules/locale/locale.pages.inc
Process string deletion submissions.
locale_translate_edit_form in modules/locale/locale.pages.inc
User interface for string editing.
locale_translate_edit_form_submit in modules/locale/locale.pages.inc
Process string editing form submissions.
locale_translate_edit_form_validate in modules/locale/locale.pages.inc
Validate string editing form submissions.
locale_translate_export_po_form in modules/locale/locale.bulk.inc
Form to export PO files for the languages provided.
locale_translate_export_pot_form in modules/locale/locale.bulk.inc
Translation template export form.
locale_translate_import_form in modules/locale/locale.bulk.inc
User interface for the translation import screen.
locale_translate_import_form_submit in modules/locale/locale.bulk.inc
Process the locale import form submission.
_locale_translate_seek in modules/locale/locale.pages.inc
Perform a string search and display results in a table
locale_translation_filter_form in modules/locale/locale.pages.inc
Return form for locale translation filters.
locale_translation_filter_form_submit in modules/locale/locale.pages.inc
Process result from locale translation filter form.
locale_translation_filter_form_validate in modules/locale/locale.pages.inc
Validate result from locale translation filter form.
locale_translation_filters in modules/locale/locale.pages.inc
List locale translation filters that can be applied.
LocaleTranslationFunctionalTest::testJavaScriptTranslation in modules/locale/tests/locale.test
LocaleTranslationFunctionalTest::testStringSearch in modules/locale/tests/locale.test
Tests translation search form.
LocaleTranslationFunctionalTest::testStringTranslation in modules/locale/tests/locale.test
Adds a language and tests string translation by users with the appropriate permissions.
LocaleTranslationFunctionalTest::testStringValidation in modules/locale/tests/locale.test
Tests the validation of the translation input.
LocaleUILanguageNegotiationTest::runTest in modules/locale/tests/locale.test
LocaleUILanguageNegotiationTest::testLanguageDomain in modules/locale/tests/locale.test
Tests url() when separate domains are used for multiple languages.
LocaleUILanguageNegotiationTest::testUILanguageNegotiation in modules/locale/tests/locale.test
Tests for language switching by URL path.
LocaleUILanguageNegotiationTest::testUrlLanguageFallback in modules/locale/tests/locale.test
Test URL language detection when the requested URL has no language.
LocaleUninstallFunctionalTest::testUninstallProcess in modules/locale/tests/locale.test
Check if the values of the Locale variables are correct after uninstall.
LocaleUrlRewritingTest::setUp in modules/locale/tests/locale.test
Sets up a Backdrop site for running functional and integration tests.
LocaleUrlRewritingTest::testDomainNameNegotiationPort in modules/locale/tests/locale.test
Check URL rewriting when using a domain name and a non-standard port.
LocaleUserCreationTest::testLocalUserCreation in modules/locale/tests/locale.test
Functional test for language handling during user creation.
LocaleUserLanguageFunctionalTest::testUserLanguageConfiguration in modules/locale/tests/locale.test
Test if user can change their default language.
locale_views_data in modules/locale/views/locale.views.inc
Implements hook_views_data().
locale_views_data_alter in modules/locale/views/locale.views.inc
Implements hook_views_data_alter().
maintenance-page.tpl.php in modules/system/templates/maintenance-page.tpl.php
Default theme implementation to display a single Backdrop page while offline.
maintenance-page.tpl.php in themes/bartik/templates/maintenance-page.tpl.php
Implementation to display a single Backdrop page while offline.
map_month in includes/form.inc
Renders a month name for display.
menu_block_info in modules/menu/menu.module
Implements hook_block_info().
MenuBlockTestCase::addMenuLink in modules/system/tests/system.test
Add a menu link using the menu module UI.
MenuBlockTestCase::doMenuBlockTests in modules/system/tests/system.test
Test Menu Block functionality.
MenuBreadcrumbTestCase::testBreadCrumbs in modules/simpletest/tests/menu.test
Tests breadcrumbs on node and administrative paths.
MenuChangeTestCase::testMenuChangeTypeTestCase in modules/simpletest/tests/menu.test
Test that updating the type of a menu item works correctly.
menu_config_info in modules/menu/menu.module
Implements hook_config_info().
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_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_item_localize in includes/menu.inc
Localizes the router item title using t() or another callback.
MenuLanguageTestCase::testMenuParentLanguageNode in modules/menu/tests/menu_language.test
Test that the available parent menu items match on the node form.
menu_node_save in modules/menu/menu.module
Helper for hook_node_insert() and hook_node_update().
MenuNodeTestCase::testMenuNodeFormWidget in modules/menu/tests/menu.test
Test creating, editing, deleting menu links via node form widget.
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_overview_tree_form in modules/menu/menu.admin.inc
Recursive helper function for menu_overview_form().
_menu_parents_recurse in modules/menu/menu.module
Recursive helper function for menu_parent_options().
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.
MenuRouterTestCase::testMenuCallbacks in modules/simpletest/tests/menu.test
Tests title and theme callbacks in hook_menu().
MenuRouterTestCase::testMenuLinkMaintain in modules/simpletest/tests/menu.test
Tests for menu_link_maintain().
menu_set_active_trail in includes/menu.inc
Sets the active trail (path to the menu tree root) of the current page.
menu_settings_form in modules/menu/menu.admin.inc
Menu callback; global settings form for menus.
menu_settings_form_validate in modules/menu/menu.admin.inc
Validate form values for the global settings form.
_menu_site_status in includes/menu.inc
Checks whether the site is in maintenance mode.
MenuTestCase::addCustomMenu in modules/menu/tests/menu.test
Add custom menu.
MenuTestCase::addInvalidMenuLink in modules/menu/tests/menu.test
Attempt to add menu link with invalid path or no access permission.
MenuTestCase::addMenuLink in modules/menu/tests/menu.test
Add a menu link using the menu module UI.
MenuTestCase::deleteCustomMenu in modules/menu/tests/menu.test
Delete custom menu.
MenuTestCase::deleteMenuLink in modules/menu/tests/menu.test
Delete a menu link using the menu module UI.
MenuTestCase::disableMenuLink in modules/menu/tests/menu.test
Disable a menu link.
MenuTestCase::doMenuTests in modules/menu/tests/menu.test
Test menu functionality using main-menu menu.
MenuTestCase::enableMenuLink in modules/menu/tests/menu.test
Enable a menu link.
MenuTestCase::modifyMenuLink in modules/menu/tests/menu.test
Modify a menu link using the menu module UI.
MenuTestCase::moveMenuLink in modules/menu/tests/menu.test
Change the parent of a menu link using the menu module UI.
MenuTestCase::resetMenuLink in modules/menu/tests/menu.test
Reset a standard menu link using the menu module UI.
MenuTestCase::testMenuQueryAndFragment in modules/menu/tests/menu.test
Add and remove a menu link with a query string and fragment.
MenuTestCase::verifyAccess in modules/menu/tests/menu.test
Verify the logged in user has the desired access to the various menu nodes.
MenuTestCase::verifyMenuLink in modules/menu/tests/menu.test
Verify a menu link using the menu module UI.
menu_test_title_callback in modules/simpletest/tests/menu_test.module
Concatenates a string, by using the t() function and a case number.
menu_token_info in modules/menu/menu.tokens.inc
Implements hook_token_info().
MenuTrailTestCase::testMenuTreeSetPath in modules/simpletest/tests/menu.test
Tests active trails are properly affected by menu_tree_set_path().
MergeQuery::execute in includes/database/query.inc
Runs the query against the database.
ModuleDependencyTestCase::testEnableRequirementsFailureDependency in modules/system/tests/system.test
Tests enabling a module that depends on a module which fails hook_requirements().
ModuleDependencyTestCase::testEnableWithoutDependency in modules/system/tests/system.test
Attempt to enable translation module without locale enabled.
ModuleDependencyTestCase::testIncompatibleCoreVersionDependency in modules/system/tests/system.test
Tests enabling a module that depends on a module with an incompatible core version.
ModuleDependencyTestCase::testIncompatibleModuleVersionDependency in modules/system/tests/system.test
Tests enabling a module that depends on an incompatible version of a module.
ModuleDependencyTestCase::testMissingModules in modules/system/tests/system.test
Attempt to enable a module with a missing dependency.
ModuleDependencyTestCase::testModuleEnableOrder in modules/system/tests/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/tests/system.test
Checks functionality of project namespaces for dependencies.
ModuleDependencyTestCase::testUninstallDependents in modules/system/tests/system.test
Tests attempting to uninstall a module that has installed dependents.
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().
ModuleUninstallTestCase::testUninstallLocale in modules/simpletest/tests/module.test
Tests that uninstalling locale does not cause problems.
ModuleUnitTest::testDependencyResolution in modules/simpletest/tests/module.test
Test dependency resolution.
ModuleUnitTest::testModuleList in modules/simpletest/tests/module.test
The basic functionality of module_list().
ModuleUpdater::postInstallTasks in modules/system/system.updater.inc
List of post install actions.
NodeAccessBaseTableTestCase::testNodeAccessBasic in modules/node/tests/node.test
Tests the "private" node access functionality.
NodeAccessFieldTestCase::testNodeAccessAdministerField in modules/node/tests/node.test
Tests administering fields when node access is restricted.
node_access_rebuild in modules/node/node.module
Rebuilds the node access database.
_node_access_rebuild_batch_finished in modules/node/node.module
Performs post-processing for node_access_rebuild().
NodeAccessRebuildTestCase::testNodeAccessRebuild in modules/node/tests/node.test
Tests rebuilding the node access permissions table.
node_access_test_form_node_form_alter in modules/node/tests/node_access_test/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
Page callback: Provides the node submission form.
node_add_page in modules/node/node.pages.inc
Page callback: Displays add content links for available content types.
node_block_configure in modules/node/node.module
Implements hook_block_configure().
NodeBlock::form in modules/node/node.block.inc
Builds the block's settings configuration form.
NodeBlock::formValidate in modules/node/node.block.inc
Validates the form settings.
NodeBlockFunctionalTest::testNodeBlock in modules/node/tests/node.test
Tests the Existing content block.
NodeBlockFunctionalTest::testRecentNodeBlock in modules/node/tests/node.test
Tests the recent comments block.
NodeBlock::getAdminPreview in modules/node/node.block.inc
Returns a preview for this block.
NodeBlock::getAdminTitle in modules/node/node.block.inc
Sets title text on draggable block panel in Layout builder.
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.
NodeBuildContent::testNodeRebuildContent in modules/node/tests/node.test
Ensures that content array is rebuilt on every call to node_build_content().
_node_characters in modules/node/node.types.inc
Helper function for teaser length choices.
node_config_create_validate in modules/node/node.module
Implements hook_config_create_validate().
node_config_delete_validate in modules/node/node.module
Implements hook_config_delete_validate().
node_config_info in modules/node/node.module
Implements hook_config_info().
node_configure_rebuild_confirm in modules/node/node.admin.inc
Menu callback: confirm rebuilding of permissions.
NodeCreationTestCase::testFailedPageCreation in modules/node/tests/node.test
Verifies that a transaction rolls back the failed creation.
NodeCreationTestCase::testNodeCreation in modules/node/tests/node.test
Creates a "Page" node and verifies its consistency in the database.
NodeCreationTestCase::testUnpublishedNodeCreation in modules/node/tests/node.test
Create an unpublished node and confirm correct redirect behavior.
node_delete_confirm in modules/node/node.pages.inc
Page callback: Form constructor for node deletion confirmation form.
node_delete_confirm_submit in modules/node/node.pages.inc
Form submission handler for node_delete_confirm().
node_entity_info in modules/node/node.module
Implements hook_entity_info().
NodeEntityViewModeAlterTest::testNodeViewModeChange in modules/node/tests/node.test
Create a "Page" node and verify its consistency in the database.
NodeEntityViewModeAlterTest::testNodeViewModeChangeHiddenField in modules/node/tests/node.test
Tests fields that were previously hidden when the display mode is changed.
node_field_extra_fields in modules/node/node.module
Implements hook_field_extra_fields().
node_form in modules/node/node.pages.inc
Form constructor for the node add/edit form.
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 that saves the node for node_form().
node_form_system_themes_admin_form_alter in modules/node/node.module
Implements hook_form_FORM_ID_alter().
NodeFrontPageCallback::testCustomFrontPage in modules/node/tests/node.test
node_layout_context_info in modules/node/node.module
Implements hook_layout_context_info().
NodeLayoutPreviewTestCase::testNodeLayoutPreview in modules/node/tests/node.test
Tests that the correct layout is used for node add and node edit previews.
node_layout_preview_test_config_info in modules/node/tests/node_layout_preview_test/node_layout_preview_test.module
Implements hook_config_info().
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
Updates all nodes in the passed-in array with the passed-in field values.
_node_mass_update_batch_finished in modules/node/node.admin.inc
Menu callback: Reports the status of batch operation for node_mass_update().
node_multiple_delete_confirm in modules/node/node.admin.inc
Multiple node deletion confirmation form.
node_node_type_load in modules/node/node.types.inc
Implements hook_node_type_load().
node_overview_types in modules/node/node.types.inc
Page callback: Displays the content type admin overview page.
NodePageCacheTest::testNodeDelete in modules/node/tests/node.test
Tests deleting nodes clears page cache.
node_page_default in modules/node/node.module
Menu callback; Generate a listing of promoted nodes.
node_page_edit in modules/node/node.pages.inc
Page callback: Presents the node editing form.
node_path_bulk_update_batch_process in modules/node/node.path.inc
Batch processing callback; Generate or update aliases for nodes.
node_path_info in modules/node/node.path.inc
Implements hook_path_info().
node_permission in modules/node/node.module
Implements hook_permission().
NodePostSettingsTestCase::testPageNotPostInfo in modules/node/tests/node.test
Confirms absence of post information on a new node.
NodePostSettingsTestCase::testPagePostInfo in modules/node/tests/node.test
Confirms "Page" content type and post information is on a new node.
node_preview in modules/node/node.pages.inc
Generates a node preview.
node_preview_banner_form in modules/node/node.pages.inc
Get the preview form selection box.
node_preview_banner_form_node_submit in modules/node/node.pages.inc
Submit handler for the node preview banner form.
NodePublishScheduling::testNodeTypeCreateDefaultDraft in modules/node/tests/node.test
NodeQueryAlter::testNodeQueryAlterLowLevelEditAccess in modules/node/tests/node.test
Tests 'node_access' query alter, for edit access.
NodeQueryAlter::testNodeQueryAlterLowLevelNoAccess in modules/node/tests/node.test
Tests 'node_access' query alter, for user without access.
NodeQueryAlter::testNodeQueryAlterLowLevelWithAccess in modules/node/tests/node.test
Tests 'node_access' query alter, for user with access.
NodeQueryAlter::testNodeQueryAlterOverride in modules/node/tests/node.test
Tests 'node_access' query alter override.
NodeQueryAlter::testNodeQueryAlterWithUI in modules/node/tests/node.test
Tests that node access permissions are followed.
_node_query_node_access_alter in modules/node/node.module
Helper for node access functions.
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
Page callback: 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().
NodeRevisionsTestCase::testRevisions in modules/node/tests/node.test
Checks node revision related operations.
NodeRSSContentTestCase::testNodeRSSContent in modules/node/tests/node.test
Ensures that a new node includes the custom data when added to an RSS feed.
node_search_admin in modules/node/node.module
Implements hook_search_admin().
node_search_admin_validate in modules/node/node.module
Element validation callback for the search admin form.
node_show in modules/node/node.module
Page callback: Generates an array which displays a node detail page.
node_syndicate_content in modules/node/node.module
Returns a themed RSS icon which links to a provided feed.
node_test_node_view in modules/node/tests/node_test/node_test.module
Implements hook_node_view().
node_token_info in modules/node/node.tokens.inc
Implements hook_token_info().
NodeTokenReplaceTestCase::testNodeTokenReplacement in modules/node/tests/node.test
Creates a node, then tests the tokens generated from it.
node.tpl.php in themes/bartik/templates/node.tpl.php
Bartik's theme implementation to display a node.
node.tpl.php in modules/node/templates/node.tpl.php
Default theme implementation to display a node.
NodeTranslateBlockFunctionalTest::testNodeTranslateBlock in modules/node/tests/node.test
Tests the Existing content block.
node_type_delete_confirm in modules/node/node.types.inc
Menu callback; delete a single content type.
node_type_delete_confirm_submit in modules/node/node.types.inc
Process content type delete confirm submissions.
node_type_form in modules/node/node.types.inc
Form constructor for the node type editing form.
node_type_form_permissions in modules/node/node.types.inc
Builds a matrix of node permissions for this node type.
node_type_form_submit in modules/node/node.types.inc
Form submission handler for node_type_form().
node_type_form_validate in modules/node/node.types.inc
Form validation handler for node_type_form().
NodeTypePersistenceTestCase::testNodeTypeCustomizationPersistence in modules/node/tests/node.test
Tests that node type customizations persist through disable and uninstall.
NodeTypeTestCase::testNodeTypeCreation in modules/node/tests/node.test
Tests creating a content type programmatically and via a form.
NodeTypeTestCase::testNodeTypeEditing in modules/node/tests/node.test
Tests editing a node type using the UI.
NodeTypeTestCase::testNodeTypePermissions in modules/node/tests/node.test
Tests that node types permissions are correctly set from the Node Type UI.
node_validate in modules/node/node.module
Performs validation checks on the given node.
node_view in modules/node/node.module
Generates an array for rendering the given node.
node_views_analyze in modules/node/views/node.views.inc
Implements hook_views_analyze().
node_views_data in modules/node/views/node.views.inc
Implements hook_views_data().
node_views_plugins in modules/node/views/node.views.inc
Implements hook_views_plugins().
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_instance_settings_form_validate in modules/field/modules/number/number.module
Form validation handler for number_field_instance_settings_form().
number_field_settings_form in modules/field/modules/number/number.module
Implements hook_field_settings_form().
NumberFieldTestCase::testNumberDecimalField in modules/field/modules/number/tests/number.test
Test number_decimal field.
NumberFieldTestCase::testNumberDecimalFieldStepValidation in modules/field/modules/number/tests/number.test
Test number_decimal field step validation.
NumberFieldTestCase::testNumberFieldEmpty in modules/field/modules/number/tests/number.test
Test empty value submission.
NumberFieldTestCase::testNumberFloatField in modules/field/modules/number/tests/number.test
Test number_float field.
NumberFieldTestCase::testNumberIntegerField in modules/field/modules/number/tests/number.test
Test number_integer field.
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().
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.
OptionsWidgetsTestCase::testCheckBoxes in modules/field/modules/options/tests/options.test
Tests the 'options_buttons' widget (multiple select).
OptionsWidgetsTestCase::testOnOffCheckbox in modules/field/modules/options/tests/options.test
Tests the 'options_onoff' widget.
OptionsWidgetsTestCase::testRadioButtons in modules/field/modules/options/tests/options.test
Tests the 'options_buttons' widget (single select).
OptionsWidgetsTestCase::testSelectListMultiple in modules/field/modules/options/tests/options.test
Tests the 'options_select' widget (multiple select).
OptionsWidgetsTestCase::testSelectListSingle in modules/field/modules/options/tests/options.test
Tests the 'options_select' widget (single select).
PageComponents::form in modules/system/block.page_components.inc
Build the settings form for editing this block.
PageComponents::getChildren in modules/system/block.page_components.inc
Allows an array of "child blocks" for display in the "Add Block" dialog.
page-components.tpl.php in modules/system/templates/page-components.tpl.php
Template for outputting title component blocks.
PageEditTestCase::testPageAuthoredBy in modules/node/tests/node.test
Tests changing a node's "authored by" field.
PageEditTestCase::testPageEdit in modules/node/tests/node.test
Checks node edit functionality.
PageNotFoundTestCase::test404PathOnSystemForm in modules/system/tests/system.test
PageNotFoundTestCase::testPageNotFound in modules/system/tests/system.test
PagePreviewTestCase::testPagePreview in modules/node/tests/node.test
Checks the node preview functionality.
PageTitleFiltering::testTitleTags in modules/system/tests/system.test
Tests the handling of HTML by backdrop_set_title() and backdrop_get_title()
PageTitleFiltering::testTitleXSS in modules/system/tests/system.test
Test if the title of the site is XSS proof.
password_confirm_validate in includes/form.inc
Validates a password_confirm element.
path_action_info in modules/path/path.module
Implements hook_action_info().
path_admin_bulk_delete_confirm in modules/path/path.admin.inc
Confirm form for path alias bulk deletion.
path_admin_delete_confirm in modules/path/path.admin.inc
Form constructor for the path deletion form.
path_admin_edit in modules/path/path.admin.inc
Page callback: Returns a form creating or editing an alias.
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 builder; Main URL alias pattern 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_autocomplete in modules/system/system.module
Menu callback; Autocomplete callback for paths.
path_bulk_update_batch_finished in modules/path/path.admin.inc
Batch finished callback.
path_bulk_update_form in modules/path/path.admin.inc
Form builder; Bulk path alias update form.
path_bulk_update_form_bulk_delete_submit in modules/path/path.admin.inc
Submit handler for path_admin_bulk_delete().
path_bulk_update_form_generate_submit in modules/path/path.admin.inc
Submit handler for path alias bulk generate form.
path_bulk_update_form_validate in modules/path/path.admin.inc
Validate handler for path alias bulk generate form.
path_config_info in modules/path/path.module
Implements hook_config_info().
path_form_element in modules/path/path.module
Return a portion of a form for setting an alias on an entity.
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_node_type_form_alter in modules/path/path.module
Implements hook_form_FORM_ID_alter().
path_form_taxonomy_form_term_alter in modules/path/path.module
Implements hook_form_FORM_ID_alter() for taxonomy_form_term().
path_form_taxonomy_form_vocabulary_alter in modules/path/path.module
Implements hook_form_FORM_ID_alter() for taxonomy_form_vocabulary().
path_form_user_admin_settings_alter in modules/path/path.module
Implements hook_form_FORM_ID_alter() for user_admin_settings().
path_generate_entity_alias in modules/path/path.inc
Apply patterns to create an alias for an entity.
PathHooksTestCase::testPathHooks in modules/path/tests/path.test
PathLanguageTestCase::setUp in modules/path/tests/path.test
Sets up a Backdrop site for running functional and integration tests.
PathLanguageTestCase::testAliasTranslation in modules/path/tests/path.test
Test alias functionality through the admin interfaces.
PathLanguageUITestCase::setUp in modules/path/tests/path.test
Sets up a Backdrop site for running functional and integration tests.
PathLanguageUITestCase::testDefaultLanguageURLs in modules/path/tests/path.test
Tests that a default language URL alias works.
PathLanguageUITestCase::testLanguageNeutralURLs in modules/path/tests/path.test
Tests that a language-neutral URL alias works.
PathLanguageUITestCase::testNonDefaultURLs in modules/path/tests/path.test
Tests that a non-default language URL alias works.
PathLayoutAccess::form in modules/layout/plugins/access/path_layout_access.inc
Settings form for configuring this access item.
PathMonolingualTestCase::setUp in modules/path/tests/path.test
Sets up a Backdrop site for running functional and integration tests.
PathMonolingualTestCase::testPageLinks in modules/path/tests/path.test
Verifies that links do not have language prefixes in them.
path_node_type_form_submit in modules/path/path.module
Submit handler for node type form.
PathPatternBulkUpdateTestCase::testBulkUpdate in modules/path/tests/path_pattern.test
PathPatternFunctionalTestCase::testNodeEditing in modules/path/tests/path_pattern.test
Basic functional testing of node Path patterns.
PathPatternFunctionalTestCase::testNodeOperations in modules/path/tests/path_pattern.test
Test node operations.
PathPatternFunctionalTestCase::testNodeTypeCreate in modules/path/tests/path_pattern.test
Create a new content type with new path pattern.
PathPatternFunctionalTestCase::testTermEditing in modules/path/tests/path_pattern.test
Basic functional testing of Path automatic aliases with taxonomy terms.
PathPatternFunctionalTestCase::testUserOperations in modules/path/tests/path_pattern.test
Test user operations.
PathPatternLocaleTestCase::testNeutralTransliteration in modules/path/tests/path_pattern.test
Language neutral German node has the correct transliteration applied.
path_pattern_settings_form in modules/path/path.module
Return the URL alias pattern settings form for easy addition into other forms.
path_patterns_form in modules/path/path.admin.inc
Form builder; Configure the URL alias patterns.
path_patterns_form_submit in modules/path/path.admin.inc
Submit handler for path_patterns_form().
path_patterns_settings_form in modules/path/path.admin.inc
Form builder; Configure the URL alias pattern settings.
path_patterns_settings_form_validate in modules/path/path.admin.inc
Validate handler for path_patterns_settings_form().
PathPatternTokenTestCase::assertTokens in modules/path/tests/path_pattern.test
Function copied from TokenTestHelper::assertTokens().
path_permission in modules/path/path.module
Implements hook_permission().
path_punctuation_chars in modules/path/path.inc
Return an array of arrays for punctuation values.
path_save_automatic_alias in modules/path/path.inc
Save an automatic alias; replacing or adding aliases based on site settings.
path_taxonomy_form_vocabulary_submit in modules/path/path.module
Submit handler for taxonomy_form_vocabulary().
PathTaxonomyTermTestCase::testTermAlias in modules/path/tests/path.test
Tests alias functionality through the admin interfaces.
PathTestCase::testAdminAlias in modules/path/tests/path.test
Tests alias functionality through the admin interfaces.
PathTestCase::testDuplicateNodeAlias in modules/path/tests/path.test
Tests that tries to create a duplicate alias are caught by validation.
PathTestCase::testNodeAlias in modules/path/tests/path.test
Tests alias functionality through the node interfaces.
PathTestCase::testPathCache in modules/path/tests/path.test
Tests the path cache.
path_token_info in modules/path/path.tokens.inc
Implements hook_token_info().
redirect_404_list in modules/redirect/redirect.admin.inc
Form callback; Display a list of all recent 404 pages.
redirect_config_info in modules/redirect/redirect.module
Implements hook_config_info()
redirect_delete_form in modules/redirect/redirect.admin.inc
Form builder to delete an URL redirect.
redirect_delete_form_submit in modules/redirect/redirect.admin.inc
Form submit handler; delete an URL redirect after confirmation.
redirect_edit_form in modules/redirect/redirect.admin.inc
Form builder to add or edit an URL redirect.
redirect_edit_form_submit in modules/redirect/redirect.admin.inc
Form submit handler; insert or update an URL redirect.
redirect_edit_form_validate in modules/redirect/redirect.admin.inc
Form validate handler; validate an URL redirect
redirect_element_validate_redirect in modules/redirect/redirect.admin.inc
Element validate handler; validate the redirect of an URL redirect.
redirect_element_validate_source in modules/redirect/redirect.admin.inc
Element validate handler; validate the source of an URL redirect.
redirect_field_attach_form in modules/redirect/redirect.module
Implements hook_field_attach_form().
RedirectFunctionalTest::testPathChangeRedirects in modules/redirect/tests/redirect.test
Tests renaming automatic aliases in a circular loop.
redirect_handler_field_redirect_link_delete::options_form in modules/redirect/views/redirect_handler_field_redirect_link_delete.inc
Default options form that provides the label widget that all fields should have.
redirect_handler_field_redirect_link_delete::render in modules/redirect/views/redirect_handler_field_redirect_link_delete.inc
Render the field.
redirect_handler_field_redirect_link_edit::options_form in modules/redirect/views/redirect_handler_field_redirect_link_edit.inc
Default options form that provides the label widget that all fields should have.
redirect_handler_field_redirect_link_edit::render in modules/redirect/views/redirect_handler_field_redirect_link_edit.inc
Render the field.
redirect_handler_field_redirect_operations::options_form in modules/redirect/views/redirect_handler_field_redirect_operations.inc
Default options form that provides the label widget that all fields should have.
redirect_handler_field_redirect_operations::render in modules/redirect/views/redirect_handler_field_redirect_operations.inc
Render the field.
redirect_handler_field_redirect_redirect::options_form in modules/redirect/views/redirect_handler_field_redirect_redirect.inc
Default options form that provides the label widget that all fields should have.
redirect_handler_field_redirect_source::options_form in modules/redirect/views/redirect_handler_field_redirect_source.inc
Default options form that provides the label widget that all fields should have.
redirect_handler_filter_redirect_type::get_value_options in modules/redirect/views/redirect_handler_filter_redirect_type.inc
Child classes should be used to override this function and set the 'value options', unless 'options callback' is defined as a valid function or static public method to generate these values.
redirect_list_404_filter_form in modules/redirect/redirect.admin.inc
Return a form to filter URL redirects.
redirect_list_filter_form in modules/redirect/redirect.admin.inc
Return a partial form to filter URL redirects.
redirect_list_form in modules/redirect/redirect.admin.inc
Form callback; Display the list of all redirects.
redirect_list_form_operations_confirm_form in modules/redirect/redirect.admin.inc
Form callback; Confirm a bulk operation on a list of redirects.
redirect_list_form_operations_validate in modules/redirect/redirect.admin.inc
Validate redirect_list_form form submissions.
redirect_list_table in modules/redirect/redirect.admin.inc
Display a list of redirects. Used on forms when editing an entity.
redirect_permission in modules/redirect/redirect.module
Implements hook_permission().
redirect_redirect_operations in modules/redirect/redirect.module
Implements hook_redirect_operations().
redirect_settings_form in modules/redirect/redirect.admin.inc
Form builder for redirection settings.
redirect_status_code_options in modules/redirect/redirect.module
Return either a status code or array of possible status codes.
RedirectTestHelper::assertNoRedirect in modules/redirect/tests/redirect.test
RedirectTestHelper::assertPageCached in modules/redirect/tests/redirect.test
RedirectTestHelper::assertPageNotCached in modules/redirect/tests/redirect.test
RedirectTestHelper::assertRedirect in modules/redirect/tests/redirect.test
redirect_validate in modules/redirect/redirect.module
Validate a redirect.
redirect_views_data in modules/redirect/views/redirect.views.inc
Implements hook_views_data().
RenderElementTypesTestCase::testDetails in modules/simpletest/tests/theme.test
Tests Form API #type 'details'.
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().
SearchAdvancedSearchForm::testNodeType in modules/search/tests/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 "Page".
search_block_configure in modules/search/search.module
Implements hook_block_configure().
search_block_info in modules/search/search.module
Implements hook_block_info().
SearchBlockTestCase::testBlock in modules/search/tests/search.test
Test that the search block form works correctly.
search_block_view in modules/search/search.module
Implements hook_block_view().
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.
SearchCommentCountToggleTestCase::setUp in modules/search/tests/search.test
Sets up a Backdrop site for running functional and integration tests.
SearchCommentCountToggleTestCase::testSearchCommentCountToggle in modules/search/tests/search.test
Verify that comment count display toggles properly on comment status of node
SearchCommentTestCase::assertCommentAccess in modules/search/tests/search.test
Update search index and search for comment.
SearchCommentTestCase::testAddNewComment in modules/search/tests/search.test
Verify that 'Add comment' does not appear in search results or index.
SearchCommentTestCase::testSearchResultsComment in modules/search/tests/search.test
Verify that comments are rendered using proper format in search results.
SearchCommentTestCase::testSearchResultsCommentAccess in modules/search/tests/search.test
Verify access rules for comment indexing with different permissions.
search_config_info in modules/search/search.module
Implements hook_config_info().
SearchConfigSettingsForm::setUp in modules/search/tests/search.test
Sets up a Backdrop site for running functional and integration tests.
SearchConfigSettingsForm::testSearchModuleDisabling in modules/search/tests/search.test
Verify that you can disable individual search modules.
SearchConfigSettingsForm::testSearchNodeTypes in modules/search/tests/search.test
Verify enabling/disabling of certain node types.
SearchConfigSettingsForm::testSearchSettingsPage in modules/search/tests/search.test
Verify the search settings form.
search_embedded_form_form in modules/search/tests/search_embedded_form/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/search_embedded_form.module
Submit handler for search_embedded_form_form().
SearchEmbedForm::testEmbeddedForm in modules/search/tests/search.test
Tests that the embedded form appears and can be submitted.
SearchExactTestCase::testExactQuery in modules/search/tests/search.test
Tests that the correct number of pager links are found for both keywords and phrases.
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.
SearchLanguageTestCase::testLanguages in modules/search/tests/search.test
SearchNodeAccessTest::testPhraseSearchPunctuation in modules/search/tests/search.test
Tests that search works with punctuation and HTML entities.
SearchNumberMatchingTestCase::setUp in modules/search/tests/search.test
Sets up a Backdrop site for running functional and integration tests.
SearchNumberMatchingTestCase::testNumberSearching in modules/search/tests/search.test
Tests that all the numbers can be searched.
SearchNumbersTestCase::setUp in modules/search/tests/search.test
Sets up a Backdrop site for running functional and integration tests.
SearchNumbersTestCase::testNumberSearching in modules/search/tests/search.test
Tests that all the numbers can be searched.
SearchPageText::testSearchText in modules/search/tests/search.test
Tests the failed search text, and various other text on the search page.
search_permission in modules/search/search.module
Implements hook_permission().
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/tests/search.test
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-results.tpl.php in modules/search/templates/search-results.tpl.php
Default theme implementation for displaying search results.
search_view in modules/search/search.pages.inc
Menu callback; presents the search form and/or search results.
search_views_data in modules/search/views/search.views.inc
Implements hook_views_data().
search_views_plugins in modules/search/views/search.views.inc
Implements hook_views_plugins().
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::testSessionSaveRegenerate in modules/simpletest/tests/session.test
Tests for backdrop_save_session() and backdrop_session_regenerate().
_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.
seven_breadcrumb in themes/seven/template.php
Override theme function for breadcrumb trail
seven_node_add_list in themes/seven/template.php
Overrides theme_node_add_list().
seven_tablesort_indicator in themes/seven/template.php
Overrides theme_tablesort_indicator().
_simpletest_batch_finished in modules/simpletest/simpletest.module
_simpletest_batch_operation in modules/simpletest/simpletest.module
Batch operation callback.
SimpleTestBrokenSetUp::setUp in modules/simpletest/tests/simpletest.test
Sets up a Backdrop site for running functional and integration tests.
SimpleTestBrokenSetUp::tearDown in modules/simpletest/tests/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/tests/simpletest.test
Runs this test case from within the simpletest child site.
SimpleTestBrowserTestCase::testGetAbsoluteUrl in modules/simpletest/tests/simpletest.test
Test BackdropWebTestCase::getAbsoluteUrl().
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_profile_cache_folders in modules/simpletest/simpletest.module
Removes cached profile folders from the files directory.
simpletest_clean_profile_cache_tables in modules/simpletest/simpletest.module
Removes cached profile tables from the database.
simpletest_clean_temporary_directories in modules/simpletest/simpletest.module
Find all leftover temporary directories and remove them.
simpletest_config_info in modules/simpletest/simpletest.module
Implements hook_config_info().
_simpletest_format_summary_line in modules/simpletest/simpletest.module
SimpleTestFunctionalTest::confirmStubTestResults in modules/simpletest/tests/simpletest.test
Confirm that the stub test produced the desired results.
SimpleTestFunctionalTest::stubTest in modules/simpletest/tests/simpletest.test
Test to be run and the results confirmed.
SimpleTestFunctionalTest::testInternalBrowser in modules/simpletest/tests/simpletest.test
Test the internal browsers functionality.
SimpleTestFunctionalTest::testWebTestRunner in modules/simpletest/tests/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/tests/simpletest.test
Tests existence of test case located in an installation profile module.
SimpleTestMissingCheckedRequirements::testCheckRequirements in modules/simpletest/tests/simpletest.test
Ensures test will not run when requirements are missing.
SimpleTestMissingDependentModuleUnitTest::testFail in modules/simpletest/tests/simpletest.test
Ensure that this test will not be loaded despite its dependency.
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_submit in modules/simpletest/simpletest.pages.inc
Form submission handler for simpletest_settings_form().
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.
SummaryLengthTestCase::testSummaryLength in modules/node/tests/node.test
Tests the node summary length functionality.
syslog_form_system_logging_settings_alter in modules/syslog/syslog.module
Implements hook_form_FORM_ID_alter().
SyslogTestCase::testSettings in modules/syslog/tests/syslog.test
Test the syslog settings page.
system_403 in modules/system/system.module
Menu callback; Returns the standard "Page not found" error page.
system_404 in modules/system/system.module
Menu callback; Returns the standard "Page not found" error page.
system_admin_bar_cache_info in modules/system/system.module
Implements hook_admin_bar_cache_info().
system_admin_drivers_page in modules/system/system.drivers.inc
system_admin_menu_block_page in modules/system/system.admin.inc
Provide a single block from the administration menu as a page.
system_block_configure in modules/system/system.module
Implements hook_block_configure().
system_block_info in modules/system/system.module
Implements hook_block_info().
SystemBlockTestCase::testSystemBlocks in modules/system/tests/system.test
Test displaying and hiding the powered-by and help blocks.
system_check_directory in modules/system/system.module
Checks the existence of the directory specified in $form_element.
system_clear_cache_submit in modules/system/system.admin.inc
Submit callback; clear system caches.
SystemConfigFormCase::testConfigForm in modules/simpletest/tests/system_config_test.inc
Submit the system_config_form and then test the configuration has the expected values.
system_config_info in modules/system/system.module
Implements hook_config_info().
system_configure_date_formats_form in modules/system/system.admin.inc
Allow users to add additional date formats.
system_configure_date_formats_form_submit in modules/system/system.admin.inc
Process date format string submission.
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_time_formats in modules/system/system.admin.inc
Displays the date format strings overview page.
system_file_system_settings in modules/system/system.admin.inc
Form builder; Configure the site file handling.
system_filetransfer_info in modules/system/system.module
Implements hook_filetransfer_info().
system_get_module_admin_tasks in modules/system/system.module
Generate a list of tasks offered by a specified module.
system_header_block_form in modules/system/system.module
Settings form for the header block.
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_image_toolkit_settings_submit in modules/system/system.admin.inc
Submit handler for system_image_toolkit_settings().
system_jump_menu in modules/system/system.module
Generate a jump menu form.
system_logging_settings in modules/system/system.admin.inc
Form builder; Configure error reporting settings.
SystemMainContentFallback::testMainContentFallback in modules/system/tests/system.test
Test availability of main content.
system_menu_block_build in modules/system/system.menu.inc
Build a menu tree based on the provided configuration.
system_menu_block_form in modules/system/system.menu.inc
Returns the configuration form for a menu tree.
system_modules in modules/system/system.admin.inc
Menu callback; provides module enable/disable interface.
_system_modules_build_row in modules/system/system.admin.inc
Build a table row for the system modules page.
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_regional_settings_submit in modules/system/system.admin.inc
Form submission handler for regional settings.
system_requirements in modules/system/system.install
Implements hook_requirements().
system_retrieve_file in modules/system/system.module
Attempts to get a file using backdrop_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_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_site_maintenance_mode_submit in modules/system/system.admin.inc
Submit handler for the system_site_maintenance_mode() form.
system_stream_wrappers in modules/system/system.module
Implements hook_stream_wrappers().
SystemTestFileTransfer::getSettingsForm 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_theme_debug_enabled_warning in modules/system/system.module
Check if theme_debug is enabled, and throw a warning if so.
system_theme_default in modules/system/system.admin.inc
Menu callback; Set the default theme.
system_theme_disable_confirm in modules/system/system.admin.inc
Theme disable confirmation form.
system_theme_disable_confirm_submit in modules/system/system.admin.inc
Form submission handler for system_theme_disable_confirm_submit().
system_theme_enable in modules/system/system.admin.inc
Menu callback; Enables a theme.
SystemThemeFunctionalTest::testAdministrationTheme in modules/system/tests/system.test
Test the administration theme functionality.
SystemThemeFunctionalTest::testPerThemeSettings in modules/system/tests/system.test
Test the individual per-theme settings form.
SystemThemeFunctionalTest::testSwitchDefaultTheme in modules/system/tests/system.test
Test switching the default theme.
SystemThemeFunctionalTest::testThemeSettings in modules/system/tests/system.test
Test theme settings.
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_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_themes_page in modules/system/system.admin.inc
Menu callback; displays a listing of all themes.
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_token_output in modules/system/system.pages.inc
Page callback to output a token tree as an empty page.
system_tokens in modules/system/system.tokens.inc
Implements hook_tokens().
system_transliteration_retroactive in modules/system/system.admin.inc
Form builder function; generates retroactive transliteration confirm form.
system_transliteration_retroactive_submit in modules/system/system.admin.inc
Form submit function; retroactively transliterates existing file names.
system_update_1025 in modules/system/system.install
Convert block positioning and configuration to the default layout.
system_update_1040 in modules/system/system.install
Notify administrators if a non-core version of CKEditor module is present.
system_update_1041 in modules/system/system.install
Notify administrators if a non-core version of Email module is present.
system_update_1042 in modules/system/system.install
Notify administrators if a non-core version of Link module is present.
system_update_1044 in modules/system/system.install
Notify administrators if a non-core version of the Date module is present.
system_update_1046 in modules/system/system.install
Upgrade or prepare for transliteration functions in core.
system_update_1051 in modules/system/system.install
Notify administrators if a non-core version of Redirect module is present.
system_update_1052 in modules/system/system.install
Disable project browser if it previously existed on the site.
system_updater_info in modules/system/system.module
Implements hook_updater_info().
system_urls_settings in modules/system/system.admin.inc
Form builder; Configure clean URL settings.
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.
_system_utf8mb4_convert_batch in modules/system/system.admin.inc
Executes a batch operation for system_utf8mb4_convert_form_submit().
_system_utf8mb4_convert_batch_finished in modules/system/system.admin.inc
Performs post-processing for node_access_rebuild().
system_utf8mb4_convert_form in modules/system/system.admin.inc
Form to convert existing database tables to utf8mb4 if supported.
system_utf8mb4_convert_form_submit in modules/system/system.admin.inc
Form submit function; convert existing database tables to utf8mb4.
system_views_data in modules/system/views/system.views.inc
Implements hook_views_data().
tablesort_header in includes/tablesort.inc
Formats a column header.
taxonomy_autocomplete in modules/taxonomy/taxonomy.pages.inc
Page callback: Outputs JSON for taxonomy autocomplete suggestions.
taxonomy_config_create_validate in modules/taxonomy/taxonomy.module
Implements hook_config_create_validate()
taxonomy_config_info in modules/taxonomy/taxonomy.module
Implements hook_taxonomy_config_info().
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_formatter_settings_form in modules/taxonomy/taxonomy.module
Implements hook_field_formatter_settings_form().
taxonomy_field_formatter_settings_summary in modules/taxonomy/taxonomy.module
Implements hook_field_formatter_settings_summary().
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_views_data in modules/taxonomy/views/taxonomy.views.inc
Implements hook_field_views_data().
taxonomy_field_views_data_views_data_alter in modules/taxonomy/views/taxonomy.views.inc
Implements hook_field_views_data_views_data_alter().
taxonomy_field_widget_info in modules/taxonomy/taxonomy.module
Implements hook_field_widget_info().
taxonomy_field_widget_settings_form in modules/taxonomy/taxonomy.module
Implements hook_field_widget_settings_form().
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_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().
TaxonomyHooksTestCase::testTaxonomyTermHooks in modules/taxonomy/tests/taxonomy.test
Test that hooks are run correctly on creating, editing, viewing, and deleting a term.
TaxonomyLanguageFunctionalTest::setUp in modules/taxonomy/tests/taxonomy.test
Sets up a Backdrop site for running functional and integration tests.
TaxonomyLanguageFunctionalTest::testNodeTermLanguageCreation in modules/taxonomy/tests/taxonomy.test
Test term creation with a free-tagging vocabulary from the node form.
TaxonomyLanguageFunctionalTest::testVocabularyLanguageInterface in modules/taxonomy/tests/taxonomy.test
Create, configure and delete a vocabulary via the user interface.
taxonomy_layout_context_info in modules/taxonomy/taxonomy.module
Implements hook_layout_context_info().
TaxonomyLegacyTestCase::testTaxonomyLegacyNode in modules/taxonomy/tests/taxonomy.test
Test taxonomy functionality with nodes prior to 1970.
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
Page callback at admin/structure/taxonomy to list all available vocabularies.
taxonomy_path_bulk_update_batch_process in modules/taxonomy/taxonomy.path.inc
Batch processing callback; Generate URL aliases for taxonomy terms.
taxonomy_path_info in modules/taxonomy/taxonomy.path.inc
Implements hook_path_info().
taxonomy_permission in modules/taxonomy/taxonomy.module
Implements hook_permission().
TaxonomyRSSTestCase::testTaxonomyRSS in modules/taxonomy/tests/taxonomy.test
Tests that terms added to nodes are displayed in core RSS feed.
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.
TaxonomyTermFieldMultipleVocabularyTestCase::testTaxonomyTermFieldMultipleVocabularies in modules/taxonomy/tests/taxonomy.test
Tests term reference field and widget with multiple vocabularies.
TaxonomyTermFieldTestCase::testTaxonomyTermFieldWidgets in modules/taxonomy/tests/taxonomy.test
Test widgets.
TaxonomyTermIndexTestCase::testTaxonomyIndex in modules/taxonomy/tests/taxonomy.test
Tests that the taxonomy index is maintained properly.
taxonomy_term_page in modules/taxonomy/taxonomy.pages.inc
Menu callback; displays all nodes associated with a term.
TaxonomyTermTestCase::testNodeTermCreationAndDeletion in modules/taxonomy/tests/taxonomy.test
Test term creation with a free-tagging vocabulary from the node form.
TaxonomyTermTestCase::testTaxonomyNode in modules/taxonomy/tests/taxonomy.test
Test that hook_node_$op implementations work correctly.
TaxonomyTermTestCase::testTaxonomyTermHierarchy in modules/taxonomy/tests/taxonomy.test
Test terms in a single and multiple hierarchy.
TaxonomyTermTestCase::testTermInterface in modules/taxonomy/tests/taxonomy.test
Save, edit and delete a term using the user interface.
TaxonomyTermTestCase::testTermMultipleParentsInterface in modules/taxonomy/tests/taxonomy.test
Test saving a term with multiple parents through the UI.
TaxonomyTermTestCase::testTermReorder in modules/taxonomy/tests/taxonomy.test
Save, edit and delete a term using the user interface.
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().
TaxonomyTokenReplaceTestCase::testTaxonomyTokenReplacement in modules/taxonomy/tests/taxonomy.test
Creates some terms and a node, then tests the tokens generated from them.
taxonomy_views_data in modules/taxonomy/views/taxonomy.views.inc
Implements hook_views_data().
taxonomy_views_data_alter in modules/taxonomy/views/taxonomy.views.inc
Implements hook_views_data_alter().
taxonomy_views_plugins in modules/taxonomy/views/taxonomy.views.inc
Implements hook_views_plugins().
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.
taxonomy_vocabulary_form_permissions in modules/taxonomy/taxonomy.admin.inc
Builds a matrix of node permissions for this node type.
TaxonomyVocabularyFunctionalTest::testTaxonomyAdminDeletingVocabulary in modules/taxonomy/tests/taxonomy.test
Deleting a vocabulary.
TaxonomyVocabularyFunctionalTest::testTaxonomyAdminNoVocabularies in modules/taxonomy/tests/taxonomy.test
Test the vocabulary overview with no vocabularies.
TaxonomyVocabularyFunctionalTest::testVocabularyInterface in modules/taxonomy/tests/taxonomy.test
Create, configure and delete a vocabulary via the user interface.
TaxonomyVocabularyFunctionalTest::testVocabularyPermissions in modules/taxonomy/tests/taxonomy.test
Tests that vocabulary permissions are correctly set from the Taxonomy UI.
taxonomy_vocabulary_list_permissions in modules/taxonomy/taxonomy.module
Helper function to generate standard permission list for a vocabulary.
telemetry_config_info in modules/telemetry/telemetry.module
Implements hook_config_info().
telemetry_report in modules/telemetry/telemetry.admin.inc
telemetry_telemetry_info in modules/telemetry/telemetry.telemetry.inc
Implements hook_telementry_info().
template_preprocess_admin_bar_icon in modules/admin_bar/admin_bar.theme.inc
Preprocesses variables for theme_admin_bar_icon().
template_preprocess_comment in modules/comment/comment.theme.inc
Preprocesses variables for comment.tpl.php.
template_preprocess_date_views_pager in modules/date/date.theme.inc
Preprocess function for Date pager template.
template_preprocess_installer_browser_install_queue in modules/installer/installer.theme.inc
Add some variables for the projects install queue theme.
template_preprocess_installer_browser_list in modules/installer/installer.theme.inc
Add some variables for the projects list theme.
template_preprocess_installer_browser_project in modules/installer/installer.theme.inc
Add some variables for the project theme.
template_preprocess_installer_browser_project_dialog in modules/installer/installer.theme.inc
Add some variables for the project details dialog.
template_preprocess_username in modules/user/user.theme.inc
Preprocesses variables for theme_username().
template_preprocess_user_picture in modules/user/user.theme.inc
Process variables for user-picture.tpl.php.
template_preprocess_views_ui_display_tab_bucket in modules/views_ui/views_ui.theme.inc
template_preprocess_views_ui_display_tab_setting in modules/views_ui/views_ui.theme.inc
template_preprocess_views_ui_view_preview_section in modules/views_ui/views_ui.theme.inc
Theme preprocess for theme_views_ui_view_preview_section().
template_preprocess_views_view_table in modules/views/templates/views.theme.inc
Display a view as a table style.
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().
TextFieldTestCase::_testTextfieldWidgets in modules/field/modules/text/tests/text.test
Helper function for testTextfieldWidgets().
TextFieldTestCase::_testTextfieldWidgetsFormatted in modules/field/modules/text/tests/text.test
Helper function for testTextfieldWidgetsFormatted().
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().
TextSummaryTestCase::testOnlyTextSummary in modules/field/modules/text/tests/text.test
Test sending only summary.
TextTranslationTestCase::setUp in modules/field/modules/text/tests/text.test
Sets up a Backdrop site for running functional and integration tests.
TextTranslationTestCase::testTextField in modules/field/modules/text/tests/text.test
Test that a plaintext textfield widget is correctly populated.
TextTranslationTestCase::testTextFieldFormatted in modules/field/modules/text/tests/text.test
Check that user that does not have access the field format cannot see the source value when creating a translation.
theme in includes/theme.inc
Generates themed output.
theme_admin_bar_icon in modules/admin_bar/admin_bar.theme.inc
Renders an icon to display in the administration bar.
theme_admin_page in modules/system/system.theme.inc
Returns HTML for an administrative page.
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_ckeditor_settings_toolbar in modules/ckeditor/ckeditor.theme.inc
Displays the toolbar configuration for CKEditor.
theme_color_preview in modules/color/color.theme.inc
Returns HTML for a theme's color preview.
theme_comment_block in modules/comment/comment.theme.inc
Returns HTML for a list of recent comments.
theme_comment_post_forbidden in modules/comment/comment.theme.inc
Returns HTML for a "you can't post comments" notice.
theme_contact_category_list_table in modules/contact/contact.theme.inc
Returns HTML for the contact form categories administrative table.
theme_date_combo in modules/date/date.theme.inc
Returns HTML for a start/end date combination on form.
theme_date_display_range in modules/date/date.theme.inc
Returns HTML for a date element formatted as a range.
theme_date_display_remaining in modules/date/date.theme.inc
Returns HTML for remaining message.
theme_date_nav_title in modules/date/date.theme.inc
Theme the calendar title.
theme_date_text_parts in modules/date/date.theme.inc
Returns HTML for the text/select options for date parts in a table.
theme_date_time_ago in modules/date/date.theme.inc
Returns HTML for a date in the format 'time ago'.
theme_feed_icon in includes/theme.inc
Returns HTML for a feed icon.
theme_field_multiple_value_form in modules/field/field.theme.inc
Returns HTML for an individual form element.
theme_field_ui_view_modes in modules/field_ui/field_ui.theme.inc
Returns HTML for the entity display mode table.
theme_file_download_link in modules/file/file.theme.inc
Copy of theme_file_link() for linking to the file download URL.
theme_file_formatter_table in modules/file/file.theme.inc
Returns HTML for a file attachments table.
theme_file_link in modules/file/file.theme.inc
Returns HTML for a link to a file.
theme_file_upload_help in modules/file/file.theme.inc
Returns HTML for help text based on file upload validators.
theme_file_widget_multiple in modules/file/file.theme.inc
Returns HTML for a group of file upload widgets.
theme_filter_admin_format_filter_order in modules/filter/filter.theme.inc
Returns HTML for a text format's filter order form.
theme_filter_admin_overview in modules/filter/filter.theme.inc
Returns HTML for the text format administration overview form.
theme_filter_tips in modules/filter/filter.theme.inc
Returns HTML for a set of filter tips.
theme_filter_tips_more_info in modules/filter/filter.theme.inc
Returns HTML for a link to the more extensive filter tips.
ThemeFunctionsTestCase::assertThemeOutput in modules/simpletest/tests/theme.test
Asserts themed output.
ThemeHtmlTplPhpAttributesTestCase::testThemeHtmlTplPhpAttributes in modules/simpletest/tests/theme.test
Tests that modules and themes can alter variables in html.tpl.php.
theme_image_resize_summary in modules/image/image.theme.inc
Returns HTML for a summary of an image resize effect.
theme_image_rotate_summary in modules/image/image.theme.inc
Returns HTML for a summary of an image rotate effect.
theme_image_scale_summary in modules/image/image.theme.inc
Returns HTML for a summary of an image scale effect.
theme_image_style_effects in modules/image/image.theme.inc
Returns HTML for a listing of the effects within a specific image style.
theme_image_style_list in modules/image/image.theme.inc
Returns HTML for the page containing the list of image styles.
theme_image_style_preview in modules/image/image.theme.inc
Returns HTML for a preview of an image style.
theme_installer_browser_project_description in modules/installer/installer.theme.inc
Builds the truncated description on the project list.
theme_label_machine_name in modules/system/system.theme.inc
Returns HTML for the display of a label and its machine name.
theme_language_negotiation_configure_form in modules/locale/locale.theme.inc
Returns HTML for the language negotiation configuration form.
theme_layout_condition_info in modules/layout/layout.theme.inc
Outputs a list of conditions for a layout. Used in the layout listing page.
theme_layout_menu_item_arguments_table in modules/layout/layout.theme.inc
Output the arguments table for layout_menu_item_arguments_form().
theme_layout_reorder_layouts in modules/layout/layout.theme.inc
Turn the rearrange form into a table with table sorting displayed.
theme_layout_settings_context_table in modules/layout/layout.theme.inc
Output the table for layout_settings_form() contexts.
theme_link_formatter_link_short in modules/link/link.theme.inc
Formats a link using "Link" as the link text.
theme_locale_date_format_form in modules/locale/locale.theme.inc
Returns themed HTML for the locale_date_format_form() 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.theme.inc
Returns HTML for the menu overview form into a table.
theme_menu_toggle in includes/menu.inc
Returns rendered HTML for a menu toggle.
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.theme.inc
Returns HTML for a list of available node types for node creation.
theme_node_admin_overview in modules/node/node.theme.inc
Returns HTML for a node type description for the content type admin page.
theme_node_recent_block in modules/node/node.theme.inc
Returns HTML for a list of recent content.
theme_node_search_factors in modules/node/node.theme.inc
Returns HTML for the content ranking part of the search settings admin page.
theme_options in modules/field/modules/options/options.theme.inc
Theme an options element.
theme_options_none in modules/field/modules/options/options.theme.inc
Returns HTML for the label for the empty value for options that are not required.
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_path_bulk_update_form in modules/path/path.admin.inc
Returns HTML for the Path bulk update page.
theme-settings.php in themes/bartik/theme-settings.php
theme-settings.php in themes/basis/theme-settings.php
Theme settings file for Basis.
theme_simpletest_test_table in modules/simpletest/simpletest.theme.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.theme.inc
Returns HTML for the status report.
theme_system_admin_index in modules/system/system.theme.inc
Returns HTML for the output of the dashboard page.
theme_system_modules_fieldset in modules/system/system.theme.inc
Returns HTML for the modules form.
theme_system_modules_uninstall in modules/system/system.theme.inc
Returns HTML for a table of currently disabled modules.
theme_system_powered_by in modules/system/system.theme.inc
Returns HTML for the Powered by Silkscreen text.
theme_system_themes_page in modules/system/system.theme.inc
Returns HTML for the Appearance page.
theme_tablesort_indicator in includes/theme.inc
Returns HTML for a sort icon.
ThemeTableUnitTest::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.
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.theme.inc
Returns HTML for a terms overview form as a sortable list of terms.
theme_token_tree in modules/system/system.theme.inc
Provide a 'tree' display of nested tokens.
theme_token_tree_link in modules/system/system.theme.inc
Theme a link to a token tree either as a regular link or a dialog.
ThemeUnitTest::testTemplateOverride in modules/simpletest/tests/theme.test
Ensures a themes template is overrideable based on the 'template' filename.
theme_update_last_check in modules/update/update.theme.inc
Returns HTML for the last time we checked for update data.
theme_update_report in modules/update/update.theme.inc
Returns HTML for the project status report.
ThemeUpdater::postInstallTasks in modules/system/system.updater.inc
Return an array of links to pages that should be visited post operation.
theme_update_status_label in modules/update/update.theme.inc
Returns HTML for a label to display for a project's update status.
theme_update_version in modules/update/update.theme.inc
Returns HTML for the version display of a project.
theme_user_admin_permissions in modules/user/user.theme.inc
Returns HTML for the administer permissions page.
theme_user_admin_roles in modules/user/user.theme.inc
Returns HTML for the role order form.
theme_vertical_tabs in includes/form.inc
Returns HTML for an element's children fieldsets as vertical tabs.
theme_views_mini_pager in modules/views/templates/views.theme.inc
theme_views_ui_build_group_filter_form in modules/views_ui/views_ui.theme.inc
Theme the build group filter form.
theme_views_ui_rearrange_filter_form in modules/views_ui/views_ui.theme.inc
Turn the rearrange form into a proper table
theme_views_ui_rearrange_form in modules/views_ui/views_ui.theme.inc
Turn the rearrange form into a proper table
theme_views_ui_reorder_displays_form in modules/views_ui/views_ui.theme.inc
Turn the reorder form into a proper table
theme_views_ui_style_plugin_table in modules/views_ui/views_ui.theme.inc
Theme the form for the table style plugin
theme_views_ui_view_description in modules/views_ui/views_ui.theme.inc
Display the view description, tags, and type (base table).
theme_views_ui_view_storage in modules/views_ui/views_ui.theme.inc
Display the storage status of the view.
TokenCurrentPageTestCase::testCurrentPageTokens in modules/simpletest/tests/token.test
token_element_validate in includes/token.inc
Validate a form element that should have tokens in it.
token_get_token_problems in includes/token.inc
Retrieves the current list of all site tokens and checks for common problems.
TokenMenuTestCase::testMenuTokens in modules/simpletest/tests/token.test
TokenNodeTestCase::testNodeTokens in modules/simpletest/tests/token.test
TokenTestHelper::assertNoTokens in modules/simpletest/tests/token.test
TokenTestHelper::assertPageTokens in modules/simpletest/tests/token.test
Make a page request and test for token generation.
TokenTestHelper::assertTokens in modules/simpletest/tests/token.test
TokenUserTestCase::testUserTokens in modules/simpletest/tests/token.test
translation_config_info in modules/translation/translation.module
Implements hook_config_info().
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_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().
TranslationTestCase::addLanguage in modules/translation/tests/translation.test
Installs the specified language, or enables it if it is already installed.
TranslationTestCase::createPage in modules/translation/tests/translation.test
Creates a "Page" in the specified language.
TranslationTestCase::createTranslation in modules/translation/tests/translation.test
Creates a translation for a page in the specified language.
TranslationTestCase::setUp in modules/translation/tests/translation.test
Sets up a Backdrop site for running functional and integration tests.
TranslationTestCase::testContentTranslation in modules/translation/tests/translation.test
Creates, modifies, and updates a page with a translation.
TranslationTestCase::testLanguageSwitcherBlockIntegration in modules/translation/tests/translation.test
Tests that the language switcher block alterations work as intended.
TranslationTestCase::testLanguageSwitchLinks in modules/translation/tests/translation.test
Checks that the language switch links behave properly.
translation_views_data_alter in modules/translation/views/translation.views.inc
Implements hook_views_data_alter().
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.
update_access_denied_page in ./update.php
Renders a 403 access denied page for update.php.
update_admin_bar_cache_info in modules/update/update.module
Implements hook_admin_bar_cache_info().
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_config_info in modules/update/update.module
Implements hook_config_info().
UpdateCoreTestCase::testDatestampMismatch in modules/update/tests/update.test
Ensures proper results where there are date mismatches among modules.
UpdateCoreTestCase::testModulePageRegularUpdate in modules/update/tests/update.test
Checks the messages at admin/modules when an update is missing.
UpdateCoreTestCase::testModulePageRunCron in modules/update/tests/update.test
Checks that running cron updates the list of available updates.
UpdateCoreTestCase::testModulePageSecurityUpdate in modules/update/tests/update.test
Checks the messages at admin/modules when a security update is missing.
UpdateCoreTestCase::testModulePageUpToDate in modules/update/tests/update.test
Checks the messages at admin/modules when the site is up to date.
UpdateCoreTestCase::testNormalUpdateAvailable in modules/update/tests/update.test
Tests the Update Manager module when one normal update is available.
UpdateCoreTestCase::testNoUpdatesAvailable in modules/update/tests/update.test
Tests the Update Manager module when no updates are available.
UpdateCoreTestCase::testSecurityUpdateAvailable in modules/update/tests/update.test
Tests the Update Manager module when a security update is available.
UpdateCoreTestCase::testServiceUnavailable in modules/update/tests/update.test
Tests the Update Manager module when the update server returns 503 errors.
UpdateCoreTestCase::testUpdateCheckingEnabled in modules/update/tests/update.test
Tests _update_checking_enabled() returns the expected value during tests.
update_do_one in includes/update.inc
Performs one update and stores the results for display on the results page.
update_fetch_data_batch in modules/update/update.fetch.inc
Batch callback: Processes a step in batch for fetching available update data.
update_fetch_data_finished in modules/update/update.fetch.inc
Batch callback: Performs actions when all fetch tasks have been completed.
update_helpful_links in ./update.php
Provides links to the homepage and administration pages.
update_mail in modules/update/update.module
Implements hook_mail().
update_manual_status in modules/update/update.fetch.inc
Page callback: Checks for updates and displays the update status report.
_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_process_project_info in modules/update/update.compare.inc
Determines version and type information for currently installed projects.
_update_requirement_check in modules/update/update.install
Fills in the requirements array.
update_requirements in modules/update/update.install
Implements hook_requirements().
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 Backdrop info file.
Updater::getProjectType in includes/updater.inc
Return the project type from a Backdrop info file or directory.
Updater::getUpdaterFromDirectory in includes/updater.inc
Determine which Updater class can operate on the given directory.
Updater::install in includes/updater.inc
Installs a Backdrop 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 Backdrop project, returns a list of next actions.
UpdateScriptFunctionalTest::testNoPendingUpdates in modules/system/tests/system.test
Tests that there are no pending updates for the first test method.
UpdateScriptFunctionalTest::testNoUpdateFunctionality in modules/system/tests/system.test
Tests update.php when there are no updates to apply.
UpdateScriptFunctionalTest::testRequirements in modules/system/tests/system.test
Tests that requirements warnings and errors are correctly displayed.
UpdateScriptFunctionalTest::testSuccessfulUpdateFunctionality in modules/system/tests/system.test
Tests update.php after performing a successful update.
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_1000 in modules/simpletest/tests/update_script_test.install
Dummy update function to run during the tests.
update_settings in modules/update/update.admin.inc
Form constructor for the update settings form.
update_settings_submit in modules/update/update.admin.inc
Form submission handler for update_settings().
update_settings_validate in modules/update/update.admin.inc
Form validation handler for update_settings().
UpdateTestContribCase::testHookUpdateStatusAlter in modules/update/tests/update.test
Check that hook_update_status_alter() works to change a status.
UpdateTestContribCase::testNoReleasesAvailable in modules/update/tests/update.test
Tests when there is no available release data for a contrib module.
UpdateTestContribCase::testUpdateBaseThemeSecurityUpdate in modules/update/tests/update.test
Tests that subthemes are notified about security updates for base themes.
UpdateTestContribCase::testUpdateBrokenFetchURL in modules/update/tests/update.test
Makes sure that if we fetch from a broken URL, sane things happen.
UpdateTestContribCase::testUpdateContribBasic in modules/update/tests/update.test
Tests the basic functionality of a contrib module on the status report.
UpdateTestContribCase::testUpdateContribOrder in modules/update/tests/update.test
Tests that contrib projects are ordered by project name.
UpdateTestContribCase::testUpdateShowDisabledThemes in modules/update/tests/update.test
Tests that disabled themes are only shown when desired.
UpdateTestFileTransfer::getSettingsForm in modules/update/tests/update_test/update_test.module
Returns a settings form with a text field to input a username.
update_test_filetransfer_info in modules/update/tests/update_test/update_test.module
Implements hook_filetransfer_info().
UpdateTestHelper::assertStandardTests in modules/update/tests/update.test
Runs a series of assertions that are applicable to all update statuses.
update_test_menu in modules/update/tests/update_test/update_test.module
Implements hook_menu().
UpgradePathTestCase::performUpgrade in modules/simpletest/tests/upgrade/upgrade.test
Perform the upgrade.
UrlAlterFunctionalTest::testUrlAlter in modules/simpletest/tests/path.test
Test that URL altering works and that it occurs in the correct order.
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_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 add or configure a single role.
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_roles in modules/user/user.admin.inc
Form to re-order roles.
user_admin_roles_order_submit in modules/user/user.admin.inc
Form submit function. Update the role weights.
user_admin_role_submit in modules/user/user.admin.inc
Form submit handler for the user_admin_role() form.
user_admin_settings in modules/user/user.admin.inc
Form builder; Configure user settings for this site.
UserAdminTestCase::testUserAdmin in modules/user/tests/user.test
Registers a user and deletes it.
user_block_info in modules/user/user.module
Implements hook_block_info().
UserBlocksUnitTests::testDisabledAccountLink in modules/user/tests/user.test
Tests disabling the 'My account' link.
UserBlocksUnitTests::testUserLoginBlock in modules/user/tests/user.test
Tests the secondary menu.
user_block_user_action in modules/user/user.actions.inc
Blocks a specific user account.
user_block_view in modules/user/user.module
Implements hook_block_view().
_user_cancel in modules/user/user.module
Last batch processing step for cancelling a user account.
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 canceling user account.
user_cancel_confirm_form_submit in modules/user/user.pages.inc
Submit handler for user_cancel_confirm_form().
user_cancel_methods in modules/user/user.pages.inc
Helper function to return available account cancellation methods.
UserCancelTestCase::testMassUserCancelByAdmin in modules/user/tests/user.test
Create an administrative user and mass-delete other users.
UserCancelTestCase::testUserAnonymize in modules/user/tests/user.test
Delete account and anonymize all content.
UserCancelTestCase::testUserBlock in modules/user/tests/user.test
Disable account and keep all content.
UserCancelTestCase::testUserBlockUnpublish in modules/user/tests/user.test
Disable account and unpublish all content.
UserCancelTestCase::testUserCancelByAdmin in modules/user/tests/user.test
Create an administrative user and delete another user.
UserCancelTestCase::testUserCancelInvalid in modules/user/tests/user.test
Attempt invalid account cancellations.
UserCancelTestCase::testUserCancelUid1 in modules/user/tests/user.test
Tests that user account for uid 1 cannot be cancelled.
UserCancelTestCase::testUserCancelWithoutPermission in modules/user/tests/user.test
Attempt to cancel account without permission.
UserCancelTestCase::testUserDelete in modules/user/tests/user.test
Delete account and remove all content.
user_config_info in modules/user/user.module
Implements hook_config_info().
UserCreateTestCase::testUserAdd in modules/user/tests/user.test
Create a user through the administration interface and ensure that it displays in the user list.
UserCreateTestCase::testUserWithWeakPassword in modules/user/tests/user.test
Tests setting a weak password.
UserEditedOwnAccountTestCase::testUserEditedOwnAccount in modules/user/tests/user.test
Tests a user editing their own account.
UserEditRebuildTestCase::testUserEditFormRebuild in modules/user/tests/user.test
Test user edit page when the form is set to rebuild.
UserEditTestCase::testUserEdit in modules/user/tests/user.test
Test user edit page.
UserEditTestCase::testUserWith0Password in modules/user/tests/user.test
Tests setting the password to "0".
UserEntityCallbacksTestCase::testLabelCallback in modules/user/tests/user.test
Test label callback.
UserEntityCallbacksTestCase::testUriCallback in modules/user/tests/user.test
Test URI callback.
user_entity_info in modules/user/user.module
Implements hook_entity_info().
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_form_field_ui_field_edit_form_alter in modules/user/user.module
Implements hook_form_FORM_ID_alter().
user_form_process_password in modules/user/user.module
Form element process handler for client-side password hide/show and strength.
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/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/user_form_test.module
Submit function for the test form for user_validate_current_pass().
user_layout_context_info in modules/user/user.module
Implements hook_layout_context_info().
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
First phase validation handler for the login form.
user_login_settings in modules/user/user.admin.inc
Login settings form.
UserLoginTestBase::assertFailedLogin in modules/user/tests/user.test
Make an unsuccessful login attempt.
UserLoginTestCase::testAccountNotFound in modules/user/tests/user.test
Attempt to login with an unregistered username.
user_menu_title in modules/user/user.module
Menu item title callback for the 'user' path.
user_multiple_cancel_confirm in modules/user/user.admin.inc
Form builder; Cancel multiple accounts at the same time.
user_pass in modules/user/user.pages.inc
Form builder; request a password reset.
user_pass_required_validate in modules/user/user.module
Element validate handler for the password field.
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_reset_form in modules/user/user.pages.inc
Form builder; one time login form with password reset.
user_pass_reset_form_submit in modules/user/user.pages.inc
Submit handler for user_pass_reset_form().
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_password_policy_help in modules/user/user.password.inc
Generates help text for core password constraints on forms.
user_password_policy_validate in modules/user/user.module
Validation callback for password constraints.
UserPasswordResetTest::testUserPasswordReset in modules/user/tests/user_password_reset.test
Tests password reset functionality.
UserPasswordResetTest::testUserResetPasswordTextboxFilled in modules/user/tests/user_password_reset.test
Prefill the text box on incorrect login via link to password reset page.
user_path_bulk_update_batch_process in modules/user/user.path.inc
Batch processing callback; Generate URL aliases for users.
user_path_info in modules/user/user.path.inc
Implements hook_path_info().
user_permission in modules/user/user.module
Implements hook_permission().
UserPermissionLayoutAccess::form in modules/layout/plugins/access/user_permission_layout_access.inc
Settings form for configuring this access item.
UserPermissionLayoutAccess::summary in modules/layout/plugins/access/user_permission_layout_access.inc
Provides a human-readable summary of this access check's behavior.
UserPermissionsTestCase::testAdministratorRole in modules/user/tests/user.test
Test assigning of permissions for the administrator role.
UserPermissionsTestCase::testUserPermissionChanges in modules/user/tests/user.test
Change user permissions and check user_access().
UserPictureTestCase::saveUserPicture in modules/user/tests/user.test
UserPictureTestCase::testDeletePicture in modules/user/tests/user.test
Tests deletion of user pictures.
UserPictureTestCase::testNoPicture in modules/user/tests/user.test
UserPictureTestCase::testUserPictureAdminFormValidation in modules/user/tests/user.test
Tests the admin form validates user picture settings.
UserPictureTestCase::testWithGDinvalidDimension in modules/user/tests/user.test
Do the test: GD Toolkit is installed Picture has invalid dimension
UserPictureTestCase::testWithGDinvalidSize in modules/user/tests/user.test
Do the test: GD Toolkit is installed Picture has invalid size
UserPictureTestCase::testWithoutGDinvalidDimension in modules/user/tests/user.test
Do the test: GD Toolkit is not installed Picture has invalid size
UserPictureTestCase::testWithoutGDinvalidSize in modules/user/tests/user.test
Do the test: GD Toolkit is not installed Picture has invalid size
user_profile_form in modules/user/user.pages.inc
Form builder; edit a user account.
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.
UserRegistrationTestCase::testRegistrationDefaultValues in modules/user/tests/user.test
UserRegistrationTestCase::testRegistrationEmailAsUsername in modules/user/tests/user.test
Tests new users username matches their email if username is an email.
UserRegistrationTestCase::testRegistrationEmailAsUsernameDisabled in modules/user/tests/user.test
Tests new users username not matching their email if username is an email.
UserRegistrationTestCase::testRegistrationEmailDuplicates in modules/user/tests/user.test
UserRegistrationTestCase::testRegistrationWithEmailVerification in modules/user/tests/user.test
UserRegistrationTestCase::testRegistrationWithoutEmailVerification in modules/user/tests/user.test
UserRegistrationTestCase::testRegistrationWithUserFields in modules/user/tests/user.test
Tests Field API fields on user registration forms.
UserRoleAdminTestCase::testRoleAdministration in modules/user/tests/user.test
Test adding, renaming and deleting roles.
UserRoleAdminTestCase::testRoleWeightChange in modules/user/tests/user.test
Test user role weight change operation.
UserRoleLayoutAccess::form in modules/layout/plugins/access/user_role_layout_access.inc
Settings form for configuring this access item.
UserRoleLayoutAccess::summary in modules/layout/plugins/access/user_role_layout_access.inc
Provides a human-readable summary of this access check's behavior.
user_role_load_by_name in modules/user/user.module
Legacy wrapper function preserved for backwards-compatibility. This function is no longer used by Backdrop core, since all roles are loaded by name now. See https://api.backdropcms.org/change-records/converted-user-roles-cmi
user_roles in modules/user/user.module
Retrieve an array of roles matching specified conditions.
UserRolesAssignmentTestCase::testAssignAndRemoveRole in modules/user/tests/user.test
Tests that a user can be assigned a role and that the role can be removed again.
UserRolesAssignmentTestCase::testCreateUserWithRole in modules/user/tests/user.test
Tests that when creating a user the role can be assigned. And that it can be removed again.
user_settings_email in modules/user/user.admin.inc
Form builder; Configure user email settings for this site.
user_settings_email_submit in modules/user/user.admin.inc
Form submission handler for user_settings_email().
UserSignatureTestCase::testUserSignature in modules/user/tests/user.test
Test that a user can change their signature format and that it is respected upon display.
UserTimeZoneFunctionalTest::testUserTimeZone in modules/user/tests/user.test
Tests the display of dates and time when user-configurable time zones are set.
user_token_info in modules/user/user.tokens.inc
Implements hook_token_info().
user_tokens in modules/user/user.tokens.inc
Implements hook_tokens().
UserUserSearchTestCase::testUserSearch in modules/user/tests/user.test
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().
UserValidateCurrentPassCustomForm::testUserValidateCurrentPassCustomForm in modules/user/tests/user.test
Tests that user_validate_current_pass can be reused on a custom form.
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.
user_views_data in modules/user/views/user.views.inc
Implements hook_views_data().
user_views_plugins in modules/user/views/user.views.inc
Implements hook_views_plugins().
UuidUnitTestCase::testUuidValidation in modules/system/tests/system.test
Test UUID validation.
view::add_display in modules/views/includes/view.inc
Add a new display handler to the view, automatically creating an id.
view::__construct in modules/views/includes/view.inc
Constructor
view::get_breadcrumb in modules/views/includes/view.inc
Get the breadcrumb used for this view.
view::is_translatable in modules/views/includes/view.inc
Determine whether a view supports admin string translation.
view_mode_test_entity_view_mode_info in modules/field_ui/tests/view_mode_test/view_mode_test.module
Implements hook_entity_view_mode_info().
view_mode_test_entity_view_mode_info_alter in modules/field_ui/tests/view_mode_test/view_mode_test.module
Implements hook_entity_view_mode_info_alter().
ViewsAccessTest::testAccessNone in modules/views/tests/views_access.test
Tests none access plugin.
ViewsAccessTest::testAccessPerm in modules/views/tests/views_access.test
Tests perm access plugin.
ViewsAccessTest::testAccessRole in modules/views/tests/views_access.test
Tests role access plugin.
ViewsAccessTest::viewsPlugins in modules/views/tests/views_access.test
views_ajax_error in modules/views/includes/ajax.inc
Return an AJAX error.
ViewsAnalyzeTest::testAnalyzeBasic in modules/views/tests/views_analyze.test
Tests that analyze works in general.
ViewsArgumentDefaultTest::testArgumentDefaultNoOptions in modules/views/tests/views_argument_default.test
Tests the use of a default argument plugin that provides no options.
ViewsBasicTest::testSimpleArgument in modules/views/tests/views_basic.test
Tests simple argument.
ViewsBasicTest::testSimpleFiltering in modules/views/tests/views_basic.test
Tests filtering of the result set.
ViewsBasicTest::testSimpleResultSet in modules/views/tests/views_basic.test
Tests a trivial result set.
ViewsBlock::form in modules/views/includes/views.block.inc
Build the settings form for editing this block.
ViewsBlock::getAdminTitle in modules/views/includes/views.block.inc
Return an administrative title that will always have a value.
ViewsCacheTest::testHttpHeadersCaching in modules/views/tests/views_cache.test
Check that HTTP headers are cached for views.
ViewsCacheTest::testNoneCaching in modules/views/tests/views_cache.test
Tests no caching.
ViewsCacheTest::testTimeCaching in modules/views/tests/views_cache.test
Tests time based caching.
views_config_info in modules/views/views.module
Implements hook_config_info().
views_element_validate_tags in modules/views/plugins/views_plugin_query_default.inc
Validation callback for query tags.
views_exposed_form in modules/views/views.module
Form builder for the exposed widgets form.
ViewsExposedFormTest::testExposedAdminUi in modules/views/tests/views_exposed_form.test
Tests the admin interface of exposed filter and sort items.
ViewsExposedFormTest::testExposedRemember in modules/views/tests/views_exposed_form.test
Test remembering exposed filters.
views_fetch_fields in modules/views/includes/utility.inc
Fetch a list of all fields available for a given base type.
_views_file_status in modules/system/views/system.views.inc
views_get_applicable_views in modules/views/views.module
Return a list of all views and display IDs that have a particular setting in their display's plugin settings.
views_get_handler in modules/views/views.module
Fetch a handler from the data cache.
views_get_views_as_options in modules/views/views.module
Return an array of view as options array, that can be used by select, checkboxes and radios as #options.
views_handler_area_broken::options_form in modules/views/handlers/views_handler_area.inc
Default options form that provides the label widget that all fields should have.
views_handler_area_broken::ui_name in modules/views/handlers/views_handler_area.inc
Return a string representing this handler's name in the UI.
views_handler_area::options_form in modules/views/handlers/views_handler_area.inc
Default options form that provides the label widget that all fields should have.
views_handler_area_result::options_form in modules/views/handlers/views_handler_area_result.inc
Default options form that provides the label widget that all fields should have.
views_handler_area_text::options_form in modules/views/handlers/views_handler_area_text.inc
Default options form that provides the label widget that all fields should have.
views_handler_area_view::loadView in modules/views/handlers/views_handler_area_view.inc
Loads the used view for rendering.
views_handler_area_view::options_form in modules/views/handlers/views_handler_area_view.inc
Default options form that provides the label widget that all fields should have.
views_handler_argument_broken::options_form in modules/views/handlers/views_handler_argument.inc
Build the options form.
views_handler_argument_broken::ui_name in modules/views/handlers/views_handler_argument.inc
Return a string representing this handler's name in the UI.
views_handler_argument_comment_user_uid::get_sort_name in modules/comment/views/views_handler_argument_comment_user_uid.inc
Return a description of how the argument would normally be sorted.
views_handler_argument_comment_user_uid::title in modules/comment/views/views_handler_argument_comment_user_uid.inc
Get the title this argument will assign the view, given the argument.
views_handler_argument_date::default_argument_form in modules/views/handlers/views_handler_argument_date.inc
Add an option to set the default value to the current date.
views_handler_argument_date::get_sort_name in modules/views/handlers/views_handler_argument_date.inc
Return a description of how the argument would normally be sorted.
views_handler_argument::default_actions in modules/views/handlers/views_handler_argument.inc
Provide a list of default behaviors for this argument if the argument is not present.
views_handler_argument::default_argument_form in modules/views/handlers/views_handler_argument.inc
Provide a form for selecting the default argument when the default action is set to provide default argument.
views_handler_argument::default_summary_form in modules/views/handlers/views_handler_argument.inc
Provide a form for selecting further summary options when the default action is set to display one.
views_handler_argument_field_list::options_form in modules/field/views/views_handler_argument_field_list.inc
Build the options form.
views_handler_argument_field_list_string::options_form in modules/field/views/views_handler_argument_field_list_string.inc
Build the options form.
views_handler_argument::get_sort_name in modules/views/handlers/views_handler_argument.inc
Return a description of how the argument would normally be sorted.
views_handler_argument_group_by_numeric::get_sort_name in modules/views/handlers/views_handler_argument_group_by_numeric.inc
Return a description of how the argument would normally be sorted.
views_handler_argument_locale_group::locale_group in modules/locale/views/views_handler_argument_locale_group.inc
views_handler_argument_locale_language::locale_language in modules/locale/views/views_handler_argument_locale_language.inc
views_handler_argument_many_to_one::options_form in modules/views/handlers/views_handler_argument_many_to_one.inc
Build the options form.
views_handler_argument_many_to_one::title in modules/views/handlers/views_handler_argument_many_to_one.inc
Get the title this argument will assign the view, given the argument.
views_handler_argument_node_created_week::summary_name in modules/node/views/views_handler_argument_dates_various.inc
Provide a link to the next level of the view
views_handler_argument_node_language::node_language in modules/node/views/views_handler_argument_node_language.inc
views_handler_argument_node_type::node_type in modules/node/views/views_handler_argument_node_type.inc
views_handler_argument_null::options_form in modules/views/handlers/views_handler_argument_null.inc
Override options_form() so that only the relevant options are displayed to the user.
views_handler_argument_numeric::get_sort_name in modules/views/handlers/views_handler_argument_numeric.inc
Return a description of how the argument would normally be sorted.
views_handler_argument_numeric::options_form in modules/views/handlers/views_handler_argument_numeric.inc
Build the options form.
views_handler_argument_numeric::title in modules/views/handlers/views_handler_argument_numeric.inc
Get the title this argument will assign the view, given the argument.
views_handler_argument::options_form in modules/views/handlers/views_handler_argument.inc
Build the options form.
views_handler_argument_string::get_sort_name in modules/views/handlers/views_handler_argument_string.inc
Return a description of how the argument would normally be sorted.
views_handler_argument_string::options_form in modules/views/handlers/views_handler_argument_string.inc
Build the options form.
views_handler_argument_string::title in modules/views/handlers/views_handler_argument_string.inc
Get the title this argument will assign the view, given the argument.
views_handler_argument_taxonomy::title in modules/taxonomy/views/views_handler_argument_taxonomy.inc
Override the behavior of title(). Get the title of the node.
views_handler_argument_term_language::term_language in modules/taxonomy/views/views_handler_argument_term_language.inc
views_handler_argument_term_node_tid_depth::options_form in modules/taxonomy/views/views_handler_argument_term_node_tid_depth.inc
Build the options form.
views_handler_argument_term_node_tid_depth::title in modules/taxonomy/views/views_handler_argument_term_node_tid_depth.inc
Get the title this argument will assign the view, given the argument.
views_handler_argument_term_node_tid::options_form in modules/taxonomy/views/views_handler_argument_term_node_tid.inc
Build the options form.
views_handler_argument_vocabulary::title in modules/taxonomy/views/views_handler_argument_vocabulary.inc
Override the behavior of title(). Get the name of the vocabulary.
views_handler::ensure_my_table in modules/views/includes/handlers.inc
Ensure the main table for this handler is in the query. This is used a lot.
views_handler_field::add_additional_fields in modules/views/handlers/views_handler_field.inc
Add 'additional' fields to the query.
views_handler_field_boolean::init in modules/views/handlers/views_handler_field_boolean.inc
init the handler with necessary data.
views_handler_field_boolean::options_form in modules/views/handlers/views_handler_field_boolean.inc
Default options form that provides the label widget that all fields should have.
ViewsHandlerFieldBooleanTest::testFieldBoolean in modules/views/tests/handlers/views_handler_field_boolean.test
views_handler_field_broken::options_form in modules/views/handlers/views_handler_field.inc
Default options form that provides the label widget that all fields should have.
views_handler_field_broken::ui_name in modules/views/handlers/views_handler_field.inc
Return a string representing this handler's name in the UI.
views_handler_field_bulk_form::options_form in modules/views/handlers/views_handler_field_bulk_form.inc
Overrides views_handler_field::options_form().
views_handler_field_bulk_form::views_form in modules/views/handlers/views_handler_field_bulk_form.inc
Form constructor for the bulk form.
views_handler_field_bulk_form::views_form_submit in modules/views/handlers/views_handler_field_bulk_form.inc
Submit handler for the bulk form.
views_handler_field_comment_link_approve::render_link in modules/comment/views/views_handler_field_comment_link_approve.inc
views_handler_field_comment_link_delete::render_link in modules/comment/views/views_handler_field_comment_link_delete.inc
views_handler_field_comment_link_edit::options_form in modules/comment/views/views_handler_field_comment_link_edit.inc
Default options form that provides the label widget that all fields should have.
views_handler_field_comment_link_edit::render_link in modules/comment/views/views_handler_field_comment_link_edit.inc
views_handler_field_comment_link::options_form in modules/comment/views/views_handler_field_comment_link.inc
Default options form that provides the label widget that all fields should have.
views_handler_field_comment_link::render_link in modules/comment/views/views_handler_field_comment_link.inc
views_handler_field_comment_link_reply::render_link in modules/comment/views/views_handler_field_comment_link_reply.inc
views_handler_field_comment_node_link::options_form in modules/comment/views/views_handler_field_comment_node_link.inc
Default options form that provides the label widget that all fields should have.
views_handler_field_comment::options_form in modules/comment/views/views_handler_field_comment.inc
Provide link-to-comment option
views_handler_field_comment_username::options_form in modules/comment/views/views_handler_field_comment_username.inc
Default options form that provides the label widget that all fields should have.
views_handler_field_contact_link::options_form in modules/contact/views/views_handler_field_contact_link.inc
Default options form that provides the label widget that all fields should have.
views_handler_field_contact_link::render_link in modules/contact/views/views_handler_field_contact_link.inc
views_handler_field_counter::options_form in modules/views/handlers/views_handler_field_counter.inc
Default options form that provides the label widget that all fields should have.
views_handler_field_date::options_form in modules/views/handlers/views_handler_field_date.inc
Default options form that provides the label widget that all fields should have.
views_handler_field_date::render in modules/views/handlers/views_handler_field_date.inc
Render the field.
ViewsHandlerFieldDateTest::assertRenderedDatesEqual in modules/views/tests/handlers/views_handler_field_date.test
ViewsHandlerFieldDateTest::testFieldDate in modules/views/tests/handlers/views_handler_field_date.test
views_handler_field_field::document_self_tokens in modules/field/views/views_handler_field_field.inc
Document any special tokens this field might use for itself.
views_handler_field_field::groupby_form in modules/field/views/views_handler_field_field.inc
Extend the groupby form with group columns.
views_handler_field_field::multiple_options_form in modules/field/views/views_handler_field_field.inc
Provide options for multiple value fields.
views_handler_field_field::options_form in modules/field/views/views_handler_field_field.inc
Default options form that provides the label widget that all fields should have.
views_handler_field_file_extension::options_form in modules/file/views/views_handler_field_file_extension.inc
Default options form that provides the label widget that all fields should have.
views_handler_field_file_filemime::options_form in modules/file/views/views_handler_field_file_filemime.inc
Provide link to file option
views_handler_field_file_link_delete::options_form in modules/file/views/views_handler_field_file_link_delete.inc
Default options form that provides the label widget that all fields should have.
views_handler_field_file_link_delete::render_link in modules/file/views/views_handler_field_file_link_delete.inc
Renders the link.
views_handler_field_file_link_edit::options_form in modules/file/views/views_handler_field_file_link_edit.inc
Default options form that provides the label widget that all fields should have.
views_handler_field_file_link_edit::render_link in modules/file/views/views_handler_field_file_link_edit.inc
Renders the link.
views_handler_field_file::options_form in modules/file/views/views_handler_field_file.inc
Provide link to file option
views_handler_field_file_rendered::options_form in modules/file/views/views_handler_field_file_rendered.inc
Provide file_view_mode option for file display.
views_handler_field_file_size::options_form in modules/views/handlers/views_handler_field.inc
Default options form that provides the label widget that all fields should have.
views_handler_field_file_type::options_form in modules/file/views/views_handler_field_file_type.inc
Provide machine_name option for to file type display.
views_handler_field_file_type::render_name in modules/file/views/views_handler_field_file_type.inc
Render file type as human readable name, unless using machine_name option.
views_handler_field_file_uri::options_form in modules/file/views/views_handler_field_file_uri.inc
Provide link to file option
views_handler_field_history_user_timestamp::options_form in modules/node/views/views_handler_field_history_user_timestamp.inc
Provide link to node option
views_handler_field_links::options_form in modules/views/handlers/views_handler_field_links.inc
Default options form that provides the label widget that all fields should have.
views_handler_field_locale_language::options_form in modules/locale/views/views_handler_field_locale_language.inc
Default options form that provides the label widget that all fields should have.
views_handler_field_locale_link_edit::options_form in modules/locale/views/views_handler_field_locale_link_edit.inc
Default options form that provides the label widget that all fields should have.
views_handler_field_locale_link_edit::render_link in modules/locale/views/views_handler_field_locale_link_edit.inc
views_handler_field_machine_name::options_form in modules/views/handlers/views_handler_field_machine_name.inc
Default options form that provides the label widget that all fields should have.
views_handler_field_math::options_form in modules/views/handlers/views_handler_field_math.inc
Default options form that provides the label widget that all fields should have.
views_handler_field_node_comment::render in modules/comment/views/views_handler_field_node_comment.inc
Render the field.
views_handler_field_node_language::options_form in modules/locale/views/views_handler_field_node_language.inc
Provide link to node option
views_handler_field_node_link_delete::render_link in modules/node/views/views_handler_field_node_link_delete.inc
Renders the link.
views_handler_field_node_link_edit::render_link in modules/node/views/views_handler_field_node_link_edit.inc
Renders the link.
views_handler_field_node_link::options_form in modules/node/views/views_handler_field_node_link.inc
Default options form that provides the label widget that all fields should have.
views_handler_field_node_link::render_link in modules/node/views/views_handler_field_node_link.inc
views_handler_field_node_link_translate::render_link in modules/translation/views/views_handler_field_node_link_translate.inc
views_handler_field_node_new_comments::options_form in modules/comment/views/views_handler_field_node_new_comments.inc
Default options form that provides the label widget that all fields should have.
views_handler_field_node::options_form in modules/node/views/views_handler_field_node.inc
Provide link to node option
views_handler_field_node_path::options_form in modules/node/views/views_handler_field_node_path.inc
Default options form that provides the label widget that all fields should have.
views_handler_field_node_revision_link_delete::render_link in modules/node/views/views_handler_field_node_revision_link_delete.inc
views_handler_field_node_revision_link::render_link in modules/node/views/views_handler_field_node_revision_link.inc
views_handler_field_node_revision_link_revert::render_link in modules/node/views/views_handler_field_node_revision_link_revert.inc
views_handler_field_node_revision::options_form in modules/node/views/views_handler_field_node_revision.inc
Provide link to revision option.
views_handler_field_node_type::options_form in modules/node/views/views_handler_field_node_type.inc
Provide machine_name option for to node type display.
views_handler_field_node_type::render_name in modules/node/views/views_handler_field_node_type.inc
Render node type as human readable name, unless using machine_name option.
views_handler_field_numeric::options_form in modules/views/handlers/views_handler_field_numeric.inc
Default options form that provides the label widget that all fields should have.
views_handler_field::options_form in modules/views/handlers/views_handler_field.inc
Default options form that provides the label widget that all fields should have.
views_handler_field_prerender_list::options_form in modules/views/handlers/views_handler_field_prerender_list.inc
Default options form that provides the label widget that all fields should have.
views_handler_field::render_text in modules/views/handlers/views_handler_field.inc
Perform an advanced text render for the item.
views_handler_field_search_score::options_form in modules/search/views/views_handler_field_search_score.inc
Default options form that provides the label widget that all fields should have.
views_handler_field_serialized::options_form in modules/views/handlers/views_handler_field_serialized.inc
Default options form that provides the label widget that all fields should have.
views_handler_field_serialized::options_validate in modules/views/handlers/views_handler_field_serialized.inc
Validate the options form.
views_handler_field_taxonomy::options_form in modules/taxonomy/views/views_handler_field_taxonomy.inc
Provide link to taxonomy option
views_handler_field_term_language::options_form in modules/locale/views/views_handler_field_term_language.inc
Provide link to taxonomy option
views_handler_field_term_link_edit::options_form in modules/taxonomy/views/views_handler_field_term_link_edit.inc
Default options form that provides the label widget that all fields should have.
views_handler_field_term_link_edit::render in modules/taxonomy/views/views_handler_field_term_link_edit.inc
Render the field.
views_handler_field_term_node_tid::document_self_tokens in modules/taxonomy/views/views_handler_field_term_node_tid.inc
Document any special tokens this field might use for itself.
views_handler_field_term_node_tid::options_form in modules/taxonomy/views/views_handler_field_term_node_tid.inc
Provide "link to term" option.
views_handler_field_time_interval::options_form in modules/views/handlers/views_handler_field_time_interval.inc
Default options form that provides the label widget that all fields should have.
views_handler_field_url::options_form in modules/views/handlers/views_handler_field_url.inc
Provide link to the page being visited.
views_handler_field_user_link_cancel::render_link in modules/user/views/views_handler_field_user_link_cancel.inc
views_handler_field_user_link_edit::render_link in modules/user/views/views_handler_field_user_link_edit.inc
views_handler_field_user_link::options_form in modules/user/views/views_handler_field_user_link.inc
Default options form that provides the label widget that all fields should have.
views_handler_field_user_link::render_link in modules/user/views/views_handler_field_user_link.inc
views_handler_field_user_mail::options_form in modules/user/views/views_handler_field_user_mail.inc
Provide link to node option
views_handler_field_user_name::options_form in modules/user/views/views_handler_field_user_name.inc
Provide link to node option
views_handler_field_user::options_form in modules/user/views/views_handler_field_user.inc
Provide link to node option
views_handler_field_user_picture::options_form in modules/user/views/views_handler_field_user_picture.inc
Default options form that provides the label widget that all fields should have.
views_handler_field_user_roles::document_self_tokens in modules/user/views/views_handler_field_user_roles.inc
Document any special tokens this field might use for itself.
views_handler_filter_boolean_operator::admin_summary in modules/views/handlers/views_handler_filter_boolean_operator.inc
Display the filter on the administrative summary
views_handler_filter_boolean_operator::construct in modules/views/handlers/views_handler_filter_boolean_operator.inc
Views handlers use a special construct function so that we can more easily construct them with variable arguments.
views_handler_filter_boolean_operator::get_value_options in modules/views/handlers/views_handler_filter_boolean_operator.inc
Return the possible options for this filter.
views_handler_filter_boolean_operator::value_form in modules/views/handlers/views_handler_filter_boolean_operator.inc
Options form subform for setting options.
views_handler_filter_boolean_operator::value_validate in modules/views/handlers/views_handler_filter_boolean_operator.inc
Validate the options form.
views_handler_filter_broken::options_form in modules/views/handlers/views_handler_filter.inc
Provide the basic form which calls through to subforms. If overridden, it is best to call through to the parent, or to at least make sure all of the functions in this form are called.
views_handler_filter_broken::ui_name in modules/views/handlers/views_handler_filter.inc
Return a string representing this handler's name in the UI.
views_handler_filter::build_group_form in modules/views/handlers/views_handler_filter.inc
Build the form to let users create the group of exposed filters. This form is displayed when users click on button 'Build group'
views_handler_filter::build_group_validate in modules/views/handlers/views_handler_filter.inc
Validate the build group options form.
views_handler_filter_combine::options_form in modules/views/handlers/views_handler_filter_combine.inc
Provide the basic form which calls through to subforms. If overridden, it is best to call through to the parent, or to at least make sure all of the functions in this form are called.
views_handler_filter_date::build_group_validate in modules/views/handlers/views_handler_filter_date.inc
Validate the build group options form.
ViewsHandlerFilterDateTest::testUiValidation in modules/views/tests/handlers/views_handler_filter_date.test
Make sure the validation callbacks works.
views_handler_filter_date::validate_valid_time in modules/views/handlers/views_handler_filter_date.inc
Validate that the time values convert to something usable.
views_handler_filter_date::value_form in modules/views/handlers/views_handler_filter_date.inc
Add a type selector to the value form
views_handler_filter_entity_bundle::get_value_options in modules/views/handlers/views_handler_filter_entity_bundle.inc
Child classes should be used to override this function and set the 'value options', unless 'options callback' is defined as a valid function or static public method to generate these values.
views_handler_filter_equality::operator_options in modules/views/handlers/views_handler_filter_equality.inc
Provide simple equality operator
views_handler_filter_equality::value_form in modules/views/handlers/views_handler_filter_equality.inc
Provide a simple textfield for equality
views_handler_filter::exposed_translate in modules/views/handlers/views_handler_filter.inc
Make some translations to a form item to make it more suitable to exposing.
views_handler_filter::expose_form in modules/views/handlers/views_handler_filter.inc
Options form subform for exposed filter options.
views_handler_filter::expose_validate in modules/views/handlers/views_handler_filter.inc
Validate the options form.
views_handler_filter_fields_compare::fields_operator_options in modules/views/handlers/views_handler_filter_fields_compare.inc
Provide a list of all operators.
views_handler_filter_fields_compare::options_form in modules/views/handlers/views_handler_filter_fields_compare.inc
Overrides views_handler_filter#options_form().
views_handler_filter_file_type::get_value_options in modules/file/views/views_handler_filter_file_type.inc
Child classes should be used to override this function and set the 'value options', unless 'options callback' is defined as a valid function or static public method to generate these values.
views_handler_filter::group_form in modules/views/handlers/views_handler_filter.inc
Build a form containing a group of operator | values to apply as a single filter.
views_handler_filter_history_user_timestamp::admin_summary in modules/node/views/views_handler_filter_history_user_timestamp.inc
Display the filter on the administrative summary
views_handler_filter_history_user_timestamp::value_form in modules/node/views/views_handler_filter_history_user_timestamp.inc
Options form subform for setting options.
views_handler_filter_in_operator::admin_summary in modules/views/handlers/views_handler_filter_in_operator.inc
Display the filter on the administrative summary
views_handler_filter_in_operator::construct in modules/views/handlers/views_handler_filter_in_operator.inc
Views handlers use a special construct function so that we can more easily construct them with variable arguments.
views_handler_filter_in_operator::expose_form in modules/views/handlers/views_handler_filter_in_operator.inc
Options form subform for exposed filter options.
views_handler_filter_in_operator::get_value_options in modules/views/handlers/views_handler_filter_in_operator.inc
Child classes should be used to override this function and set the 'value options', unless 'options callback' is defined as a valid function or static public method to generate these values.
views_handler_filter_in_operator::operators in modules/views/handlers/views_handler_filter_in_operator.inc
This kind of construct makes it relatively easy for a child class to add or remove functionality by overriding this function and adding/removing items from this array.
views_handler_filter_in_operator::validate in modules/views/handlers/views_handler_filter_in_operator.inc
Validates the handler against the complete View.
views_handler_filter_in_operator::value_form in modules/views/handlers/views_handler_filter_in_operator.inc
Options form subform for setting options.
views_handler_filter_locale_group::get_value_options in modules/locale/views/views_handler_filter_locale_group.inc
Child classes should be used to override this function and set the 'value options', unless 'options callback' is defined as a valid function or static public method to generate these values.
views_handler_filter_locale_language::get_value_options in modules/locale/views/views_handler_filter_locale_language.inc
Child classes should be used to override this function and set the 'value options', unless 'options callback' is defined as a valid function or static public method to generate these values.
views_handler_filter_locale_version::get_value_options in modules/locale/views/views_handler_filter_locale_version.inc
Child classes should be used to override this function and set the 'value options', unless 'options callback' is defined as a valid function or static public method to generate these values.
views_handler_filter_many_to_one::operators in modules/views/handlers/views_handler_filter_many_to_one.inc
This kind of construct makes it relatively easy for a child class to add or remove functionality by overriding this function and adding/removing items from this array.
ViewsHandlerFilterMultipleTest::testMultipleFilters in modules/views/tests/handlers/views_handler_filter_multiple.test
Tests combining an exposed filter with a non-exposed one.
views_handler_filter_node_comment::get_value_options in modules/comment/views/views_handler_filter_node_comment.inc
Child classes should be used to override this function and set the 'value options', unless 'options callback' is defined as a valid function or static public method to generate these values.
views_handler_filter_node_language::get_value_options in modules/locale/views/views_handler_filter_node_language.inc
Child classes should be used to override this function and set the 'value options', unless 'options callback' is defined as a valid function or static public method to generate these values.
views_handler_filter_node_tnid::operator_form in modules/translation/views/views_handler_filter_node_tnid.inc
Provide simple boolean operator
views_handler_filter_node_type::get_value_options in modules/node/views/views_handler_filter_node_type.inc
Child classes should be used to override this function and set the 'value options', unless 'options callback' is defined as a valid function or static public method to generate these values.
views_handler_filter_numeric::admin_summary in modules/views/handlers/views_handler_filter_numeric.inc
Display the filter on the administrative summary
views_handler_filter_numeric::operators in modules/views/handlers/views_handler_filter_numeric.inc
views_handler_filter_numeric::value_form in modules/views/handlers/views_handler_filter_numeric.inc
Provide a simple textfield for equality
views_handler_filter::operator_form in modules/views/handlers/views_handler_filter.inc
Options form subform for setting the operator.
views_handler_filter_search::operator_form in modules/search/views/views_handler_filter_search.inc
Provide simple equality operator
views_handler_filter_search::options_form in modules/search/views/views_handler_filter_search.inc
Overrides views_handler_filter::options_form().
views_handler_filter_search::value_form in modules/search/views/views_handler_filter_search.inc
Provide a simple textfield for equality
views_handler_filter::show_build_group_button in modules/views/handlers/views_handler_filter.inc
Shortcut to display the build_group/hide button.
views_handler_filter::show_expose_button in modules/views/handlers/views_handler_filter.inc
Shortcut to display the expose/hide button.
views_handler_filter_string::admin_summary in modules/views/handlers/views_handler_filter_string.inc
Display the filter on the administrative summary
views_handler_filter_string::operators in modules/views/handlers/views_handler_filter_string.inc
This kind of construct makes it relatively easy for a child class to add or remove functionality by overriding this function and adding/removing items from this array.
views_handler_filter_string::value_form in modules/views/handlers/views_handler_filter_string.inc
Provide a simple textfield for equality
views_handler_filter_system_type::get_value_options in modules/system/views/views_handler_filter_system_type.inc
Child classes should be used to override this function and set the 'value options', unless 'options callback' is defined as a valid function or static public method to generate these values.
views_handler_filter_term_language::get_value_options in modules/locale/views/views_handler_filter_term_language.inc
Child classes should be used to override this function and set the 'value options', unless 'options callback' is defined as a valid function or static public method to generate these values.
views_handler_filter_term_node_tid_depth::extra_options_form in modules/taxonomy/views/views_handler_filter_term_node_tid_depth.inc
Provide a form for setting options.
views_handler_filter_term_node_tid_depth::operator_options in modules/taxonomy/views/views_handler_filter_term_node_tid_depth.inc
Build strings from the operators() for 'select' options
views_handler_filter_term_node_tid::expose_form in modules/taxonomy/views/views_handler_filter_term_node_tid.inc
Options form subform for exposed filter options.
views_handler_filter_term_node_tid::extra_options_form in modules/taxonomy/views/views_handler_filter_term_node_tid.inc
Provide a form for setting options.
views_handler_filter_term_node_tid::value_form in modules/taxonomy/views/views_handler_filter_term_node_tid.inc
Options form subform for setting options.
views_handler_filter_user_current::construct in modules/user/views/views_handler_filter_user_current.inc
Views handlers use a special construct function so that we can more easily construct them with variable arguments.
views_handler_filter_user_name::value_form in modules/user/views/views_handler_filter_user_name.inc
Options form subform for setting options.
views_handler_filter_user_permissions::get_value_options in modules/user/views/views_handler_filter_user_permissions.inc
Child classes should be used to override this function and set the 'value options', unless 'options callback' is defined as a valid function or static public method to generate these values.
views_handler_filter_user_roles::operators in modules/user/views/views_handler_filter_user_roles.inc
Override empty and not empty operator labels to be clearer for user roles.
views_handler::groupby_form in modules/views/includes/handlers.inc
Provide a form for aggregation settings.
views_handler::options_form in modules/views/includes/handlers.inc
Build the options form.
views_handler_relationship_broken::options_form in modules/views/handlers/views_handler_relationship.inc
Default options form that provides the label widget that all fields should have.
views_handler_relationship_broken::ui_name in modules/views/handlers/views_handler_relationship.inc
Return a string representing this handler's name in the UI.
views_handler_relationship_groupwise_max::options_form in modules/views/handlers/views_handler_relationship_groupwise_max.inc
Extends the relationship's basic options, allowing the user to pick a sort and an order for it.
views_handler_relationship_node_term_data::options_form in modules/taxonomy/views/views_handler_relationship_node_term_data.inc
Default options form that provides the label widget that all fields should have.
views_handler_relationship::options_form in modules/views/handlers/views_handler_relationship.inc
Default options form that provides the label widget that all fields should have.
views_handler_relationship_translation::options_form in modules/translation/views/views_handler_relationship_translation.inc
Add a translation selector.
views_handler_sort::admin_summary in modules/views/handlers/views_handler_sort.inc
Display whether or not the sort order is ascending or descending
views_handler_sort_broken::options_form in modules/views/handlers/views_handler_sort.inc
Basic options for all sort criteria
views_handler_sort_broken::ui_name in modules/views/handlers/views_handler_sort.inc
Return a string representing this handler's name in the UI.
views_handler_sort_date::options_form in modules/views/handlers/views_handler_sort_date.inc
Basic options for all sort criteria
ViewsHandlerSortDateTest::testDateOrdering in modules/views/tests/handlers/views_handler_sort_date.test
Tests numeric ordering of the result set.
views_handler_sort::expose_form in modules/views/handlers/views_handler_sort.inc
Form for exposed handler options.
views_handler_sort_menu_hierarchy::options_form in modules/views/handlers/views_handler_sort_menu_hierarchy.inc
Basic options for all sort criteria
ViewsHandlerSortRandomTest::testRandomOrdering in modules/views/tests/handlers/views_handler_sort_random.test
Tests random ordering of the result set.
views_handler_sort::show_expose_button in modules/views/handlers/views_handler_sort.inc
Shortcut to display the expose/hide button.
views_handler_sort::sort_options in modules/views/handlers/views_handler_sort.inc
Provide a list of options for the default sort form. Should be overridden by classes that don't override sort_form
ViewsHandlerSortTest::testNumericOrdering in modules/views/tests/handlers/views_handler_sort.test
Tests numeric ordering of the result set.
ViewsHandlerSortTest::testStringOrdering in modules/views/tests/handlers/views_handler_sort.test
Tests string ordering of the result set.
ViewsHandlersTest::assertEqualValue in modules/views/tests/views_handlers.test
Check to see if two values are equal.
ViewsHandlersTest::testFilterInOperatorUi in modules/views/tests/views_handlers.test
views_handler::ui_name in modules/views/includes/handlers.inc
Return a string representing this handler's name in the UI.
views_language_list in modules/views/views.module
Returns an array of language names.
views_many_to_one_helper::options_form in modules/views/includes/handlers.inc
ViewsModuleTest::testviews_get_handler in modules/views/tests/views_module.test
Tests the views_get_handler method.
views_object::_set_option_defaults in modules/views/includes/base.inc
views_object_types in modules/views/views.module
Provide a list of views object types used in a view.
views_object::unpack_options in modules/views/includes/base.inc
Unpack options over our existing defaults, drilling down into arrays so that defaults don't get totally blown away.
ViewsPagerTest::testRenderNullPager in modules/views/tests/views_pager.test
Tests rendering with NULL pager.
ViewsPagerTest::testStorePagerSettings in modules/views/tests/views_pager.test
Pagers was sometimes not stored.
views_permission in modules/views/views.module
Implement hook_permission().
views_plugin_access_none::summary_title in modules/views/plugins/views_plugin_access_none.inc
Return a string to display as the clickable title for the access control.
views_plugin_access_perm::options_form in modules/views/plugins/views_plugin_access_perm.inc
Provide the default form for setting options.
views_plugin_access_perm::summary_title in modules/views/plugins/views_plugin_access_perm.inc
Return a string to display as the clickable title for the access control.
views_plugin_access_role::options_form in modules/views/plugins/views_plugin_access_role.inc
Provide the default form for setting options.
views_plugin_access_role::options_validate in modules/views/plugins/views_plugin_access_role.inc
Provide the default form form for validating options
views_plugin_access_role::summary_title in modules/views/plugins/views_plugin_access_role.inc
Return a string to display as the clickable title for the access control.
views_plugin_access::summary_title in modules/views/plugins/views_plugin_access.inc
Return a string to display as the clickable title for the access control.
views_plugin_argument_default::check_access in modules/views/plugins/views_plugin_argument_default.inc
If we don't have access to the form but are showing it anyway, ensure that the form is safe and cannot be changed from user input.
views_plugin_argument_default_fixed::options_form in modules/views/plugins/views_plugin_argument_default_fixed.inc
Provide the default form for setting options.
views_plugin_argument_default_php::options_form in modules/views/plugins/views_plugin_argument_default_php.inc
Provide the default form for setting options.
views_plugin_argument_default_raw::options_form in modules/views/plugins/views_plugin_argument_default_raw.inc
Provide the default form for setting options.
views_plugin_argument_default_taxonomy_tid::options_form in modules/taxonomy/views/views_plugin_argument_default_taxonomy_tid.inc
Provide the default form for setting options.
views_plugin_argument_default_user::options_form in modules/user/views/views_plugin_argument_default_user.inc
Provide the default form for setting options.
views_plugin_argument_validate::check_access in modules/views/plugins/views_plugin_argument_validate.inc
If we don't have access to the form but are showing it anyway, ensure that the form is safe and cannot be changed from user input.
views_plugin_argument_validate_node::options_form in modules/node/views/views_plugin_argument_validate_node.inc
Provide the default form for setting options.
views_plugin_argument_validate_php::options_form in modules/views/plugins/views_plugin_argument_validate_php.inc
Provide the default form for setting options.
views_plugin_argument_validate_taxonomy_term::options_form in modules/taxonomy/views/views_plugin_argument_validate_taxonomy_term.inc
Provide the default form for setting options.
views_plugin_argument_validate_user::options_form in modules/user/views/views_plugin_argument_validate_user.inc
Provide the default form for setting options.
views_plugin_cache_none::summary_title in modules/views/plugins/views_plugin_cache_none.inc
Return a string to display as the clickable title for the access control.
views_plugin_cache::summary_title in modules/views/plugins/views_plugin_cache.inc
Return a string to display as the clickable title for the access control.
views_plugin_cache_time::options_form in modules/views/plugins/views_plugin_cache_time.inc
Provide a form to edit options for this plugin.
views_plugin_cache_time::options_validate in modules/views/plugins/views_plugin_cache_time.inc
Validate the options form.
views_plugin_display_attachment::attachment_positions in modules/views/plugins/views_plugin_display_attachment.inc
views_plugin_display_attachment::options_form in modules/views/plugins/views_plugin_display_attachment.inc
Provide the default form for setting options.
views_plugin_display_attachment::options_summary in modules/views/plugins/views_plugin_display_attachment.inc
Provide the summary for attachment options in the views UI.
views_plugin_display_block::block_caching_modes in modules/views/plugins/views_plugin_display_block.inc
Provide a list of core's block caching modes.
views_plugin_display_block::execute_hook_block_list in modules/views/plugins/views_plugin_display_block.inc
Return a list of blocks provided by this display plugin.
views_plugin_display_block::options_form in modules/views/plugins/views_plugin_display_block.inc
Provide the default form for setting options.
views_plugin_display_block::options_summary in modules/views/plugins/views_plugin_display_block.inc
Provide the summary for page options in the views UI.
ViewsPluginDisplayBlockTestCase::testViewBlocks in modules/views/tests/plugins/views_plugin_display_block.test
Tests, whether and how the reset button can be renamed.
views_plugin_display_feed::options_form in modules/views/plugins/views_plugin_display_feed.inc
Provide the default form for setting options.
views_plugin_display_feed::options_summary in modules/views/plugins/views_plugin_display_feed.inc
Provide the summary for page options in the views UI.
views_plugin_display::format_themes in modules/views/plugins/views_plugin_display.inc
Format a list of theme templates for output by the theme info helper.
views_plugin_display::get_argument_text in modules/views/plugins/views_plugin_display.inc
Provide some helpful text for the arguments. The result should contain of an array with
views_plugin_display::get_pager_text in modules/views/plugins/views_plugin_display.inc
Provide some helpful text for pagers.
views_plugin_display::get_special_blocks in modules/views/plugins/views_plugin_display.inc
Provide the block system with any exposed widget blocks for this display.
views_plugin_display::option_link in modules/views/plugins/views_plugin_display.inc
Because forms may be split up into sections, this provides an easy URL to exactly the right section. Don't override this.
views_plugin_display::options_form in modules/views/plugins/views_plugin_display.inc
Provide the default form for setting options.
views_plugin_display::options_summary in modules/views/plugins/views_plugin_display.inc
Provide the default summary for options in the views UI.
views_plugin_display::options_validate in modules/views/plugins/views_plugin_display.inc
Validate the options form.
views_plugin_display_page::get_argument_text in modules/views/plugins/views_plugin_display_page.inc
Provide some helpful text for the arguments. The result should contain of an array with
views_plugin_display_page::get_pager_text in modules/views/plugins/views_plugin_display_page.inc
Provide some helpful text for pagers.
views_plugin_display_page::options_form in modules/views/plugins/views_plugin_display_page.inc
Provide the default form for setting options.
views_plugin_display_page::options_summary in modules/views/plugins/views_plugin_display_page.inc
Provide the summary for page options in the views UI.
views_plugin_display_page::options_validate in modules/views/plugins/views_plugin_display_page.inc
Validate the options form.
views_plugin_display_page::validate in modules/views/plugins/views_plugin_display_page.inc
Make sure the display and all associated handlers are valid.
views_plugin_display::validate in modules/views/plugins/views_plugin_display.inc
Make sure the display and all associated handlers are valid.
views_plugin_exposed_form::exposed_form_alter in modules/views/plugins/views_plugin_exposed_form.inc
views_plugin_exposed_form_input_required::options_form in modules/views/plugins/views_plugin_exposed_form_input_required.inc
Provide a form to edit options for this plugin.
views_plugin_exposed_form::options_form in modules/views/plugins/views_plugin_exposed_form.inc
Provide a form to edit options for this plugin.
views_plugin_localization_core::save_string in modules/views/plugins/views_plugin_localization_core.inc
Save a string for translation.
views_plugin_localization_core::translate_string in modules/views/plugins/views_plugin_localization_core.inc
Translate a string.
views_plugin_pager_full::exposed_form_validate in modules/views/plugins/views_plugin_pager_full.inc
views_plugin_pager_full::options_form in modules/views/plugins/views_plugin_pager_full.inc
Provide the default form for setting options.
views_plugin_pager_full::options_validate in modules/views/plugins/views_plugin_pager_full.inc
Provide the default form form for validating options
views_plugin_pager_none::options_form in modules/views/plugins/views_plugin_pager_none.inc
Provide the default form for setting options.
views_plugin_pager_none::summary_title in modules/views/plugins/views_plugin_pager_none.inc
Return a string to display as the clickable title for the pager plugin.
views_plugin_pager_some::options_form in modules/views/plugins/views_plugin_pager_some.inc
Provide the default form for setting options.
views_plugin_pager::summary_title in modules/views/plugins/views_plugin_pager.inc
Return a string to display as the clickable title for the pager plugin.
views_plugin_query_default::get_aggregation_info in modules/views/plugins/views_plugin_query_default.inc
Get aggregation info for group by queries.
views_plugin_query_default::options_form in modules/views/plugins/views_plugin_query_default.inc
Add settings for the ui.
views_plugin_query::summary_title in modules/views/plugins/views_plugin_query.inc
Returns the summary of the settings in the display.
views_plugin_row_comment_rss::options_form in modules/comment/views/views_plugin_row_comment_rss.inc
Provide a form for setting options.
views_plugin_row_comment_rss::options_form_summary_options in modules/comment/views/views_plugin_row_comment_rss.inc
Return the main options, which are shown in the summary title
views_plugin_row_comment_view::options_form in modules/comment/views/views_plugin_row_comment_view.inc
Provide a form for setting options.
views_plugin_row_comment_view::options_form_summary_options in modules/comment/views/views_plugin_row_comment_view.inc
Return the main options, which are shown in the summary title.
views_plugin_row_comment_view::summary_title in modules/comment/views/views_plugin_row_comment_view.inc
Returns the summary of the settings in the display.
views_plugin_row_fields::options_form in modules/views/plugins/views_plugin_row_fields.inc
Provide a form for setting options.
views_plugin_row_node_rss::options_form in modules/node/views/views_plugin_row_node_rss.inc
Provide a form for setting options.
views_plugin_row_node_rss::options_form_summary_options in modules/node/views/views_plugin_row_node_rss.inc
Return the main options, which are shown in the summary title.
views_plugin_row_node_view::options_form in modules/node/views/views_plugin_row_node_view.inc
Provide a form for setting options.
views_plugin_row_node_view::options_form_summary_options in modules/node/views/views_plugin_row_node_view.inc
Return the main options, which are shown in the summary title.
views_plugin_row::options_form in modules/views/plugins/views_plugin_row.inc
Provide a form for setting options.
views_plugin_row_rss_fields::options_form in modules/views/plugins/views_plugin_row_rss_fields.inc
Provide a form for setting options.
views_plugin_row_rss_fields::validate in modules/views/plugins/views_plugin_row_rss_fields.inc
Validate that the plugin is correct and can be saved.
views_plugin_row_search_view::options_form in modules/search/views/views_plugin_row_search_view.inc
Provide a form for setting options.
views_plugin_row_user_view::options_form in modules/user/views/views_plugin_row_user_view.inc
Provide a form for setting options.
views_plugin_row_user_view::options_form_summary_options in modules/user/views/views_plugin_row_user_view.inc
Return the main options, which are shown in the summary title.
views_plugin_style_grid::options_form in modules/views/plugins/views_plugin_style_grid.inc
Render the given style.
views_plugin_style_jump_menu::options_form in modules/views/plugins/views_plugin_style_jump_menu.inc
Render the given style.
ViewsPluginStyleJumpMenuTest::testDuplicatePaths in modules/views/tests/styles/views_plugin_style_jump_menu.test
Tests jump menus with more than one same path but maybe different titles.
views_plugin_style_list::options_form in modules/views/plugins/views_plugin_style_list.inc
Render the given style.
views_plugin_style_mapping::options_form in modules/views/plugins/views_plugin_style_mapping.inc
Overrides views_plugin_style::options_form().
ViewsPluginStyleMappingTest::viewsPlugins in modules/views/tests/styles/views_plugin_style_mapping.test
views_plugin_style::options_form in modules/views/plugins/views_plugin_style.inc
Provide a form to edit options for this plugin.
views_plugin_style_rss::options_form in modules/views/plugins/views_plugin_style_rss.inc
Provide a form to edit options for this plugin.
views_plugin_style_summary_jump_menu::options_form in modules/views/plugins/views_plugin_style_summary_jump_menu.inc
Provide a form to edit options for this plugin.
views_plugin_style_summary::options_form in modules/views/plugins/views_plugin_style_summary.inc
Provide a form to edit options for this plugin.
views_plugin_style_summary_unformatted::options_form in modules/views/plugins/views_plugin_style_summary_unformatted.inc
Provide a form to edit options for this plugin.
views_plugin_style_table::options_form in modules/views/plugins/views_plugin_style_table.inc
Render the given style.
ViewsPluginStyleTestCase::_testGrouping in modules/views/tests/styles/views_plugin_style.test
Tests the grouping features of styles.
ViewsPluginStyleTestCase::testGroupingLegacy in modules/views/tests/styles/views_plugin_style.test
Tests the grouping legacy features of styles.
views_plugin_style::validate in modules/views/plugins/views_plugin_style.inc
Validate that the plugin is correct and can be saved.
views_plugin::summary_title in modules/views/includes/plugin.inc
Returns the summary of the settings in the display.
ViewsQueryGroupByTest::testGroupByCountOnlyFilters in modules/views/tests/views_groupby.test
ViewsSqlTest::viewsData in modules/views/tests/views_query.test
The views data definition.
ViewsTestCase::helperButtonHasLabel in modules/views/tests/views_query.test
Helper function to check whether a button with a certain id exists and has a certain label.
views_test_permission in modules/views/tests/views_test/views_test.module
Implements hook_permission().
views_test_plugin_style_test_mapping::define_mapping in modules/views/tests/views_test/test_plugins/views_test_plugin_style_test_mapping.inc
Overrides views_plugin_style_mapping::define_mapping().
views_token_info in modules/views/views.tokens.inc
Implements hook_token_info().
ViewsTranslatableTest::viewsPlugins in modules/views/tests/views_translatable.test
The views plugin definition. Override it if you test provides a plugin.
views_trim_text in modules/views/includes/utility.inc
Trim the field down to the specified length.
views_ui_add_ajax_trigger in modules/views_ui/views_ui.admin.inc
Converts a form element in the add view wizard to be AJAX-enabled.
views_ui_add_form in modules/views_ui/views_ui.admin.inc
Form builder for the "Add view" page.
views_ui_add_form_save_submit in modules/views_ui/views_ui.admin.inc
Process the add view form, 'save'.
views_ui_add_item_form in modules/views_ui/views_ui.admin.inc
Form to add_item items in the views UI.
views_ui_add_page in modules/views_ui/views_ui.admin.inc
Page callback to add a new view.
views_ui_admin_settings_advanced in modules/views_ui/views_ui.admin.inc
Form builder for the advanced admin settings page.
views_ui_admin_settings_advanced_submit in modules/views_ui/views_ui.admin.inc
Submit handler for views_ui_admin_settings_advanced().
views_ui_admin_settings_basic in modules/views_ui/views_ui.admin.inc
Form builder for the admin display defaults page.
views_ui_admin_settings_basic_submit in modules/views_ui/views_ui.admin.inc
Submit handler for views_ui_admin_settings_basic().
views_ui_analyze_format_result in modules/views_ui/views_ui.analyze.inc
Format the analyze result into a message string.
views_ui_analyze_view_form in modules/views_ui/views_ui.admin.inc
Form constructor callback to display analysis information on a view
ViewsUiBaseViewsWizard::build_filters in modules/views_ui/wizards/views_ui_base_views_wizard.php
Build the part of the form that allows the user to select the view's filters.
ViewsUiBaseViewsWizard::build_form in modules/views_ui/wizards/views_ui_base_views_wizard.php
For AJAX callbacks to build other elements in the "show" form.
ViewsUiBaseViewsWizard::build_form_style in modules/views_ui/wizards/views_ui_base_views_wizard.php
Build the part of the form that builds the display format options.
ViewsUiBaseViewsWizard::build_sorts in modules/views_ui/wizards/views_ui_base_views_wizard.php
Build the part of the form that allows the user to select the view's sort order.
ViewsUiBaseViewsWizard::create_view in modules/views_ui/wizards/views_ui_base_views_wizard.php
Create a View from values that have been already submitted to validate().
views_ui_break_lock_confirm in modules/views_ui/views_ui.admin.inc
Page to delete a view.
views_ui_break_lock_confirm_submit in modules/views_ui/views_ui.admin.inc
Submit handler to break_lock a view.
views_ui_cache_set in modules/views_ui/views_ui.module
Specialized cache function to add a flag to our view, include an appropriate include, and cache more easily.
views_ui_clone_form in modules/views_ui/views_ui.admin.inc
Form callback; Clone a view.
views_ui_clone_form_submit in modules/views_ui/views_ui.admin.inc
Submit handler for views_ui_clone_form().
ViewsUiCommentViewsWizard::build_form_style in modules/views_ui/wizards/views_ui_comment_views_wizard.php
Build the part of the form that builds the display format options.
ViewsUiCommentViewsWizard::row_style_options in modules/views_ui/wizards/views_ui_comment_views_wizard.php
Add possible row style options.
views_ui_config_info in modules/views_ui/views_ui.module
Implements hook_config_info().
views_ui_config_item_extra_form in modules/views_ui/views_ui.admin.inc
Form to config_item items in the views UI.
views_ui_config_item_form in modules/views_ui/views_ui.admin.inc
Form to config_item items in the views UI.
views_ui_config_item_group_form in modules/views_ui/views_ui.admin.inc
Form to config_item items in the views UI.
views_ui_config_style_form in modules/views_ui/views_ui.admin.inc
Form to config_style items in the views UI.
views_ui_config_type_form in modules/views_ui/views_ui.admin.inc
Form to config items in the views UI.
views_ui_default_load in modules/views_ui/views_ui.module
Specialized menu callback to load a view that is only a default view.
views_ui_delete_form in modules/views_ui/views_ui.admin.inc
Form callback; Delete a view.
views_ui_delete_form_submit in modules/views_ui/views_ui.admin.inc
Submit handler for views_ui_delete_form().
views_ui_edit_details_form in modules/views_ui/views_ui.admin.inc
Form builder to edit details of a view.
views_ui_edit_display_form in modules/views_ui/views_ui.admin.inc
Form constructor callback to configure display of a view
views_ui_edit_form in modules/views_ui/views_ui.admin.inc
Form builder callback for configuring a View.
views_ui_edit_form_get_bucket in modules/views_ui/views_ui.admin.inc
Add information about a section to a display.
views-ui-edit-item.tpl.php in modules/views_ui/templates/views-ui-edit-item.tpl.php
This template handles the printing of fields/filters/sort criteria/arguments or relationships.
views_ui_edit_page_display_tabs in modules/views_ui/views_ui.admin.inc
Adds tabs for navigating across Displays when configuring a View.
views_ui_edit_view_form_submit in modules/views_ui/views_ui.admin.inc
Submit handler for the configure view form.
views_ui_edit_view_form_validate in modules/views_ui/views_ui.admin.inc
Validate that a view is complete and whole.
views-ui-edit-view.tpl.php in modules/views_ui/templates/views-ui-edit-view.tpl.php
Template for the primary view configuration window.
views_ui_field_list in modules/views_ui/views_ui.admin.inc
List all instances of fields on any views.
views_ui_get_default_ajax_message in modules/views_ui/views_ui.admin.inc
views_ui_get_display_label in modules/views_ui/views_ui.admin.inc
Placeholder function for overriding $display->display_title.
_views_ui_get_displays in modules/views_ui/views_ui.module
Helper function to get a list of displays assigned to a view, and their respective paths if any.
views_ui_get_display_tab in modules/views_ui/views_ui.admin.inc
Returns a renderable array representing the configure page for one display.
views_ui_get_display_tab_details in modules/views_ui/views_ui.admin.inc
Helper function to get the display details section of the configure UI.
_views_ui_get_operations in modules/views_ui/views_ui.admin.inc
Given a view, return a list of operations that can be performed on it.
_views_ui_get_paths in modules/views_ui/views_ui.module
Helper function to get a list of paths assigned to a view.
viewsUiGroupbyTestCase::testGroupBySave in modules/views/tests/views_groupby.test
Tests whether basic saving works.
views_ui_list_page in modules/views_ui/views_ui.admin.inc
Page callback at admin/build/views to list all available views.
ViewsUiNodeViewsWizard::build_form_style in modules/views_ui/wizards/views_ui_node_views_wizard.php
Build the part of the form that builds the display format options.
ViewsUiNodeViewsWizard::row_style_options in modules/views_ui/wizards/views_ui_node_views_wizard.php
Add possible row style options.
views_ui_plugin_list in modules/views_ui/views_ui.admin.inc
Lists all plugins and what enabled Views use them.
views_ui_preview in modules/views_ui/views_ui.admin.inc
Returns the results of the live preview.
views_ui_preview_form in modules/views_ui/views_ui.admin.inc
Provide the preview formulas and the preview output, too.
views_ui_rearrange_filter_form in modules/views_ui/views_ui.admin.inc
Form to rearrange items in the views UI.
views_ui_rearrange_form in modules/views_ui/views_ui.admin.inc
Form to rearrange items in the views UI.
views_ui_render_display_top in modules/views_ui/views_ui.admin.inc
Render the top of the display so it can be updated during ajax operations.
views_ui_reorder_displays_form in modules/views_ui/views_ui.admin.inc
Form constructor callback to reorder displays on a view
views_ui_revert_form in modules/views_ui/views_ui.admin.inc
Form callback; Delete a view.
views_ui_revert_form_submit in modules/views_ui/views_ui.admin.inc
Submit handler for views_ui_delete_form().
views_ui_standard_display_dropdown in modules/views_ui/views_ui.admin.inc
Add a <select> dropdown for a given section, allowing the user to change whether this info is stored on the default display or on the current display.
views_ui_standard_form_buttons in modules/views_ui/views_ui.admin.inc
Provide a standard set of Apply/Cancel/OK buttons for the forms. Also provide a hidden op operator because the forms plugin doesn't seem to properly provide which button was clicked.
views_ui_toggle_enable_page in modules/views_ui/views_ui.admin.inc
Menu callback; Enable a view and return to the view listing page.
views_ui_tools_clear_cache in modules/views_ui/views_ui.admin.inc
Submit hook to clear the views cache.
views_ui_view_preview_section_display_category_links in modules/views_ui/views_ui.module
Returns a link to configuring a certain display setting.
views_ui_view_preview_section_handler_links in modules/views_ui/views_ui.module
Returns contextual links for each handler of a certain section.
views_ui_views_analyze in modules/views_ui/views_ui.analyze.inc
Implements hook_views_analyze().
views_ui_views_ui_wizards in modules/views_ui/views_ui.module
Implements hook_views_ui_wizards().
ViewsUIWizardBasicTestCase::testViewsWizardAndListing in modules/views/tests/views_ui.test
ViewsUIWizardDefaultViewsTestCase::clickViewsOperationLink in modules/views/tests/views_ui.test
Click a link to perform an operation on a view.
ViewsUIWizardDefaultViewsTestCase::testDefaultViews in modules/views/tests/views_ui.test
Tests default views.
ViewsUIWizardDisplaysTestCase::testOverrideDisplays in modules/views/tests/views_ui.test
Tests that displays can be overridden via the UI.
ViewsUIWizardDisplaysTestCase::testReorderDisplays in modules/views/tests/views_ui.test
Test reordering of displays.
ViewsUIWizardDisplaysTestCase::testRevertAllDisplays in modules/views/tests/views_ui.test
Tests that the revert to all displays select-option works as expected.
ViewsUIWizardDisplaysTestCase::testWizardMixedDefaultOverriddenDisplays in modules/views/tests/views_ui.test
Tests that the wizard correctly sets up default and overridden displays.
ViewsUIWizardItemsPerPageTestCase::testItemsPerPage in modules/views/tests/views_ui.test
Tests the number of items per page.
ViewsUIWizardJumpMenuTestCase::testJumpMenus in modules/views/tests/views_ui.test
Tests the jump menu style plugin.
ViewsUIWizardMenuTestCase::testMenus in modules/views/tests/views_ui.test
Tests the menu functionality.
ViewsUIWizardSortingTestCase::testSorting in modules/views/tests/views_ui.test
Tests the sorting functionality.
ViewsUIWizardTaggedWithTestCase::testTaggedWith in modules/views/tests/views_ui.test
Tests the "tagged with" functionality.
ViewsUIWizardTaggedWithTestCase::testTaggedWithByNodeType in modules/views/tests/views_ui.test
Tests that the "tagged with" form element only shows for node types that support it.
views_update_1003 in modules/views/views.install
Update Views variables to use configuration files.
views_views_data in modules/views/includes/views.views.inc
Implements hook_views_data().
views_views_plugins in modules/views/includes/views.views.inc
Implements hook_views_plugins().
ViewsViewTest::view_test_delete in modules/views/tests/views_view.test
ViewsViewTest::view_test_destroy in modules/views/tests/views_view.test
This view provides some filters, fields, arguments, relationships, sorts, areas and attachments.
_vocabulary_get_operations in modules/taxonomy/taxonomy.admin.inc
Given a vocabulary, return a list of operations that can be performed on it.
watchdog_severity_levels in includes/common.inc
Returns a list of severity levels, as defined in RFC 3164.