- AccessDeniedTestCase::test403PathOnSystemForm in core/modules/system/tests/system.test
- AccessDeniedTestCase::testAccessDenied in core/modules/system/tests/system.test
- ActionExampleTestCase::testActionExample in modules/examples/action_example/tests/action_example.test
- Test Action Example.
- ActionLoopTestCase::triggerActions in core/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 core/includes/actions.inc
- Executes a single action.
- actions_loop_test_action_info in core/modules/simpletest/tests/actions_loop_test.module
- Implements hook_action_info().
- action_example_action_info in modules/examples/action_example/action_example.module
- Implements hook_action_info().
- action_example_basic_action in modules/examples/action_example/action_example.module
- Action function for action_example_basic_action.
- action_example_basic_action_form in modules/examples/action_example/action_example.module
- Form to display the basic action.
- action_example_config_info in modules/examples/action_example/action_example.module
- Implements hook_config_info().
- action_example_node_unpublish_callback in modules/examples/action_example/action_example.module
- Action function for action_example_node_sticky_action.
- action_example_unblock_user_action in modules/examples/action_example/action_example.module
- Action function for action_example_unblock_user_action.
- AdminBarCustomizedTestCase::testCustomDisabled in core/modules/admin_bar/tests/admin_bar.test
- Test disabled custom links.
- AdminBarCustomizedTestCase::testCustomExternal in core/modules/admin_bar/tests/admin_bar.test
- Tests external links.
- AdminBarDynamicLinksTestCase::testNode in core/modules/admin_bar/tests/admin_bar.test
- Tests node type links.
- AdminBarDynamicLinksTestCase::testNodeAdd in core/modules/admin_bar/tests/admin_bar.test
- Tests Add content links.
- AdminBarLinkTypesTestCase::testLinkTypes in core/modules/admin_bar/tests/admin_bar.test
- Tests appearance of different router item link types.
- AdminBarPermissionsTestCase::testCategories in core/modules/admin_bar/tests/admin_bar.test
- Tests handling of links pointing to category/overview pages.
- AdminBarPermissionsTestCase::testPermissionChanges in core/modules/admin_bar/tests/admin_bar.test
- Tests that user role and permission changes are properly taken up.
- AdminBarPermissionsTestCase::testPermissions in core/modules/admin_bar/tests/admin_bar.test
- Test that the links are added to the page (no JS testing).
- admin_bar_admin_bar_cache_info in core/modules/admin_bar/admin_bar.inc
- Implements hook_admin_bar_cache_info().
- admin_bar_admin_bar_replacements in core/modules/admin_bar/admin_bar.module
- Implements hook_admin_bar_replacements().
- admin_bar_config_info in core/modules/admin_bar/admin_bar.module
- Implements hook_config_info().
- admin_bar_flush_cache in core/modules/admin_bar/admin_bar.inc
- Flush all caches or a specific one.
- admin_bar_links_account in core/modules/admin_bar/admin_bar.inc
- Builds the account links.
- admin_bar_links_alert in core/modules/admin_bar/admin_bar.inc
- Build alert indicator.
- admin_bar_links_icon in core/modules/admin_bar/admin_bar.inc
- Build icon menu links; mostly containing maintenance helpers.
- admin_bar_links_page in core/modules/admin_bar/admin_bar.inc
- Build Page links.
- admin_bar_links_search in core/modules/admin_bar/admin_bar.inc
- Build search widget.
- admin_bar_links_users in core/modules/admin_bar/admin_bar.inc
- Builds user counter.
- admin_bar_locale_links in core/modules/admin_bar/admin_bar.module
- Build Locale links.
- admin_bar_output in core/modules/admin_bar/admin_bar.inc
- Build the administration bar output.
- admin_bar_permission in core/modules/admin_bar/admin_bar.module
- Implements hook_permission().
- admin_bar_theme_settings in core/modules/admin_bar/admin_bar.inc
- Form builder function for module settings.
- AJAXCommandsTestCase::testAJAXCommands in core/modules/simpletest/tests/ajax.test
- Test the various Ajax Commands.
- AJAXElementValidation::testAJAXElementValidation in core/modules/simpletest/tests/ajax.test
- Try to post an Ajax change to a form that has a validated element.
- AjaxExampleTestCase::testDynamicSectionsNoJs in modules/examples/ajax_example/tests/ajax_example.test
- Check the non-JavaScript version of the "Dynamic Sections" example.
- AJAXFrameworkTestCase::testAJAXRender in core/modules/simpletest/tests/ajax.test
- Test that ajax_render() returns JavaScript settings generated during the page request.
- AJAXFrameworkTestCase::testAJAXRenderError in core/modules/simpletest/tests/ajax.test
- Test behavior of ajax_render_error().
- AJAXFrameworkTestCase::testLazyLoad in core/modules/simpletest/tests/ajax.test
- Test that new JavaScript and CSS files added during an AJAX request are returned.
- AJAXFrameworkTestCase::testLazyLoadOverriddenCSS in core/modules/simpletest/tests/ajax.test
- Tests that overridden CSS files are not added during lazy load.
- AJAXMultiFormTestCase::testMultiForm in core/modules/simpletest/tests/ajax.test
- Test that a page with the 'page_node_form' included twice works correctly.
- ajax_example_add_more in modules/examples/ajax_example/ajax_example_graceful_degradation.inc
- Form with 'add more' and 'remove' buttons.
- ajax_example_add_more_submit in modules/examples/ajax_example/ajax_example_graceful_degradation.inc
- Final submit handler.
- ajax_example_advanced_commands in modules/examples/ajax_example/ajax_example_advanced.inc
- Form to display the AJAX Commands.
- ajax_example_autocheckboxes in modules/examples/ajax_example/ajax_example.module
- Form manipulation through AJAX.
- ajax_example_autotextfields in modules/examples/ajax_example/ajax_example.module
- Shows/hides textfields based on AJAX-enabled checkbox clicks.
- ajax_example_config_info in modules/examples/ajax_example/ajax_example.module
- Implements hook_config_info().
- ajax_example_dependent_dropdown in modules/examples/ajax_example/ajax_example.module
- AJAX-based dropdown example form.
- ajax_example_dependent_dropdown_degrades in modules/examples/ajax_example/ajax_example_graceful_degradation.inc
- Dropdown form based on previous choices.
- ajax_example_dependent_dropdown_degrades_submit in modules/examples/ajax_example/ajax_example_graceful_degradation.inc
- Submit function for ajax_example_dependent_dropdown_degrades().
- ajax_example_dynamic_sections in modules/examples/ajax_example/ajax_example_graceful_degradation.inc
- Dynamically-enabled form with graceful no-JavaScript degradation.
- ajax_example_dynamic_sections_submit in modules/examples/ajax_example/ajax_example_graceful_degradation.inc
- Submit function for ajax_example_dynamic_sections().
- ajax_example_dynamic_sections_validate in modules/examples/ajax_example/ajax_example_graceful_degradation.inc
- Validation function for ajax_example_dynamic_sections().
- ajax_example_form_node_form_alter in modules/examples/ajax_example/ajax_example_node_form_alter.inc
- Implements hook_form_FORM_ID_alter().
- ajax_example_intro in modules/examples/ajax_example/ajax_example.module
- A basic introduction page for the ajax_example module.
- ajax_example_node_by_author_autocomplete in modules/examples/ajax_example/ajax_example_autocomplete.inc
- Search by title and author.
- ajax_example_node_by_author_autocomplete_submit in modules/examples/ajax_example/ajax_example_autocomplete.inc
- Submit handler for node lookup unique autocomplete example.
- ajax_example_node_by_author_autocomplete_validate in modules/examples/ajax_example/ajax_example_autocomplete.inc
- Validate handler to convert our title string into a nid.
- ajax_example_progressbar_callback in modules/examples/ajax_example/ajax_example_progressbar.inc
- Our submit handler.
- ajax_example_progressbar_form in modules/examples/ajax_example/ajax_example_progressbar.inc
- Implements hook_FORMID().
- ajax_example_progressbar_progress in modules/examples/ajax_example/ajax_example_progressbar.inc
- Get the progress bar execution status as JSON.
- ajax_example_render_link in modules/examples/ajax_example/ajax_example_misc.inc
- Demonstrates a clickable AJAX-enabled link using the 'use-ajax' class.
- ajax_example_render_link_ra in modules/examples/ajax_example/ajax_example_misc.inc
- AJAX-enabled link in a renderable array.
- ajax_example_simplest in modules/examples/ajax_example/ajax_example.module
- Basic AJAX callback example.
- ajax_example_simple_autocomplete in modules/examples/ajax_example/ajax_example_autocomplete.inc
- A simple autocomplete form which just looks up usernames in the user table.
- ajax_example_submit_driven_ajax in modules/examples/ajax_example/ajax_example.module
- A very basic form which with an AJAX-enabled submit.
- ajax_example_unique_autocomplete in modules/examples/ajax_example/ajax_example_autocomplete.inc
- An autocomplete form to look up nodes by title.
- ajax_example_unique_autocomplete_submit in modules/examples/ajax_example/ajax_example_autocomplete.inc
- Submit handler for node lookup unique autocomplete example.
- ajax_example_unique_autocomplete_validate in modules/examples/ajax_example/ajax_example_autocomplete.inc
- Node title validation handler.
- ajax_example_wizard in modules/examples/ajax_example/ajax_example_graceful_degradation.inc
- Wizard form.
- ajax_example_wizard_submit in modules/examples/ajax_example/ajax_example_graceful_degradation.inc
- Submit function for ajax_example_wizard.
- ajax_forms_test_ajax_commands_form in core/modules/simpletest/tests/ajax_forms_test.module
- Form to display the Ajax Commands.
- ajax_forms_test_lazy_load_form in core/modules/simpletest/tests/ajax_forms_test.module
- Form builder: Builds a form that triggers a simple AJAX callback.
- ajax_forms_test_simple_form in core/modules/simpletest/tests/ajax_forms_test.module
- A basic form used to test form_state['values'] during callback.
- ajax_forms_test_validation_form in core/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 core/modules/simpletest/tests/ajax_forms_test.module
- Ajax callback for the 'driver_text' element of the validation form.
- ajax_forms_test_validation_form_submit in core/modules/simpletest/tests/ajax_forms_test.module
- Submit handler for the validation form.
- ajax_link_response in modules/examples/ajax_example/ajax_example_misc.inc
- Callback for link example.
- ajax_prepare_response in core/includes/ajax.inc
- Converts the return value of a page callback into an Ajax commands array.
- ajax_test_dialog_contents in core/modules/simpletest/tests/ajax_test.module
- Menu callback: Returns the contents for dialogs opened by ajax_test_dialog().
- ArchiverZip::__construct in core/modules/system/system.archiver.inc
- Constructs a new archiver instance.
- archiver_get_archiver in core/includes/common.inc
- Creates the appropriate archiver for the specified file.
- authorize_access_denied_page in core/authorize.php
- Renders a 403 access denied page for authorize.php.
- authorize_filetransfer_form in core/includes/authorize.inc
- Form constructor for the file transfer authorization form.
- authorize_filetransfer_form_validate in core/includes/authorize.inc
- Form validation handler for authorize_filetransfer_form().
- BackdropDateTime::arrayErrors in core/includes/date.class.inc
- Finds possible errors in an array of date part values.
- BackdropDateTime::parse in core/includes/date.class.inc
- Converts a date string into a date object.
- BackdropDateTime::validGranularity in core/includes/date.class.inc
- Determines if a a date is valid for a given granularity.
- BackdropDateTime::__construct in core/includes/date.class.inc
- Constructs a date object.
- BackdropErrorHandlerUnitTest::assertErrorMessage in core/modules/simpletest/tests/error.test
- Helper function: assert that the error message is found.
- BackdropErrorHandlerUnitTest::assertNoErrorMessage in core/modules/simpletest/tests/error.test
- Helper function: assert that the error message is not found.
- BackdropTestCase::assertEqual in core/modules/simpletest/backdrop_web_test_case.php
- Check to see if two values are equal.
- BackdropTestCase::assertFalse in core/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 core/modules/simpletest/backdrop_web_test_case.php
- Check to see if two values are identical.
- BackdropTestCase::assertNotEqual in core/modules/simpletest/backdrop_web_test_case.php
- Check to see if two values are not equal.
- BackdropTestCase::assertNotIdentical in core/modules/simpletest/backdrop_web_test_case.php
- Check to see if two values are not identical.
- BackdropTestCase::assertNotNull in core/modules/simpletest/backdrop_web_test_case.php
- Check to see if a value is not NULL.
- BackdropTestCase::assertNull in core/modules/simpletest/backdrop_web_test_case.php
- Check to see if a value is NULL.
- BackdropTestCase::assertTrue in core/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 core/modules/simpletest/backdrop_web_test_case.php
- Handle exceptions.
- BackdropTestCase::insertAssert in core/modules/simpletest/backdrop_web_test_case.php
- Store an assertion from outside the testing context.
- BackdropTestCase::run in core/modules/simpletest/backdrop_web_test_case.php
- Run all tests in this class.
- BackdropTestCase::verbose in core/modules/simpletest/backdrop_web_test_case.php
- Logs a verbose message in a text file.
- BackdropWebTestCase::assertFieldById in core/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 core/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 core/modules/simpletest/backdrop_web_test_case.php
- Asserts that a checkbox field in the current page is checked.
- BackdropWebTestCase::assertLink in core/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 core/modules/simpletest/backdrop_web_test_case.php
- Pass if a link containing a given href (part) is found.
- BackdropWebTestCase::assertMail in core/modules/simpletest/backdrop_web_test_case.php
- Asserts that the most recently sent email message has the given value.
- BackdropWebTestCase::assertMailPattern in core/modules/simpletest/backdrop_web_test_case.php
- Asserts that the most recently sent email message has the pattern in it.
- BackdropWebTestCase::assertMailString in core/modules/simpletest/backdrop_web_test_case.php
- Asserts that the most recently sent email message has the string in it.
- BackdropWebTestCase::assertNoDuplicateIds in core/modules/simpletest/backdrop_web_test_case.php
- Asserts that each HTML ID is used for just a single element.
- BackdropWebTestCase::assertNoFieldById in core/modules/simpletest/backdrop_web_test_case.php
- Asserts that a field does not exist with the given id and value.
- BackdropWebTestCase::assertNoFieldByName in core/modules/simpletest/backdrop_web_test_case.php
- Asserts that a field does not exist with the given name and value.
- BackdropWebTestCase::assertNoFieldChecked in core/modules/simpletest/backdrop_web_test_case.php
- Asserts that a checkbox field in the current page is not checked.
- BackdropWebTestCase::assertNoLink in core/modules/simpletest/backdrop_web_test_case.php
- Pass if a link with the specified label is not found.
- BackdropWebTestCase::assertNoLinkByHref in core/modules/simpletest/backdrop_web_test_case.php
- Pass if a link containing a given href (part) is not found.
- BackdropWebTestCase::assertNoOption in core/modules/simpletest/backdrop_web_test_case.php
- Asserts that a select option in the current page does not exist.
- BackdropWebTestCase::assertNoOptionSelected in core/modules/simpletest/backdrop_web_test_case.php
- Asserts that a select option in the current page is not checked.
- BackdropWebTestCase::assertNoPattern in core/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 core/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 core/modules/simpletest/backdrop_web_test_case.php
- Asserts the page did not return the specified response code.
- BackdropWebTestCase::assertNoTitle in core/modules/simpletest/backdrop_web_test_case.php
- Pass if the page title is not the given string.
- BackdropWebTestCase::assertOption in core/modules/simpletest/backdrop_web_test_case.php
- Asserts that a select option in the current page exists.
- BackdropWebTestCase::assertOptionSelected in core/modules/simpletest/backdrop_web_test_case.php
- Asserts that a select option in the current page is checked.
- BackdropWebTestCase::assertPattern in core/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 core/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 core/modules/simpletest/backdrop_web_test_case.php
- Asserts the page responds with the specified response code.
- BackdropWebTestCase::assertTextHelper in core/modules/simpletest/backdrop_web_test_case.php
- Helper for assertText and assertNoText.
- BackdropWebTestCase::assertTitle in core/modules/simpletest/backdrop_web_test_case.php
- Pass if the page title is the given string.
- BackdropWebTestCase::assertUrl in core/modules/simpletest/backdrop_web_test_case.php
- Pass if the internal browser's URL matches the given path.
- BackdropWebTestCase::backdropCreateContentType in core/modules/simpletest/backdrop_web_test_case.php
- Creates a custom content type based on default settings.
- BackdropWebTestCase::backdropCreateRole in core/modules/simpletest/backdrop_web_test_case.php
- Creates a role with specified permissions.
- BackdropWebTestCase::backdropCreateUser in core/modules/simpletest/backdrop_web_test_case.php
- Create a user with a given set of permissions.
- BackdropWebTestCase::backdropLogin in core/modules/simpletest/backdrop_web_test_case.php
- Log in a user with the internal browser.
- BackdropWebTestCase::backdropLogout in core/modules/simpletest/backdrop_web_test_case.php
- BackdropWebTestCase::backdropPost in core/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 core/modules/simpletest/backdrop_web_test_case.php
- Check to make sure that the array of permissions are valid.
- BackdropWebTestCase::clickLink in core/modules/simpletest/backdrop_web_test_case.php
- Follows a link by name.
- BackdropWebTestCase::curlExec in core/modules/simpletest/backdrop_web_test_case.php
- Initializes and executes a cURL request.
- BackdropWebTestCase::parse in core/modules/simpletest/backdrop_web_test_case.php
- Parse content returned from curlExec using DOM and SimpleXML.
- BackdropWebTestCase::setUp in core/modules/simpletest/backdrop_web_test_case.php
- Sets up a Backdrop site for running functional and integration tests.
- BackdropWebTestCase::tearDown in core/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 core/modules/simpletest/backdrop_web_test_case.php
- Outputs to verbose the most recent $count emails sent.
- backdrop_check_module in core/includes/install.inc
- Checks a module's requirements.
- backdrop_deliver_html_page in core/includes/common.inc
- Packages and sends the result of a page callback to the browser as HTML.
- backdrop_http_request in core/includes/common.inc
- Performs an HTTP request.
- backdrop_json_deliver in core/includes/common.inc
- Packages and sends the result of a page callback to the browser as JSON.
- backdrop_mail in core/includes/mail.inc
- Composes and optionally sends an email message.
- backdrop_mail_system in core/includes/mail.inc
- Returns an object that implements the MailSystemInterface interface.
- basis_breadcrumb in core/themes/basis/template.php
- Overrides theme_breadcrumb(). Removes » from markup.
- basis_preprocess_node in core/themes/basis/template.php
- Prepares variables for node templates.
- BatchExampleTestCase::testBatchExampleBasic in modules/examples/batch_example/tests/batch_example.test
- Login user, create 30 nodes and test both batch examples.
- BatchPageTestCase::testBatchProgressPageTheme in core/modules/simpletest/tests/batch.test
- Tests that the batch API progress page uses the correct theme.
- BatchPercentagesUnitTestCase::testBatchPercentages in core/modules/simpletest/tests/batch.test
- Test the _batch_api_percentage() function.
- BatchProcessingTestCase::testBackdropFormSubmitInBatch in core/modules/simpletest/tests/batch.test
- Test that backdrop_form_submit() can run within a batch operation.
- BatchProcessingTestCase::testBatchForm in core/modules/simpletest/tests/batch.test
- Test batches defined in a form submit handler.
- BatchProcessingTestCase::testBatchFormMultipleBatches in core/modules/simpletest/tests/batch.test
- Test batches defined in different submit handlers on the same form.
- BatchProcessingTestCase::testBatchFormMultistep in core/modules/simpletest/tests/batch.test
- Test batches defined in a multistep form.
- BatchProcessingTestCase::testBatchFormProgrammatic in core/modules/simpletest/tests/batch.test
- Test batches defined in a programmatically submitted form.
- BatchProcessingTestCase::testBatchLargePercentage in core/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 core/modules/simpletest/tests/batch.test
- Test batches triggered outside of form submission.
- batch_example_batch_1 in modules/examples/batch_example/batch_example.module
- Batch 1 definition: Load the node with the lowest nid 1000 times.
- batch_example_batch_2 in modules/examples/batch_example/batch_example.module
- Batch 2 : Prepare a batch definition that will load all nodes 20 times.
- batch_example_finished in modules/examples/batch_example/batch_example.module
- Batch 'finished' callback used by both batch 1 and batch 2.
- batch_example_op_1 in modules/examples/batch_example/batch_example.module
- Batch operation for batch 1: load a node.
- batch_example_simple_form in modules/examples/batch_example/batch_example.module
- Form builder function to allow choice of which batch to run.
- batch_example_update_1100 in modules/examples/batch_example/batch_example.install
- Example of batch-driven update function.
- batch_test_mock_form in core/modules/simpletest/tests/batch_test.module
- A simple form with a textfield and submit button.
- Block::form in core/modules/layout/includes/block.class.inc
- Build the settings form for editing this block.
- Block::getAdminConditionsPreview in core/modules/layout/includes/block.class.inc
- Return a fieldset listing any visibility conditions set for this block.
- BlockBroken::getAdminPreview in core/modules/layout/includes/block.class.inc
- BlockBroken::getAdminTitle in core/modules/layout/includes/block.class.inc
- BlockExample::form in modules/examples/block_example/block_example.inc
- Builds the block's configuration form.
- BlockExample::formValidate in modules/examples/block_example/block_example.inc
- Validates the form settings.
- BlockExample::getAdminTitle in modules/examples/block_example/block_example.inc
- Sets title text on draggable block panel in Layout builder.
- BlockExample::getContent in modules/examples/block_example/block_example.inc
- Returns the rendered content of this block.
- BlockExampleTestCase::testBlockExampleBasic in modules/examples/block_example/tests/block_example.test
- Functional test for our block example.
- BlockHero::form in core/modules/layout/includes/block.hero.inc
- Builds the block's configuration form.
- BlockHero::formValidate in core/modules/layout/includes/block.hero.inc
- Validates the form settings.
- BlockHero::getAdminTitle in core/modules/layout/includes/block.hero.inc
- Sets title text on draggable block panel in Layout builder.
- BlockTestCase::testBlockHooks in core/modules/block/tests/block.test
- Tests the various block hooks get called when needed.
- BlockTestCase::testCustomBlock in core/modules/block/tests/block.test
- Test creating custom block, editing, and then deleting it.
- BlockTestCase::testCustomBlockFormat in core/modules/block/tests/block.test
- Test creating custom block using Raw HTML (full_html).
- BlockText::form in core/modules/layout/includes/block.text.inc
- Builds the block's configuration form.
- BlockText::formValidate in core/modules/layout/includes/block.text.inc
- Validates the form settings.
- BlockText::getAdminTitle in core/modules/layout/includes/block.text.inc
- Sets title text on draggable block panel in Layout builder.
- BlockTranslationTestCase::addLanguage in core/modules/block/tests/block.translation.test
- BlockTranslationTestCase::testTranslateCustomBlock in core/modules/block/tests/block.translation.test
- Test creating custom block, translate it, and then deleting it.
- block_add_block_form_submit in core/modules/block/block.admin.inc
- Form submission handler for block_add_block_form().
- block_admin_configure in core/modules/block/block.admin.inc
- Form constructor for the block configuration form.
- block_admin_configure_submit in core/modules/block/block.admin.inc
- Form submission handler for block_admin_configure().
- block_admin_configure_validate in core/modules/block/block.admin.inc
- Form validation handler for block_admin_configure().
- block_admin_list in core/modules/block/block.admin.inc
- Page callback; Display a list of all custom blocks.
- block_block_info in core/modules/block/block.module
- Implements hook_block_info().
- block_config_info in core/modules/block/block.module
- Implements hook_config_info().
- block_custom_block_delete in core/modules/block/block.admin.inc
- Form constructor for the custom block deletion form.
- block_custom_block_delete_submit in core/modules/block/block.admin.inc
- Form submission handler for block_custom_block_delete().
- block_custom_block_form in core/modules/block/block.module
- Form constructor for the custom block form.
- block_custom_block_translate_list in core/modules/block/block.admin.inc
- Form constructor for the block translation list form.
- block_custom_block_translate_submit in core/modules/block/block.admin.inc
- Form submission handler for block_custom_block_translate().
- block_example_block_configure in modules/examples/block_example/block_example.module
- Implements hook_block_configure().
- block_example_block_info in modules/examples/block_example/block_example.module
- Implements hook_block_info().
- block_example_block_view in modules/examples/block_example/block_example.module
- Implements hook_block_view().
- block_example_page in modules/examples/block_example/block_example.module
- Simple page function to explain what the block example is about.
- block_permission in core/modules/block/block.module
- Implements hook_permission().
- block_test_block_info in core/modules/block/tests/block_test/block_test.module
- Implements hook_block_info().
- book-navigation.tpl.php in core/modules/book/templates/book-navigation.tpl.php
- Default theme implementation to navigate books.
- BookTestCase::createBookNode in core/modules/book/tests/book.test
- Creates a book node.
- BookTestCase::testBook in core/modules/book/tests/book.test
- Tests book functionality through node interfaces.
- BookTestCase::testBookDelete in core/modules/book/tests/book.test
- Tests the access for deleting top-level book nodes.
- BookTestCase::testBookNavigationBlock in core/modules/book/tests/book.test
- Tests the functionality of the book navigation block.
- BookTestCase::testNavigationBlockOnAccessModuleEnabled in core/modules/book/tests/book.test
- Tests the book navigation block when an access module is enabled.
- book_admin_edit in core/modules/book/book.admin.inc
- Form constructor for administering a single book's hierarchy.
- book_admin_edit_submit in core/modules/book/book.admin.inc
- Form submission handler for book_admin_edit().
- book_admin_edit_validate in core/modules/book/book.admin.inc
- Form validation handler for book_admin_edit().
- book_admin_overview in core/modules/book/book.admin.inc
- Returns an administrative overview of all books.
- book_admin_settings in core/modules/book/book.admin.inc
- Form constructor for the book settings form.
- book_admin_settings_submit in core/modules/book/book.admin.inc
- Form submission handler for book_admin_settings().
- book_admin_settings_validate in core/modules/book/book.admin.inc
- Form validation handler for book_admin_settings().
- book_block_configure in core/modules/book/book.module
- Implements hook_block_configure().
- book_block_info in core/modules/book/book.module
- Implements hook_block_info().
- book_block_view in core/modules/book/book.module
- Implements hook_block_view().
- book_config_info in core/modules/book/book.module
- Implements hook_config_info().
- book_entity_info_alter in core/modules/book/book.module
- Implements hook_entity_info_alter().
- book_form_node_delete_confirm_alter in core/modules/book/book.module
- Implements hook_form_FORM_ID_alter().
- book_form_node_form_alter in core/modules/book/book.module
- Implements hook_form_BASE_FORM_ID_alter().
- book_node_insert in core/modules/book/book.module
- Implements hook_node_insert().
- book_node_update in core/modules/book/book.module
- Implements hook_node_update().
- book_node_view_link in core/modules/book/book.module
- Adds relevant book links to the node's links.
- book_permission in core/modules/book/book.module
- Implements hook_permission().
- book_remove_form in core/modules/book/book.pages.inc
- Form constructor to confirm removal of a node from a book.
- book_remove_form_submit in core/modules/book/book.pages.inc
- Form submission handler for book_remove_form().
- book_token_info in core/modules/book/book.tokens.inc
- Implements hook_token_info().
- book_views_data in core/modules/book/views/book.views.inc
- Implements hook_views_data().
- book_views_plugins in core/modules/book/views/book.views.inc
- Implements hook_views_plugins().
- BootstrapGetFilenameTestCase::testBackdropGetFilename in core/modules/simpletest/tests/bootstrap.test
- Test that backdrop_get_filename() works correctly when the file is not found in the database.
- BootstrapPageCacheTestCase::testPageCache in core/modules/simpletest/tests/bootstrap.test
- Test cache headers.
- BootstrapPageCacheTestCase::testPageCompression in core/modules/simpletest/tests/bootstrap.test
- Test page compression.
- CacheClearCase::testClearCid in core/modules/simpletest/tests/cache.test
- Test clearing using a cid.
- CacheExampleTestCase::testCacheExampleBasic in modules/examples/cache_example/tests/cache_example.test
- Functional tests for cache_example.
- CacheIsEmptyCase::testIsEmpty in core/modules/simpletest/tests/cache.test
- Test clearing using a cid.
- cache_example_form_cache_clearing in modules/examples/cache_example/cache_example.module
- Submit handler to demonstrate the various methods for clearing cache.
- cache_example_form_create_expiring_item in modules/examples/cache_example/cache_example.module
- Submit handler to create a new cache item with specified expiration.
- cache_example_form_expire_files in modules/examples/cache_example/cache_example.module
- Submit handler that explicitly clears cache_example_files_count from cache.
- cache_example_page_form in modules/examples/cache_example/cache_example.module
- Main page for cache_example.
- callback_batch_finished in core/modules/system/form.api.php
- Complete a batch process.
- callback_batch_operation in core/modules/system/form.api.php
- Perform a single batch operation.
- callback_filter_settings in core/modules/filter/filter.api.php
- Provide a settings form for filter settings.
- callback_filter_tips in core/modules/filter/filter.api.php
- Return help text for a filter.
- CKEditor5TestCase::testLibrary in core/modules/ckeditor5/tests/ckeditor5.test
- Test the addition of the library to the page when configured.
- CKEditor5UpgradeTestCase::testUpgrade in core/modules/ckeditor5/tests/ckeditor5_upgrade.test
- Test upgrading a CKEditor 4 text format to CKEditor 5.
- ckeditor5_ckeditor5_plugins in core/modules/ckeditor5/ckeditor5.module
- Implements hook_ckeditor5_plugins().
- ckeditor5_editor_info in core/modules/ckeditor5/ckeditor5.module
- Implements hook_editor_info().
- ckeditor5_enable in core/modules/ckeditor5/ckeditor5.install
- Implements hook_enable().
- ckeditor5_form_filter_admin_format_form_alter in core/modules/ckeditor5/ckeditor5.module
- Implements hook_form_FORM_ID_alter().
- ckeditor5_form_filter_format_editor_image_form_alter in core/modules/ckeditor5/ckeditor5.module
- Implements hook_form_FORM_ID_alter().
- ckeditor5_get_config in core/modules/ckeditor5/ckeditor5.module
- Editor JS settings callback; Add CKEditor config to the page for a format.
- ckeditor5_image_upload in core/modules/ckeditor5/ckeditor5.pages.inc
- Menu callback; Saves images uploaded via copy/paste into the editor.
- ckeditor5_settings_form in core/modules/ckeditor5/ckeditor5.admin.inc
- Editor settings callback; Provide options for CKEditor 5 module.
- ckeditor5_settings_form_validate in core/modules/ckeditor5/ckeditor5.admin.inc
- Additional validate handler for filter_admin_format_form().
- ckeditor5_telemetry_info in core/modules/ckeditor5/ckeditor5.module
- Implements hook_telemetry_info().
- ckeditor5_upgrade_form in core/modules/ckeditor5/ckeditor5.upgrade.inc
- Form callback for upgrading a text format from CKEditor 4 to CKEditor 5.
- ckeditor5_upgrade_form_submit in core/modules/ckeditor5/ckeditor5.upgrade.inc
- Submit handler for ckeditor5_upgrade_form().
- CKEditorRtlTestCase::testRtlAdminIcons in core/modules/ckeditor/tests/ckeditor_rtl.test
- Test that the CKEditor 4 admin form works correctly with RTL languages.
- CKEditorTestCase::testLibrary in core/modules/ckeditor/tests/ckeditor.test
- Test the addition of the library to the page when configured.
- ckeditor_ckeditor_plugins in core/modules/ckeditor/ckeditor.module
- Implements hook_ckeditor_plugins().
- ckeditor_editor_info in core/modules/ckeditor/ckeditor.module
- Implements hook_editor_info().
- ckeditor_form_filter_format_editor_image_form_alter in core/modules/ckeditor/ckeditor.module
- Implements hook_form_FORM_ID_alter().
- ckeditor_get_settings in core/modules/ckeditor/ckeditor.module
- Editor JS settings callback; Add CKEditor settings to the page for a format.
- ckeditor_image_upload in core/modules/ckeditor/ckeditor.pages.inc
- Menu callback; Saves images uploaded via copy/paste into the editor.
- ckeditor_settings_form in core/modules/ckeditor/ckeditor.admin.inc
- Editor settings callback; Provide options for CKEditor 4 module.
- ckeditor_settings_form_validate in core/modules/ckeditor/ckeditor.admin.inc
- Additional validate handler for filter_admin_format_form().
- ckeditor_telemetry_info in core/modules/ckeditor/ckeditor.module
- Implements hook_telemetry_info().
- color.inc in core/themes/bartik/color/color.inc
- color.inc in core/themes/basis/color/color.inc
- ColorTestCase::testBartikLegacy in core/modules/color/tests/color.test
- Test the Bartik legacy color mode.
- ColorTestCase::testColor in core/modules/color/tests/color.test
- Tests the Color module functionality.
- ColorTestCase::testUpdateCssFilesOnConfigSave in core/modules/color/tests/color.test
- Test if the CSS files for a theme are updated when editing Configuration.
- ColorTestCase::testValidColor in core/modules/color/tests/color.test
- Tests whether the provided color is valid.
- color_form_system_theme_settings_alter in core/modules/color/color.module
- Implements hook_form_FORM_ID_alter().
- color_scheme_form_validate in core/modules/color/color.module
- Form validation handler for color_scheme_form().
- CommentAnonymous::testAnonymous in core/modules/comment/tests/comment.test
- Tests anonymous comment functionality.
- CommentApprovalTest::testApprovalAdminInterface in core/modules/comment/tests/comment.test
- Test comment approval functionality through admin/content/comment.
- CommentApprovalTest::testApprovalNodeInterface in core/modules/comment/tests/comment.test
- Tests comment approval functionality through the node interface.
- CommentAuthorDeletionTestCase::testAuthorDeletion in core/modules/comment/tests/comment.test
- Tests that comments are correctly deleted when their author is deleted.
- CommentAuthorDeletionTestCase::testAuthorDeletionCommentModuleDisabled in core/modules/comment/tests/comment.test
- Test comment author deletion while the comment module is disabled.
- CommentBlockFunctionalTest::testRecentCommentBlock in core/modules/comment/tests/comment.test
- Tests the recent comments block.
- CommentFieldsTest::testCommentDeletedBody in core/modules/comment/tests/comment.test
- Tests that the comment_body field is not required.
- CommentFieldsTest::testCommentEmptyNonRequiredBody in core/modules/comment/tests/comment.test
- Tests trying to save a comment with an empty, NON-required body.
- CommentFieldsTest::testCommentEnable in core/modules/comment/tests/comment.test
- Tests that comment module works when enabled after a content module.
- CommentFieldsTest::testCommentFormat in core/modules/comment/tests/comment.test
- Tests that comment module works correctly with plain text format.
- CommentHelperCase::deleteComment in core/modules/comment/tests/comment.test
- Deletes a comment.
- CommentHelperCase::performCommentOperation in core/modules/comment/tests/comment.test
- Performs the specified operation on the specified comment.
- CommentHelperCase::postComment in core/modules/comment/tests/comment.test
- Posts a comment.
- CommentInterfaceTest::assertCommentLinks in core/modules/comment/tests/comment.test
- Asserts that comment links appear according to the passed environment.
- CommentInterfaceTest::setEnvironment in core/modules/comment/tests/comment.test
- Re-configures the environment, module settings, and user permissions.
- CommentInterfaceTest::testCommentInterface in core/modules/comment/tests/comment.test
- Tests the comment interface.
- CommentInterfaceTest::testCommentNewCommentsIndicator in core/modules/comment/tests/comment.test
- Tests new comment marker.
- CommentNodeAutoCloserTestCase::testNodeCommentAutoCloserSettings in core/modules/comment/tests/comment.test
- Tests the auto closer node type setting and the override setting on individual nodes.
- CommentNodeChangesTestCase::testNodeCommentSettings in core/modules/comment/tests/comment.test
- Tests opening, closing, and hiding comments.
- CommentPagerTest::testCommentPaging in core/modules/comment/tests/comment.test
- Confirms comment paging works correctly with flat and threaded comments.
- CommentPreviewTest::testCommentEditPreviewSave in core/modules/comment/tests/comment.test
- Tests comment edit, preview, and save.
- CommentPreviewTest::testCommentPreview in core/modules/comment/tests/comment.test
- Tests comment preview.
- comment_action_info in core/modules/comment/comment.module
- Implements hook_action_info().
- comment_admin_overview in core/modules/comment/comment.admin.inc
- Form constructor for the comment overview administration form.
- comment_admin_overview_submit in core/modules/comment/comment.admin.inc
- Form submission handler for comment_admin_overview().
- comment_admin_overview_validate in core/modules/comment/comment.admin.inc
- Form validation handler for comment_admin_overview().
- comment_approve in core/modules/comment/comment.pages.inc
- Page callback: Publishes the specified comment.
- comment_block_configure in core/modules/comment/comment.module
- Implements hook_block_configure().
- comment_block_info in core/modules/comment/comment.module
- Implements hook_block_info().
- comment_block_view in core/modules/comment/comment.module
- Implements hook_block_view().
- comment_config_create_validate in core/modules/comment/comment.module
- Implements hook_config_create_validate()
- comment_confirm_delete in core/modules/comment/comment.admin.inc
- Form constructor for the confirmation form for comment deletion.
- comment_confirm_delete_submit in core/modules/comment/comment.admin.inc
- Form submission handler for comment_confirm_delete().
- comment_count_unpublished in core/modules/comment/comment.module
- Returns a menu title which includes the number of unapproved comments.
- comment_edit_page in core/modules/comment/comment.module
- Page callback: Displays the comment editing form.
- comment_entity_info in core/modules/comment/comment.module
- Implements hook_entity_info().
- comment_field_extra_fields in core/modules/comment/comment.module
- Implements hook_field_extra_fields().
- comment_form in core/modules/comment/comment.module
- Form constructor for the basic commenting form.
- comment_form_node_form_alter in core/modules/comment/comment.module
- Implements hook_form_BASE_FORM_ID_alter().
- comment_form_node_type_form_alter in core/modules/comment/comment.module
- Implements hook_form_FORM_ID_alter().
- comment_form_submit in core/modules/comment/comment.module
- Form submission handler for comment_form().
- comment_form_validate in core/modules/comment/comment.module
- Form validation handler for comment_form().
- comment_links in core/modules/comment/comment.module
- Adds reply, edit, delete, etc. links, depending on user permissions.
- comment_multiple_delete_confirm in core/modules/comment/comment.admin.inc
- Form constructor for the confirmation form for bulk comment deletion.
- comment_node_view in core/modules/comment/comment.module
- Implements hook_node_view().
- comment_permission in core/modules/comment/comment.module
- Implements hook_permission().
- comment_preview in core/modules/comment/comment.module
- Generates a comment preview.
- comment_ranking in core/modules/comment/comment.module
- Implements hook_ranking().
- comment_reply in core/modules/comment/comment.pages.inc
- Form constructor for the comment reply form.
- comment_submit in core/modules/comment/comment.module
- Prepare a comment for submission.
- comment_token_info in core/modules/comment/comment.tokens.inc
- Implements hook_token_info().
- comment_update_1008 in core/modules/comment/comment.install
- Replace comment_subject_field setting with comment_title_options.
- comment_views_data in core/modules/comment/views/comment.views.inc
- comment_views_data_alter in core/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 core/modules/comment/views/comment.views.inc
- Implements hook_views_plugins().
- CommonBackdropGotoTestCase::testBackdropGotoAlter in core/modules/simpletest/tests/common.test
- Test hook_backdrop_goto_alter().
- CommonBackdropHTTPRequestTestCase::testBackdropHTTPRequest in core/modules/simpletest/tests/common.test
- CommonBackdropHTTPRequestTestCase::testBackdropHTTPRequestHeaders in core/modules/simpletest/tests/common.test
- Tests Content-language headers generated by Backdrop.
- CommonBackdropRenderTestCase::testBackdropRenderInvalidKeys in core/modules/simpletest/tests/common.test
- Test rendering elements with invalid keys.
- CommonBackdropWriteRecordTestCase::testBackdropWriteRecord in core/modules/simpletest/tests/common.test
- Test the backdrop_write_record() API function.
- CommonCascadingStylesheetsTestCase::testRenderFile in core/modules/simpletest/tests/common.test
- Tests rendering the stylesheets.
- CommonFormatDateTestCase::testAdminDefinedFormatDate in core/modules/simpletest/tests/common.test
- Test admin-defined formats in format_date().
- CommonFormatDateTestCase::testFormatDate in core/modules/simpletest/tests/common.test
- Tests for the format_date() function.
- CommonJavaScriptTestCase::testAggregation in core/modules/simpletest/tests/common.test
- Test JavaScript grouping and aggregation.
- CommonJavaScriptTestCase::testLibraryRender in core/modules/simpletest/tests/common.test
- Adds a library to the page and tests for both its JavaScript and its CSS.
- CommonJavaScriptTestCase::testVersionQueryString in core/modules/simpletest/tests/common.test
- Test JavaScript versioning.
- CommonSimpleTestErrorCollectorTestCase::assertError in core/modules/simpletest/tests/common.test
- Assert that a collected error matches what we are expecting.
- common_test_cron in core/modules/simpletest/tests/common_test.module
- Implements hook_cron().
- Config::getTranslated in core/includes/config.inc
- Gets translated data from this configuration object.
- ConfigDatabaseStorage::encode in core/includes/config.inc
- Encodes configuration data into the storage-specific format.
- ConfigDatabaseStorage::__construct in core/includes/config.inc
- Constructs a new ConfigDatabaseStorage controller.
- ConfigFileStorage::encode in core/includes/config.inc
- Encodes configuration data into the storage-specific format.
- ConfigurationSyncTest::testSync in core/modules/config/tests/config.test
- Tests that hook_config_create() is run during config sync.
- ConfigurationUITest::testClearStagingDirectory in core/modules/config/tests/config.test
- Test skipping the clearing of the staging directory after import.
- ConfigurationUITest::testExport in core/modules/config/tests/config.test
- Tests export of configuration.
- ConfigurationUITest::testFullImportValidation in core/modules/config/tests/config.test
- Test full import validation.
- ConfigurationUITest::testImport in core/modules/config/tests/config.test
- Tests importing configuration.
- config_config_data_validate in core/modules/config/config.module
- Implements hook_config_data_validate().
- config_diff in core/modules/config/config.admin.inc
- Return a formatted diff of a named config between staging and active.
- config_diff_page in core/modules/config/config.admin.inc
- Shows diff of specified configuration file.
- config_export_full_form in core/modules/config/config.admin.inc
- Form callback; Provide a form for exporting the current configuration.
- config_export_single_form in core/modules/config/config.admin.inc
- Form callback; Builds the form for exporting a single configuration file.
- config_get_prefix_groups in core/modules/config/config.module
- Get a list of all configuration prefixes and groups.
- config_import_full_form in core/modules/config/config.admin.inc
- Form callback; Provide a form for importing a full set of configuration.
- config_import_full_form_submit in core/modules/config/config.admin.inc
- Submit handler for config_import_full_form().
- config_import_single_form in core/modules/config/config.admin.inc
- Form callback; Build the form to import a single configuration file.
- config_import_single_form_submit in core/modules/config/config.admin.inc
- Submit handler for config_import_single_form().
- config_import_single_form_validate in core/modules/config/config.admin.inc
- Validate handler for config_import_single_form().
- config_obj_test_config_info in core/modules/simpletest/tests/config_obj_test/config_obj_test.module
- Implements hook_config_info().
- config_permission in core/modules/config/config.module
- Implements hook_permission().
- config_sync_batch in core/modules/config/config.sync.inc
- Return an array for setting up a Batch API job to sync all configuration.
- config_sync_form in core/modules/config/config.admin.inc
- Form callback; Build the form for syncing all staged configuration.
- config_sync_form_submit in core/modules/config/config.admin.inc
- Submit handler for config_sync_form().
- config_sync_validate_file in core/modules/config/config.sync.inc
- Validate an individual configuration to ensure it's safe to import.
- config_test_config_info in core/modules/config/tests/config_test/config_test.module
- Implements hook_config_info().
- config_test_hooks_config_create_validate in core/modules/config/tests/config_test_hooks/config_test_hooks.module
- Implements hook_config_create_validate().
- config_test_hooks_config_delete_validate in core/modules/config/tests/config_test_hooks/config_test_hooks.module
- Implements hook_config_delete_validate().
- config_test_hooks_config_info in core/modules/config/tests/config_test_hooks/config_test_hooks.module
- Implements hook_config_info().
- config_test_hooks_config_update_validate in core/modules/config/tests/config_test_hooks/config_test_hooks.module
- Implements hook_config_update_validate().
- ConfirmFormTest::assertCancelLinkUrl in core/modules/system/tests/system.test
- Asserts that a cancel link is present pointing to the provided URL.
- confirm_form in core/modules/system/system.module
- Generates a form array for a confirmation form.
- ContactPersonalTestCase::submitPersonalContact in core/modules/contact/tests/contact.test
- Fills out a user's personal contact form and submits it.
- ContactPersonalTestCase::testPersonalContactAccess in core/modules/contact/tests/contact.test
- Tests access to the personal contact form.
- ContactPersonalTestCase::testPersonalContactFlood in core/modules/contact/tests/contact.test
- Tests the personal contact form flood protection.
- ContactSitewideTestCase::addCategory in core/modules/contact/tests/contact.test
- Adds a category.
- ContactSitewideTestCase::deleteCategories in core/modules/contact/tests/contact.test
- Deletes all categories.
- ContactSitewideTestCase::submitContact in core/modules/contact/tests/contact.test
- Submits the contact form.
- ContactSitewideTestCase::testSiteWideContact in core/modules/contact/tests/contact.test
- Tests configuration options and the site-wide contact form.
- ContactSitewideTestCase::updateCategory in core/modules/contact/tests/contact.test
- Updates a category.
- contact_block_info in core/modules/contact/contact.module
- Implements hook_block_info().
- contact_block_view in core/modules/contact/contact.module
- Implements hook_block_view().
- contact_category_delete_form in core/modules/contact/contact.admin.inc
- Form constructor for the contact category deletion form.
- contact_category_delete_form_submit in core/modules/contact/contact.admin.inc
- Form submission handler for contact_category_delete_form().
- contact_category_edit_form in core/modules/contact/contact.admin.inc
- Form constructor for the category edit form.
- contact_category_edit_form_submit in core/modules/contact/contact.admin.inc
- Form submission handler for contact_category_edit_form().
- contact_category_edit_form_validate in core/modules/contact/contact.admin.inc
- Form validation handler for contact_category_edit_form().
- contact_category_list in core/modules/contact/contact.admin.inc
- Page callback: Lists contact categories.
- contact_category_list_submit in core/modules/contact/contact.admin.inc
- Form submission handler for contact_category_list().
- contact_config_info in core/modules/contact/contact.module
- Implements hook_config_info().
- contact_form_user_admin_settings_alter in core/modules/contact/contact.module
- Implements hook_form_FORM_ID_alter().
- contact_form_user_profile_form_alter in core/modules/contact/contact.module
- Implements hook_form_FORM_ID_alter().
- contact_mail in core/modules/contact/contact.module
- Implements hook_mail().
- contact_permission in core/modules/contact/contact.module
- Implements hook_permission().
- contact_personal_form in core/modules/contact/contact.pages.inc
- Form constructor for the personal contact form.
- contact_personal_form_submit in core/modules/contact/contact.pages.inc
- Form submission handler for contact_personal_form().
- contact_settings_form in core/modules/contact/contact.admin.inc
- Contact settings form.
- contact_site_form in core/modules/contact/contact.pages.inc
- Form constructor for the site-wide contact form.
- contact_site_form_submit in core/modules/contact/contact.pages.inc
- Form submission handler for contact_site_form().
- contact_site_form_validate in core/modules/contact/contact.pages.inc
- Form validation handler for contact_site_form().
- contact_views_data_alter in core/modules/contact/views/contact.views.inc
- Implements hook_views_data_alter().
- ContextualLinksExampleTestCase::testContextualLinksExample in modules/examples/contextual_links_example/tests/contextual_links_example.test
- Test the various contextual links that this module defines and displays.
- contextual_links_example_block_info in modules/examples/contextual_links_example/contextual_links_example.module
- Implements hook_block_info().
- contextual_links_example_block_view in modules/examples/contextual_links_example/contextual_links_example.module
- Implements hook_block_view().
- contextual_links_example_node_action_form in modules/examples/contextual_links_example/contextual_links_example.module
- Form callback; display the form for performing an example action on a node.
- contextual_links_example_node_action_form_submit in modules/examples/contextual_links_example/contextual_links_example.module
- Submit handler for contextual_links_example_node_action_form().
- contextual_links_example_object_edit_form in modules/examples/contextual_links_example/contextual_links_example.module
- Form callback; display the form for editing our module's content.
- contextual_links_example_object_edit_form_submit in modules/examples/contextual_links_example/contextual_links_example.module
- Submit handler for contextual_links_example_object_edit_form().
- contextual_links_example_object_load in modules/examples/contextual_links_example/contextual_links_example.module
- Menu loader callback for the object defined by this module.
- contextual_permission in core/modules/contextual/contextual.module
- Implements hook_permission().
- CronExampleTestCase::testCronExampleBasic in modules/examples/cron_example/tests/cron_example.test
- Test running cron through the user interface.
- CronRunTestCase::testAutomaticCron in core/modules/system/tests/system.test
- Ensure that the automatic cron run feature is working.
- cron_example_config_info in modules/examples/cron_example/cron_example.module
- Implements hook_config_info().
- cron_example_cron in modules/examples/cron_example/cron_example.module
- Implements hook_cron().
- cron_example_form in modules/examples/cron_example/cron_example.module
- The form to provide a link to cron.php.
- cron_example_form_cron_run_submit in modules/examples/cron_example/cron_example.module
- Allow user to directly execute cron, optionally forcing it.
- cron_example_queue_report_work in modules/examples/cron_example/cron_example.module
- Simple reporter for the workers.
- CustomLogoTestCase::testCustomLogo in core/modules/system/tests/system.test
- Test the use of a custom logo.
- DashboardContentTypesBlock::form in core/modules/dashboard/includes/block.node_types.inc
- Build the settings form for editing this block.
- DashboardContentTypesBlock::getAdminPreview in core/modules/dashboard/includes/block.node_types.inc
- Return a preview for this block.
- DashboardContentTypesBlock::getAdminTitle in core/modules/dashboard/includes/block.node_types.inc
- Return an administrative title that will always have a value.
- DashboardContentTypesBlock::getContent in core/modules/dashboard/includes/block.node_types.inc
- Return the content of a block.
- DashboardContentTypesBlock::getTitle in core/modules/dashboard/includes/block.node_types.inc
- Return the title of a block as configured in the layout.
- DashboardCreateBlock::form in core/modules/dashboard/includes/block.create.inc
- Build the settings form for editing this block.
- DashboardCreateBlock::getAdminPreview in core/modules/dashboard/includes/block.create.inc
- Return a preview for this block.
- DashboardCreateBlock::getAdminTitle in core/modules/dashboard/includes/block.create.inc
- Return an administrative title that will always have a value.
- DashboardCreateBlock::getContent in core/modules/dashboard/includes/block.create.inc
- Return the content of a block.
- DashboardCreateBlock::getTitle in core/modules/dashboard/includes/block.create.inc
- Return the title of a block as configured in the layout.
- DashboardLayoutContext::label in core/modules/dashboard/includes/dashboard_layout_context.inc
- Assemble a human-readable label of this object.
- DashboardMenuBlock::form in core/modules/dashboard/includes/block.menus.inc
- Build the settings form for editing this block.
- DashboardMenuBlock::getAdminPreview in core/modules/dashboard/includes/block.menus.inc
- Return a preview for this block.
- DashboardMenuBlock::getAdminTitle in core/modules/dashboard/includes/block.menus.inc
- Return an administrative title that will always have a value.
- DashboardMenuBlock::getContent in core/modules/dashboard/includes/block.menus.inc
- Return the content of a block.
- DashboardMenuBlock::getTitle in core/modules/dashboard/includes/block.menus.inc
- Return the title of a block as configured in the layout.
- DashboardNewsBlock::form in core/modules/dashboard/includes/block.news.inc
- DashboardNewsBlock::getAdminPreview in core/modules/dashboard/includes/block.news.inc
- Return a preview for this block.
- DashboardNewsBlock::getAdminTitle in core/modules/dashboard/includes/block.news.inc
- Return an administrative title that will always have a value.
- DashboardNewsBlock::getContent in core/modules/dashboard/includes/block.news.inc
- Return the content of a block.
- DashboardNewsBlock::getTitle in core/modules/dashboard/includes/block.news.inc
- Return the title of a block as configured in the layout.
- DashboardOverviewContentBlock::form in core/modules/dashboard/includes/block.overview_content.inc
- Build the settings form for editing this block.
- DashboardOverviewContentBlock::getAdminPreview in core/modules/dashboard/includes/block.overview_content.inc
- Return a preview for this block.
- DashboardOverviewContentBlock::getAdminTitle in core/modules/dashboard/includes/block.overview_content.inc
- Return an administrative title that will always have a value.
- DashboardOverviewContentBlock::getContent in core/modules/dashboard/includes/block.overview_content.inc
- Return the content of a block.
- DashboardOverviewContentBlock::getTitle in core/modules/dashboard/includes/block.overview_content.inc
- Return the title of a block as configured in the layout.
- DashboardOverviewUserBlock::form in core/modules/dashboard/includes/block.overview_user.inc
- Build the settings form for editing this block.
- DashboardOverviewUserBlock::getAdminPreview in core/modules/dashboard/includes/block.overview_user.inc
- Return a preview for this block.
- DashboardOverviewUserBlock::getAdminTitle in core/modules/dashboard/includes/block.overview_user.inc
- Return an administrative title that will always have a value.
- DashboardOverviewUserBlock::getContent in core/modules/dashboard/includes/block.overview_user.inc
- Return the content of a block.
- DashboardOverviewUserBlock::getTitle in core/modules/dashboard/includes/block.overview_user.inc
- Return the title of a block as configured in the layout.
- DashboardTaxonomyBlock::form in core/modules/dashboard/includes/block.taxonomy.inc
- Build the settings form for editing this block.
- DashboardTaxonomyBlock::getAdminPreview in core/modules/dashboard/includes/block.taxonomy.inc
- Return a preview for this block.
- DashboardTaxonomyBlock::getAdminTitle in core/modules/dashboard/includes/block.taxonomy.inc
- Return an administrative title that will always have a value.
- DashboardTaxonomyBlock::getContent in core/modules/dashboard/includes/block.taxonomy.inc
- Return the content of a block.
- DashboardTaxonomyBlock::getTitle in core/modules/dashboard/includes/block.taxonomy.inc
- Return the title of a block as configured in the layout.
- DashboardTest::testDashboardLayout in core/modules/dashboard/tests/dashboard.test
- Test the dashboard layout.
- DashboardUpdateBlock::form in core/modules/dashboard/includes/block.update.inc
- Build the settings form for editing this block.
- DashboardUpdateBlock::getAdminPreview in core/modules/dashboard/includes/block.update.inc
- Return a preview for this block.
- DashboardUpdateBlock::getAdminTitle in core/modules/dashboard/includes/block.update.inc
- Return an administrative title that will always have a value.
- DashboardUpdateBlock::getContent in core/modules/dashboard/includes/block.update.inc
- Return the content of a block.
- DashboardUpdateBlock::getTitle in core/modules/dashboard/includes/block.update.inc
- Return the title of a block as configured in the layout.
- DashboardWelcomeBlock::getAdminPreview in core/modules/dashboard/includes/block.welcome.inc
- Return a preview for this block.
- DashboardWelcomeBlock::getAdminTitle in core/modules/dashboard/includes/block.welcome.inc
- Return an administrative title that will always have a value.
- DashboardWelcomeBlock::getContent in core/modules/dashboard/includes/block.welcome.inc
- Return the content of a block.
- DashboardWelcomeBlock::getTitle in core/modules/dashboard/includes/block.welcome.inc
- Return the title of a block as configured in the layout.
- dashboard_admin_settings in core/modules/dashboard/dashboard.module
- Menu callback; Dashboard settings form.
- dashboard_block_info in core/modules/dashboard/dashboard.module
- Implements hook_block_info().
- dashboard_config_info in core/modules/dashboard/dashboard.module
- Implements hook_config_info().
- dashboard_layout_context_info in core/modules/dashboard/dashboard.module
- Implements hook_layout_context_info().
- dashboard_permission in core/modules/dashboard/dashboard.module
- Implements hook_permission().
- DatabaseExampleUnitTestCase::testUI in modules/examples/database_example/tests/database_example.test
- Tests the UI.
- DatabaseExtraTypesTestCase::testDateField in core/modules/simpletest/tests/database_test.test
- Test the date data type.
- DatabaseExtraTypesTestCase::testTimeField in core/modules/simpletest/tests/database_test.test
- Test the time data type.
- DatabaseSchema::createTable in core/includes/database/schema.inc
- Create a new table from a Backdrop table definition.
- DatabaseSchema_mysql::addField in core/includes/database/mysql/schema.inc
- Add a new field to a table.
- DatabaseSchema_mysql::addIndex in core/includes/database/mysql/schema.inc
- Add an index.
- DatabaseSchema_mysql::addPrimaryKey in core/includes/database/mysql/schema.inc
- Add a primary key.
- DatabaseSchema_mysql::addUniqueKey in core/includes/database/mysql/schema.inc
- Add a unique key.
- DatabaseSchema_mysql::changeField in core/includes/database/mysql/schema.inc
- Change a field definition.
- DatabaseSchema_mysql::fieldSetDefault in core/includes/database/mysql/schema.inc
- Set the default value for a field.
- DatabaseSchema_mysql::fieldSetNoDefault in core/includes/database/mysql/schema.inc
- Set a field to have no default value.
- DatabaseSchema_mysql::renameTable in core/includes/database/mysql/schema.inc
- Rename a table.
- DatabaseSelectTableSortDefaultTestCase::testTableSortQuery in core/modules/simpletest/tests/database_test.test
- Confirm that a tablesort query returns the correct results.
- DatabaseSelectTableSortDefaultTestCase::testTableSortQueryFirst in core/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 core/modules/simpletest/tests/database_test.test
- Test that a comparison with NULL is always FALSE.
- DatabaseUpdateTestCase::testPrimaryKeyUpdate in core/modules/simpletest/tests/database_test.test
- Confirm that we can update the primary key of a record successfully.
- database_example_advanced_list in modules/examples/database_example/database_example.module
- Renders a filtered list of entries in the database.
- database_example_entry_insert in modules/examples/database_example/database_example.module
- Saves an entry in the database using db_insert().
- database_example_entry_update in modules/examples/database_example/database_example.module
- Updates an entry in the database.
- database_example_form_add in modules/examples/database_example/database_example.module
- Prepares a simple form to add an entry, with all the interesting fields.
- database_example_form_add_submit in modules/examples/database_example/database_example.module
- Submit handler for 'add entry' form.
- database_example_form_update in modules/examples/database_example/database_example.module
- Sample UI to update a record.
- database_example_form_update_submit in modules/examples/database_example/database_example.module
- Submit handler for the 'update entry' form.
- database_example_list in modules/examples/database_example/database_example.module
- Renders a list of entries in the database.
- database_test_tablesort in core/modules/simpletest/tests/database_test.module
- Run a tablesort query and return the results.
- database_test_tablesort_first in core/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 core/modules/simpletest/tests/database_test.module
- Output a form without setting a header sort.
- date-views-pager.tpl.php in core/modules/date/templates/date-views-pager.tpl.php
- Template to display the Views date pager.
- DateAPITestCase::testDateAPI in core/modules/date/tests/date_api.test
- DateFieldBasic::deleteDateField in core/modules/date/tests/date_field.test
- Remove a Date field though the UI.
- DateFieldBasic::setUp in core/modules/date/tests/date_field.test
- Sets up a Backdrop site for running functional and integration tests.
- DateFieldTestCase::dateForm in core/modules/date/tests/date_field.test
- Tests that date field functions properly on the node form.
- DateFieldTokenTestCase::testDateFieldToken in core/modules/date/tests/date_field.test
- Tests that date field tokens function properly.
- DateTimeFunctionalTest::testDateFormatConfiguration in core/modules/system/tests/system.test
- Test date format configuration.
- DateTimezoneTestCase::dateForm in core/modules/date/tests/date_timezone.test
- Utility function to validate the node form displays date fields correctly.
- DateTimezoneTestCase::dateMultiValueForm in core/modules/date/tests/date_timezone.test
- Tests the submission of a date field's widget form when using unlimited
cardinality
- DateUITestCase::dateForm in core/modules/date/tests/date.test
- DateUITestCase::testFieldUI in core/modules/date/tests/date.test
- DateValidationTestCase::checkGranularity in core/modules/date/tests/date_validation.test
- Confirms that fields missing the time granularity are accepted.
- DateValidationTestCase::dateRangeTests in core/modules/date/tests/date_validation.test
- Tests for date ranges.
- DateValidationTestCase::malFormedDate in core/modules/date/tests/date_validation.test
- Attempt to create a node with a malformed date and ensure it fails.
- date_ampm in core/includes/date.inc
- Constructs an array of AM and PM options.
- date_combo_element_process in core/modules/date/date.elements.inc
- Process an individual date element.
- date_combo_validate in core/modules/date/date.elements.inc
- Validate and update a combo element.
- date_config_info in core/modules/date/date.module
- Implements hook_config_info().
- date_default_formatter_settings_form in core/modules/date/date.admin.inc
- Settings for the default formatter.
- date_default_formatter_settings_summary in core/modules/date/date.admin.inc
- Settings summary for the default formatter.
- date_field_formatter_info in core/modules/date/date.field.inc
- Implements hook_field_formatter_info().
- date_field_formatter_view in core/modules/date/date.field.inc
- Implements hook_field_formatter_view().
- date_field_info in core/modules/date/date.field.inc
- Implements hook_field_info().
- date_field_instance_settings_form_validate in core/modules/date/date.admin.inc
- Form validation handler for _date_field_instance_settings_form().
- date_field_settings_validate in core/modules/date/date.admin.inc
- Form validation handler for _date_field_settings_form().
- date_field_validate in core/modules/date/date.field.inc
- Implements hook_field_validate().
- date_field_views_data_alter in core/modules/date/date.module
- Implements hook_field_views_data_alter().
- date_field_widget_info in core/modules/date/date.field.inc
- Implements hook_field_widget_info().
- date_field_widget_settings_form_validate in core/modules/date/date.admin.inc
- Form validation handler for _date_field_widget_settings_form().
- date_format_date in core/includes/date.inc
- Formats a date, using a date type or a custom date format string.
- date_format_interval in core/includes/date.inc
- Formats a time interval with granularity, including past and future context.
- date_form_field_ui_field_edit_form_alter in core/modules/date/date.module
- Implements hook_form_FORM_ID_alter() for field_ui_field_edit_form().
- date_granularity_names in core/includes/date.inc
- Constructs an array of granularity options and their labels.
- date_html5_element_validate in core/modules/date/date.elements.inc
- Element validation callback for the HTML5 widget.
- date_interval_formatter_settings_form in core/modules/date/date.admin.inc
- Settings for the interval formatter.
- date_interval_formatter_settings_summary in core/modules/date/date.admin.inc
- Settings summary for the interval formatter.
- date_month_names in core/includes/date.inc
- Returns a translated array of month names.
- date_month_names_abbr in core/includes/date.inc
- Constructs a translated array of month name abbreviations.
- date_parts_element in core/modules/date/date.elements.inc
- Creates form elements for one or more date parts.
- date_popup_validate in core/modules/date/date.elements.inc
- Massage the input values back into a single date.
- date_select_validate in core/modules/date/date.elements.inc
- Validation function for date selector.
- date_sql_handler::date_parts in core/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 core/modules/date/views/date_sql_handler.inc
- @todo.
- date_text_element_process in core/modules/date/date.elements.inc
- Text date input form.
- date_text_validate in core/modules/date/date.elements.inc
- Validation for text input.
- date_timezone_element_process in core/modules/date/date.elements.inc
- Creates a timezone form element.
- date_timezone_handling_options in core/modules/date/date.admin.inc
- Timezone handling options.
- date_timezone_names in core/includes/date.inc
- Returns a translated array of timezone names.
- date_token_info in core/modules/date/date.tokens.inc
- Implements hook_token_info().
- date_token_info_alter in core/modules/date/date.tokens.inc
- Implements hook_token_info_alter().
- date_validate in core/includes/form.inc
- Validates the date type to prevent invalid dates (e.g., February 30, 2006).
- date_views_argument_handler::options_form in core/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 core/modules/date/views/date_views_argument_handler.inc
- Validate the options form.
- date_views_argument_handler_simple::options_form in core/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 core/modules/date/views/date_views_argument_handler_simple.inc
- Validate the options form.
- date_views_data in core/modules/date/views/date.views.inc
- Implements hook_views_data().
- date_views_filter_handler::admin_summary in core/modules/date/views/date_views_filter_handler.inc
- Display the filter on the administrative summary
- date_views_filter_handler::extra_options_form in core/modules/date/views/date_views_filter_handler.inc
- Provide a form for setting options.
- date_views_filter_handler::extra_options_validate in core/modules/date/views/date_views_filter_handler.inc
- Validate the options form.
- date_views_filter_handler_simple::admin_summary in core/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 core/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 core/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 core/modules/date/views/date_views_filter_handler_simple.inc
- Provide a form for setting options.
- date_views_filter_handler_simple::extra_options_validate in core/modules/date/views/date_views_filter_handler_simple.inc
- Validate the options form.
- date_views_filter_handler_simple::operators in core/modules/date/views/date_views_filter_handler_simple.inc
- date_views_filter_handler_simple::value_validate in core/modules/date/views/date_views_filter_handler_simple.inc
- Value validation.
- date_views_filter_handler_simple::widget_options in core/modules/date/views/date_views_filter_handler_simple.inc
- Date selection options.
- date_views_plugins in core/modules/date/views/date.views.inc
- Implements hook_views_plugins().
- date_views_plugin_pager::options_form in core/modules/date/views/date_views_plugin_pager.inc
- Provide the form for setting options.
- date_views_plugin_pager::summary_title in core/modules/date/views/date_views_plugin_pager.inc
- Tell Views what this pager's setting is.
- date_views_settings in core/modules/date/date.module
- Form callback for date views pager title format settings.
- date_week_days in core/includes/date.inc
- Returns a translated array of week names.
- date_week_days_abbr in core/includes/date.inc
- Constructs a translated array of week day abbreviations.
- date_year_range_element_process in core/modules/date/date.elements.inc
- Process callback which creates a date_year_range form element.
- date_year_range_validate in core/modules/date/date.elements.inc
- Element validation function for the date_year_range form element.
- DBLogTestCase::doNode in core/modules/dblog/tests/dblog.test
- Generates and then verifies some node events.
- DBLogTestCase::doUser in core/modules/dblog/tests/dblog.test
- Generates and then verifies some user events.
- DBLogTestCase::testDBLogAddAndClear in core/modules/dblog/tests/dblog.test
- Tests the addition and clearing of log events through the admin interface.
- DBLogTestCase::testDBLogCorrupted in core/modules/dblog/tests/dblog.test
- Tests corrupted log entries can still display available data.
- DBLogTestCase::testFilter in core/modules/dblog/tests/dblog.test
- Tests the database log filter functionality at admin/reports/dblog.
- DBLogTestCase::verifyDateFormat in core/modules/dblog/tests/dblog.test
- Verifies setting of the database log date format.
- DBLogTestCase::verifyReports in core/modules/dblog/tests/dblog.test
- Confirms that database log reports are displayed at the correct paths.
- DBLogTestCase::verifyRowLimit in core/modules/dblog/tests/dblog.test
- Verifies setting of the database log row limit.
- dblog_clear_log_form in core/modules/dblog/dblog.admin.inc
- Form constructor for the form that clears out the log.
- dblog_clear_log_submit in core/modules/dblog/dblog.admin.inc
- Form submission handler for dblog_clear_log_form().
- dblog_event in core/modules/dblog/dblog.admin.inc
- Page callback: Displays details about a specific database log message.
- dblog_filters in core/modules/dblog/dblog.admin.inc
- Creates a list of database log administration filters that can be applied.
- dblog_filter_form in core/modules/dblog/dblog.admin.inc
- Form constructor for the database logging filter form.
- dblog_filter_form_submit in core/modules/dblog/dblog.admin.inc
- Form submission handler for dblog_filter_form().
- dblog_filter_form_validate in core/modules/dblog/dblog.admin.inc
- Form validation handler for dblog_filter_form().
- dblog_format_message in core/modules/dblog/dblog.admin.inc
- Returns HTML for a log message.
- dblog_form_system_logging_settings_alter in core/modules/dblog/dblog.module
- Implements hook_form_FORM_ID_alter() for system_logging_settings().
- dblog_overview in core/modules/dblog/dblog.admin.inc
- Page callback: Displays a listing of database log messages.
- dblog_top in core/modules/dblog/dblog.admin.inc
- Page callback: Shows the most frequent log messages of a given event type.
- element_children in core/includes/common.inc
- Identifies the children of an element array, optionally sorted by weight.
- element_validate_integer in core/includes/drupal.inc
- This function has been removed with the inclusion of support for HTML5 number
elements. See https://docs.backdropcms.org/node/43955
- element_validate_integer_positive in core/includes/drupal.inc
- This function has been removed with the inclusion of support for HTML5 number
elements. See https://docs.backdropcms.org/node/43955
- element_validate_number in core/includes/drupal.inc
- This function has been removed with the inclusion of support for HTML5 number
elements. See https://docs.backdropcms.org/node/43955
- EmailExampleTestCase::testContactForm in modules/examples/email_example/tests/email_example.test
- Verify the functionality of the example module.
- EmailFieldTestCase::testEmailField in core/modules/email/tests/email.test
- Tests email field.
- email_example_form in modules/examples/email_example/email_example.module
- The contact form.
- email_example_form_validate in modules/examples/email_example/email_example.module
- Form validation logic for the contact form.
- email_example_mail in modules/examples/email_example/email_example.module
- Implements hook_mail().
- email_example_mail_alter in modules/examples/email_example/email_example.module
- Implements hook_mail_alter().
- email_example_mail_send in modules/examples/email_example/email_example.module
- Sends an e-mail.
- email_field_formatter_info in core/modules/email/email.module
- Implements hook_field_formatter_info().
- email_field_info in core/modules/email/email.module
- Implements hook_field_info().
- email_field_validate in core/modules/email/email.module
- Implements hook_field_validate().
- email_field_widget_info in core/modules/email/email.module
- Implements hook_field_widget_info().
- email_field_widget_settings_form in core/modules/email/email.module
- Implements hook_field_widget_settings_form().
- EnableDisableTestCase::assertSuccessfulDisableAndUninstall in core/modules/system/tests/system.test
- Disables and uninstalls a module and asserts that it was done correctly.
- EnableDisableTestCase::testEnableDisable in core/modules/system/tests/system.test
- Test that all core modules can be enabled, disabled and uninstalled.
- EntityBundleLayoutAccess::form in core/modules/layout/plugins/access/entity_bundle_layout_access.inc
- Settings form for configuring this access item.
- EntityBundleLayoutAccess::summary in core/modules/layout/plugins/access/entity_bundle_layout_access.inc
- Provides a human-readable summary of this access check's behavior.
- EntityDatabaseStorageController::create in core/modules/entity/entity.controller.inc
- Implements EntityStorageControllerInterface::create().
- EntityExampleTestCase::testEntityExampleBasic in modules/examples/entity_example/tests/entity_example.test
- Test Entity Example features.
- EntityFieldQuery::addFieldCondition in core/modules/entity/entity.query.inc
- Adds the given condition to the proper condition array.
- EntityFieldQuery::fieldOrderBy in core/modules/entity/entity.query.inc
- Orders the result set by a given field column.
- EntityFieldQuery::propertyQuery in core/modules/entity/entity.query.inc
- Queries entity tables in SQL for property conditions and sorts.
- EntityFieldQuery::queryCallback in core/modules/entity/entity.query.inc
- Determines the query callback to use for this entity query.
- EntityFieldQueryTestCase::testEntityFieldQuery in core/modules/entity/tests/entity_query.test
- Tests EntityFieldQuery.
- EntityFieldQueryTestCase::testEntityFieldQueryDisablePager in core/modules/entity/tests/entity_query.test
- Tests the disabling the pager in EntityFieldQuery.
- EntityFieldQueryTestCase::testEntityFieldQueryRouting in core/modules/entity/tests/entity_query.test
- Tests the routing feature of EntityFieldQuery.
- EntityIDLayoutAccess::form in core/modules/layout/plugins/access/entity_id_layout_access.inc
- EntityIDLayoutAccess::formValidate in core/modules/layout/plugins/access/entity_id_layout_access.inc
- EntityIDLayoutAccess::summary in core/modules/layout/plugins/access/entity_id_layout_access.inc
- EntityLayoutContext::form in core/modules/layout/plugins/context/entity_layout_context_handler.inc
- Settings form for configuring this context item.
- EntityLayoutContext::formValidate in core/modules/layout/plugins/context/entity_layout_context_handler.inc
- Validate handler for the settings form for this context item.
- EntityLayoutContext::getAdminSummary in core/modules/layout/plugins/context/entity_layout_context_handler.inc
- Return a summary for this context.
- EntityLayoutContext::label in core/modules/layout/plugins/context/entity_layout_context_handler.inc
- Assemble a human-readable label of this object.
- EntityReferenceAdminTestCase::assertFieldSelectOptions in core/modules/entityreference/tests/entityreference.admin.test
- EntityReferenceAdminTestCase::testFieldAdminHandler in core/modules/entityreference/tests/entityreference.admin.test
- EntityReferenceBehaviorHandlerBroken::settingsForm in core/modules/entityreference/plugins/behavior/EntityReferenceBehaviorHandler.inc
- Generate a settings form for this handler.
- EntityReferenceBehaviorHandlerTaxonomyIndex::settingsForm in core/modules/entityreference/plugins/behavior/EntityReferenceBehaviorHandlerTaxonomyIndex.inc
- Overrides EntityReferenceBehaviorHandler::settingsForm().
- EntityReferenceFieldTestCase::createEntityReferenceField in core/modules/entityreference/tests/entityreference.field.test
- Creates an entity reference field.
- EntityReferenceFieldTestCase::testShowLinksSetting in core/modules/entityreference/tests/entityreference.field.test
- Tests the "Show links" setting for the field formatter "Rendered entity".
- EntityReferenceFormTestCase::postNodeFormWithEntityReference in core/modules/entityreference/tests/entityreference.form.test
- Helper method to submit node creation form.
- EntityReferenceHandlersTestCase::testNodeHandler in core/modules/entityreference/tests/entityreference.handlers.test
- Test the node-specific overrides of the entity handler.
- EntityReferenceSelectionHandlerBroken::settingsForm in core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandler.inc
- EntityReferenceSelectionHandlerGeneric::getLabel in core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandlerGeneric.inc
- Implements EntityReferenceHandler::getLabel().
- EntityReferenceSelectionHandlerGeneric::settingsForm in core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandlerGeneric.inc
- Implements EntityReferenceHandler::settingsForm().
- EntityReferenceSelectionHandlerGeneric::validateAutocompleteInput in core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandlerGeneric.inc
- Implements EntityReferenceHandler::validateAutocompleteInput().
- EntityReferenceSelectionHandlerViews::settingsForm in core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandlerViews.inc
- Implements EntityReferenceHandler::settingsForm().
- EntityReferenceSelectionHandlerViews::validateAutocompleteInput in core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandlerViews.inc
- Implements EntityReferenceHandler::validateAutocompleteInput().
- entityreference_autocomplete_callback_get_matches in core/modules/entityreference/entityreference.module
- Return JSON based on given field, instance and string.
- entityreference_entityreference_behavior_plugins in core/modules/entityreference/entityreference.module
- Implements hook_entityreference_behavior_plugins().
- entityreference_entityreference_selection_plugins in core/modules/entityreference/entityreference.module
- Implements hook_entityreference_selection_plugins().
- entityreference_field_formatter_info in core/modules/entityreference/entityreference.module
- Implements hook_field_formatter_info().
- entityreference_field_formatter_settings_form in core/modules/entityreference/entityreference.module
- Implements hook_field_formatter_settings_form().
- entityreference_field_formatter_settings_summary in core/modules/entityreference/entityreference.module
- Implements hook_field_formatter_settings_summary().
- entityreference_field_formatter_view in core/modules/entityreference/entityreference.module
- Implements hook_field_formatter_view().
- entityreference_field_info in core/modules/entityreference/entityreference.module
- Implements hook_field_info().
- entityreference_field_validate in core/modules/entityreference/entityreference.module
- Implements hook_field_validate().
- entityreference_field_views_data in core/modules/entityreference/views/entityreference.views.inc
- Implements hook_field_views_data().
- entityreference_field_views_data_views_data_alter in core/modules/entityreference/views/entityreference.views.inc
- Implements hook_field_views_data_views_data_alter().
- entityreference_field_widget_info in core/modules/entityreference/entityreference.module
- Implements hook_field_widget_info().
- entityreference_field_widget_settings_form in core/modules/entityreference/entityreference.module
- Implements hook_field_widget_settings_form().
- entityreference_plugin_display::validate in core/modules/entityreference/views/entityreference_plugin_display.inc
- Extend the default validation.
- entityreference_plugin_row_fields::options_form in core/modules/entityreference/views/entityreference_plugin_row_fields.inc
- Provide a form for setting options.
- entityreference_plugin_style::options_form in core/modules/entityreference/views/entityreference_plugin_style.inc
- Provide a form to edit options for this plugin.
- entityreference_views_plugins in core/modules/entityreference/views/entityreference.views.inc
- Implements hook_views_plugins().
- entityreference_view_settings_validate in core/modules/entityreference/views/entityreference.views.inc
- Element validation callback for EntityReferenceSelectionHandlerViews.
- entity_caching_test_entity_info in core/modules/entity/tests/entity_caching_test/entity_caching_test.module
- Implements hook_entity_info().
- entity_config_info in core/modules/entity/entity.module
- Implements hook_config_info().
- entity_example_basic_edit_delete in modules/examples/entity_example/entity_example.module
- Form deletion handler.
- entity_example_basic_form in modules/examples/entity_example/entity_example.module
- Form function to create an entity_example_basic entity.
- entity_example_basic_list_entities in modules/examples/entity_example/entity_example.module
- Returns a render array with all entity_example_basic entities.
- entity_example_basic_title in modules/examples/entity_example/entity_example.module
- Callback for a page title when this entity is displayed.
- entity_example_basic_view in modules/examples/entity_example/entity_example.module
- Menu callback to display an entity.
- entity_example_entity_info in modules/examples/entity_example/entity_example.module
- Implements hook_entity_info().
- entity_example_field_extra_fields in modules/examples/entity_example/entity_example.module
- Implements hook_field_extra_fields().
- entity_example_info_page in modules/examples/entity_example/entity_example.module
- Basic information for the page.
- entity_example_permission in modules/examples/entity_example/entity_example.module
- Implements hook_permission().
- entity_extract_ids in core/modules/entity/entity.module
- Extracts ID, revision ID, and bundle name from an entity.
- entity_get_info in core/modules/entity/entity.module
- Gets the entity info array of an entity type.
- entity_query_access_test_sample_query in core/modules/entity/tests/entity_query_access_test/entity_query_access_test.module
- Returns the results from an example EntityFieldQuery.
- entity_test_entity_info in core/modules/entity/tests/entity_test/entity_test.module
- Implements hook_entity_info().
- entity_token_info_alter in core/modules/entity/entity.tokens.inc
- Implements hook_token_info_alter().
- FieldBlock::form in core/modules/field/field.block.inc
- Builds the block's configuration form.
- FieldBlock::getAdminPreview in core/modules/field/field.block.inc
- Sets description text on draggable block in Layout builder.
- FieldBlock::getAdminTitle in core/modules/field/field.block.inc
- Sets title text on draggable block panel in Layout builder.
- FieldBlock::getTitle in core/modules/field/field.block.inc
- Sets block subject on block view.
- FieldBlockTestCase::testFieldBlock in core/modules/field/tests/field.test
- Check special conditions around the main content block.
- FieldCrudTestCase::testCreateField in core/modules/field/tests/field.test
- Test the creation of a field.
- FieldCrudTestCase::testUpdateFieldForbid in core/modules/field/tests/field.test
- Test field type modules forbidding an update.
- FieldCrudTestCase::testUpdateFieldType in core/modules/field/tests/field.test
- FieldCrudTestCase::testUpdateNonExistentField in core/modules/field/tests/field.test
- FieldExampleTest::createField in modules/examples/field_example/tests/field_example.test
- Utility function to create fields on a content type.
- FieldExampleTest::testExampleFieldBasic in modules/examples/field_example/tests/field_example.test
- Test basic functionality of the example field.
- FieldFormTestCase::testFieldFormAccess in core/modules/field/tests/field.test
- Tests fields with no 'edit' access.
- FieldFormTestCase::testFieldFormJSAddMore in core/modules/field/tests/field.test
- FieldFormTestCase::testFieldFormMultipleWidget in core/modules/field/tests/field.test
- Tests widgets handling multiple values.
- FieldFormTestCase::testFieldFormMultivalueWithRequiredRadio in core/modules/field/tests/field.test
- Tests widget handling of multiple required radios.
- FieldFormTestCase::testFieldFormSingle in core/modules/field/tests/field.test
- FieldFormTestCase::testFieldFormSingleRequired in core/modules/field/tests/field.test
- FieldFormTestCase::testFieldFormUnlimited in core/modules/field/tests/field.test
- FieldFormTestCase::testFieldFormUnlimitedRequired in core/modules/field/tests/field.test
- Tests the position of the "required" symbol and the validation error text.
- FieldFormTestCase::testNestedFieldForm in core/modules/field/tests/field.test
- Tests Field API form integration within a subform.
- FieldInstanceCrudTestCase::testCreateFieldInstance in core/modules/field/tests/field.test
- Test the creation of a field instance.
- FieldSqlStorageTestCase::testFieldUpdateFailure in core/modules/field/modules/field_sql_storage/tests/field_sql_storage.test
- Test that failure to create fields is handled gracefully.
- FieldSqlStorageTestCase::testUpdateFieldSchemaWithData in core/modules/field/modules/field_sql_storage/tests/field_sql_storage.test
- Test trying to update a field with data.
- FieldTokenTestCase::testFieldToken in core/modules/field/tests/field.test
- Test fields in token display mode.
- FieldTranslationsTestCase::testFieldFormTranslationRevisions in core/modules/field/tests/field.test
- Tests field translations when creating a new revision.
- FieldUIManageDisplayTestCase::assertNodeViewTextHelper in core/modules/field_ui/tests/field_ui.test
- Asserts that a string is (not) found in the rendered node in a display
mode.
- FieldUIManageDisplayTestCase::testFormatterUI in core/modules/field_ui/tests/field_ui.test
- Tests formatter settings.
- FieldUIManageDisplayTestCase::testViewModeCustom in core/modules/field_ui/tests/field_ui.test
- Tests switching display modes to use custom or 'default' settings'.
- FieldUIManageFieldsTestCase::addExistingField in core/modules/field_ui/tests/field_ui.test
- Tests adding an existing field in another content type.
- FieldUIManageFieldsTestCase::manageFieldsPage in core/modules/field_ui/tests/field_ui.test
- Tests the manage fields page.
- FieldUIManageFieldsTestCase::testCardinalitySettings in core/modules/field_ui/tests/field_ui.test
- Tests the cardinality settings of a field.
- FieldUIManageFieldsTestCase::testDefaultValue in core/modules/field_ui/tests/field_ui.test
- Tests that default value is correctly validated and saved.
- FieldUIManageFieldsTestCase::testDuplicateFieldName in core/modules/field_ui/tests/field_ui.test
- Tests that a duplicate field name is caught by validation.
- FieldUIManageFieldsTestCase::testExternalDestinations in core/modules/field_ui/tests/field_ui.test
- Tests that external URLs in the 'destinations' query parameter are blocked.
- FieldUIManageFieldsTestCase::testHiddenFields in core/modules/field_ui/tests/field_ui.test
- Tests that Field UI respects the 'no_ui' option in hook_field_info().
- FieldUIManageFieldsTestCase::testRenameBundle in core/modules/field_ui/tests/field_ui.test
- Tests renaming a bundle.
- FieldUIManageFieldsTestCase::updateField in core/modules/field_ui/tests/field_ui.test
- Tests editing an existing field.
- FieldUITestCase::fieldUIAddExistingField in core/modules/field_ui/tests/field_ui.test
- Adds an existing field through the Field UI.
- FieldUITestCase::fieldUIAddNewField in core/modules/field_ui/tests/field_ui.test
- Creates a new field through the Field UI.
- FieldUITestCase::fieldUIDeleteField in core/modules/field_ui/tests/field_ui.test
- Deletes a field instance through the Field UI.
- FieldUIViewModeFunctionalTest::testInfoHooks in core/modules/field_ui/tests/field_ui.test
- Test the new entity display mode hooks.
- FieldValidationException::__construct in core/modules/field/field.exceptions.inc
- Constructor for FieldValidationException.
- FieldViewsTestHelper::CreateUser in core/modules/field/tests/field_views.test
- field_block_info in core/modules/field/field.module
- Implements hook_block_info().
- field_config_create_validate in core/modules/field/field.module
- Implements hook_config_create_validate().
- field_config_delete_validate in core/modules/field/field.module
- Implements hook_config_delete_validate().
- field_config_info in core/modules/field/field.module
- Implements hook_config_info().
- field_config_update_validate in core/modules/field/field.module
- Implements hook_config_update_validate().
- field_create_field in core/modules/field/field.crud.inc
- Creates a field.
- field_create_instance in core/modules/field/field.crud.inc
- Creates an instance of a field, binding it to a bundle.
- field_default_validate in core/modules/field/field.default.inc
- Generic field validation handler.
- field_entity_view_mode_update in core/modules/field/field.module
- Implements hook_entity_view_mode_update().
- field_example_3text_validate in modules/examples/field_example/field_example.module
- Validate the individual fields and then convert to RGB string.
- field_example_field_formatter_info in modules/examples/field_example/field_example.module
- Implements hook_field_formatter_info().
- field_example_field_formatter_view in modules/examples/field_example/field_example.module
- Implements hook_field_formatter_view().
- field_example_field_info in modules/examples/field_example/field_example.module
- Implements hook_field_info().
- field_example_field_validate in modules/examples/field_example/field_example.module
- Implements hook_field_validate().
- field_example_field_widget_form in modules/examples/field_example/field_example.module
- Implements hook_field_widget_form().
- field_example_field_widget_info in modules/examples/field_example/field_example.module
- Implements hook_field_widget_info().
- field_get_block_list in core/modules/field/field.module
- Helper function to build a list of fields that have been made available as
a block.
- field_multiple_value_form in core/modules/field/field.form.inc
- Special handling to create form elements for multiple values.
- field_permission in core/modules/field/field.module
- Implements hook_permission().
- field_permission_example_field_access in modules/examples/field_permission_example/field_permission_example.module
- Implements hook_field_access().
- field_permission_example_field_formatter_info in modules/examples/field_permission_example/field_permission_example.module
- Implements hook_field_formatter_info().
- field_permission_example_field_info in modules/examples/field_permission_example/field_permission_example.module
- Implements hook_field_info().
- field_permission_example_field_widget_info in modules/examples/field_permission_example/field_permission_example.module
- Implements hook_field_widget_info().
- field_permission_example_permission in modules/examples/field_permission_example/field_permission_example.module
- Implements hook_permission().
- field_purge_field in core/modules/field/field.crud.inc
- Purges a field configuration.
- field_sql_storage_field_storage_info in core/modules/field/modules/field_sql_storage/field_sql_storage.module
- Implements hook_field_storage_info().
- field_system_info_alter in core/modules/field/field.module
- Implements hook_system_info_alter().
- field_test_entity_add in core/modules/field/tests/field_test/field_test.entity.inc
- Menu callback: displays the 'Add new test_entity' form.
- field_test_entity_edit in core/modules/field/tests/field_test/field_test.entity.inc
- Menu callback: displays the 'Edit existing test_entity' form.
- field_test_entity_form in core/modules/field/tests/field_test/field_test.entity.inc
- Test_entity form.
- field_test_entity_form_submit in core/modules/field/tests/field_test/field_test.entity.inc
- Submit handler for field_test_entity_form().
- field_test_entity_info in core/modules/field/tests/field_test/field_test.entity.inc
- Implements hook_entity_info().
- field_test_entity_nested_form in core/modules/field/tests/field_test/field_test.entity.inc
- Form combining two separate entities.
- field_test_entity_nested_form_submit in core/modules/field/tests/field_test/field_test.entity.inc
- Submit handler for field_test_entity_nested_form().
- field_test_field_formatter_info in core/modules/field/tests/field_test/field_test.field.inc
- Implements hook_field_formatter_info().
- field_test_field_formatter_settings_form in core/modules/field/tests/field_test/field_test.field.inc
- Implements hook_field_formatter_settings_form().
- field_test_field_formatter_settings_form_alter in core/modules/field/tests/field_test/field_test.module
- Implements hook_field_formatter_settings_form_alter().
- field_test_field_formatter_settings_summary in core/modules/field/tests/field_test/field_test.field.inc
- Implements hook_field_formatter_settings_summary().
- field_test_field_formatter_settings_summary_alter in core/modules/field/tests/field_test/field_test.module
- Implements hook_field_formatter_settings_summary_alter().
- field_test_field_info in core/modules/field/tests/field_test/field_test.field.inc
- Implements hook_field_info().
- field_test_field_instance_settings_form in core/modules/field/tests/field_test/field_test.field.inc
- Implements hook_field_instance_settings_form().
- field_test_field_settings_form in core/modules/field/tests/field_test/field_test.field.inc
- Implements hook_field_settings_form().
- field_test_field_storage_info in core/modules/field/tests/field_test/field_test.storage.inc
- Implements hook_field_storage_info().
- field_test_field_validate in core/modules/field/tests/field_test/field_test.field.inc
- Implements hook_field_validate().
- field_test_field_widget_info in core/modules/field/tests/field_test/field_test.field.inc
- Implements hook_field_widget_info().
- field_test_field_widget_settings_form in core/modules/field/tests/field_test/field_test.field.inc
- Implements hook_field_widget_settings_form().
- field_test_menu in core/modules/field/tests/field_test/field_test.module
- Implements hook_menu().
- field_test_permission in core/modules/field/tests/field_test/field_test.module
- Implements hook_permission().
- field_ui_default_value_widget in core/modules/field_ui/field_ui.admin.inc
- Builds the default value fieldset for a given field instance.
- field_ui_display_form in core/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 core/modules/field_ui/field_ui.admin.inc
- Form submission handler for field_ui_display_form().
- field_ui_display_overview in core/modules/field_ui/field_ui.admin.inc
- Form constructor for the field display settings for a given display mode.
- field_ui_fields_list in core/modules/field_ui/field_ui.admin.inc
- Page callback: Lists all defined fields for quick reference.
- field_ui_field_delete_form in core/modules/field_ui/field_ui.admin.inc
- Form constructor for removing a field instance from a bundle.
- field_ui_field_delete_form_submit in core/modules/field_ui/field_ui.admin.inc
- Form submission handler for field_ui_field_delete_form().
- field_ui_field_edit_form in core/modules/field_ui/field_ui.admin.inc
- Form constructor for the field instance settings form.
- field_ui_field_edit_form_submit in core/modules/field_ui/field_ui.admin.inc
- Form submission handler for field_ui_field_edit_form().
- field_ui_field_edit_form_validate in core/modules/field_ui/field_ui.admin.inc
- Form validation handler for field_ui_field_edit_form().
- field_ui_field_overview_form in core/modules/field_ui/field_ui.admin.inc
- Form constructor for the 'Manage fields' form of a bundle.
- field_ui_field_overview_form_submit in core/modules/field_ui/field_ui.admin.inc
- Form submission handler for field_ui_field_overview_form().
- field_ui_field_settings_form in core/modules/field_ui/field_ui.admin.inc
- Form constructor for the field settings edit page.
- field_ui_field_settings_form_submit in core/modules/field_ui/field_ui.admin.inc
- Form submission handler for field_ui_field_settings_form().
- field_ui_form_node_type_form_alter in core/modules/field_ui/field_ui.module
- Implements hook_form_FORM_ID_alter().
- field_ui_inactive_message in core/modules/field_ui/field_ui.admin.inc
- Displays a message listing the inactive fields of a given bundle.
- field_ui_manage_display_title in core/modules/field_ui/field_ui.admin.inc
- Title callback: Gets the display mode name.
- field_ui_menu in core/modules/field_ui/field_ui.module
- Implements hook_menu().
- field_ui_permission in core/modules/field_ui/field_ui.module
- Implements hook_permission().
- field_ui_view_mode_delete_form in core/modules/field_ui/field_ui.admin.inc
- Form builder: Delete a display mode.
- field_ui_view_mode_delete_form_submit in core/modules/field_ui/field_ui.admin.inc
- Submit handler for field_ui_view_mode_delete_form().
- field_ui_view_mode_enable in core/modules/field_ui/field_ui.admin.inc
- Menu callback: Enables the manage displays UI for a display mode.
- field_ui_view_mode_form in core/modules/field_ui/field_ui.admin.inc
- Form builder: Add or edit a display mode name.
- field_ui_view_mode_form_submit in core/modules/field_ui/field_ui.admin.inc
- Submit handler for field_ui_view_mode_form().
- field_ui_view_mode_reset_form in core/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 core/modules/field_ui/field_ui.admin.inc
- Submit handler for field_ui_view_mode_reset_form().
- field_ui_widget_type_form in core/modules/field_ui/field_ui.admin.inc
- Form constructor for the widget selection form.
- field_ui_widget_type_form_submit in core/modules/field_ui/field_ui.admin.inc
- Form submission handler for field_ui_widget_type_form().
- field_update_1003 in core/modules/field/field.install
- Uninstall the options_element contrib module, now part of core.
- field_update_1004 in core/modules/field/field.install
- Uninstall the field_formatter_settings contrib module, now part of core.
- field_update_1098 in core/modules/system/system.install
- Uninstall the fast_token_browser contrib module, now part of core.
- field_update_instance in core/modules/field/field.crud.inc
- Updates an instance of a field.
- field_validate_field in core/modules/field/field.crud.inc
- Validates a field configuration.
- field_validate_instance in core/modules/field/field.crud.inc
- Validates a field instance.
- field_views_field_default_views_data in core/modules/field/views/field.views.inc
- Default views data implementation for a field.
- FileAccessTestCase::assertFileAccess in core/modules/file/tests/file.test
- Asserts file_access correctly grants or denies access.
- FileEditTestCase::testFileEdit in core/modules/file/tests/file.test
- Check file edit functionality.
- FileExampleTest::testFileExampleBasic in modules/examples/file_example/tests/file_example.test
- Test the basic File Example UI.
- FileFieldAnonymousSubmission::testAnonymousNode in core/modules/file/tests/file.test
- Tests the basic node submission for an anonymous visitor.
- FileFieldAnonymousSubmission::testAnonymousNodeWithFile in core/modules/file/tests/file.test
- Tests file submission for an anonymous visitor.
- FileFieldAnonymousSubmission::_testNodeWithFileWithoutTitle in core/modules/file/tests/file.test
- Helper method to test file submissions with missing node titles.
- FileFieldDisplayTestCase::testNodeDisplay in core/modules/file/tests/file.test
- Tests normal formatter display on node display.
- FileFieldRevisionTestCase::testRevisions in core/modules/file/tests/file.test
- Tests creating multiple revisions of a node and managing attached files.
- FileFieldValidateTestCase::testFileExtension in core/modules/file/tests/file.test
- Tests file extension checking.
- FileFieldValidateTestCase::testFileMaxSize in core/modules/file/tests/file.test
- Tests the max file size validator.
- FileFieldValidateTestCase::testRequired in core/modules/file/tests/file.test
- Tests the required property on file fields.
- FileFieldWidgetTestCase::testMultiValuedWidget in core/modules/file/tests/file.test
- Tests upload and remove buttons for multiple multi-valued File fields.
- FileFieldWidgetTestCase::testPrivateFileComment in core/modules/file/tests/file.test
- Tests that download restrictions on private files work on comments.
- FileFieldWidgetTestCase::testPrivateFileSetting in core/modules/file/tests/file.test
- Tests a file field with a "Private files" upload destination setting.
- FileFieldWidgetTestCase::testSingleValuedWidget in core/modules/file/tests/file.test
- Tests upload and remove buttons for a single-valued File field.
- FileFieldWidgetTestCase::testWidgetValidation in core/modules/file/tests/file.test
- Tests validation with the Upload button.
- FileFileTypeClassificationTestCase::testFileTypeClassification in core/modules/file/tests/file.test
- Test that existing files are properly classified by file type.
- FileHookTestCase::assertFileHooksCalled in core/modules/simpletest/tests/file.test
- Assert that all of the specified hook_file_* hooks were called once, other
values result in failure.
- FileManagedFileElementTestCase::testManagedFile in core/modules/file/tests/file.test
- Tests the managed_file element type.
- FileManagedFileElementTestCase::testManagedFileExceedMaximumFileSize in core/modules/file/tests/file.test
- Tests uploading a file that exceeds the maximum file size.
- FileManagedFileElementTestCase::testManagedFileParentsHash in core/modules/file/tests/file.test
- Tests file_ajax_upload() parents_hash.
- FileNameMungingTest::testMunging in core/modules/simpletest/tests/file.test
- Create a file and munge/unmunge the name.
- FilePrivateTestCase::testPrivateFile in core/modules/file/tests/file.test
- Tests file access for file uploaded to a private node.
- FileReplaceTestCase::testReplaceFile in core/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.
- FileSaveUploadTest::setUp in core/modules/simpletest/tests/file.test
- FileSaveUploadTest::testErrors in core/modules/simpletest/tests/file.test
- Test for failure when uploading over a file that already exists.
- FileSaveUploadTest::testExistingRename in core/modules/simpletest/tests/file.test
- Test renaming when uploading over a file that already exists.
- FileSaveUploadTest::testExistingReplace in core/modules/simpletest/tests/file.test
- Test replacement when uploading over a file that already exists.
- FileSaveUploadTest::testHandleDangerousFile in core/modules/simpletest/tests/file.test
- Test dangerous file handling.
- FileSaveUploadTest::testHandleExtension in core/modules/simpletest/tests/file.test
- Test extension handling.
- FileSaveUploadTest::testHandleFileMunge in core/modules/simpletest/tests/file.test
- Test file munge handling.
- FileSaveUploadTest::testNormal in core/modules/simpletest/tests/file.test
- Test the file_save_upload() function.
- FileTaxonomyTermTestCase::_testTermFile in core/modules/file/tests/file.test
- Runs tests for attaching a file field to a taxonomy term.
- FileTestHelper::createFile in core/modules/file/tests/file.test
- Create file
- FileTestHelper::removeNodeFile in core/modules/file/tests/file.test
- Removes a file from a node.
- FileTestHelper::replaceNodeFile in core/modules/file/tests/file.test
- Replaces a file within a node.
- FileTestHelper::uploadNodeFile in core/modules/file/tests/file.test
- Uploads a file to a node.
- FileTransfer::getSettingsForm in core/includes/filetransfer/filetransfer.inc
- Returns a form to collect connection settings credentials.
- FileTypeTestCase::clickFileTypeOperationLink in core/modules/file/tests/file.test
- Click a link to perform an operation on a view.
- FileTypeTestCase::testTypesCrudUi in core/modules/file/tests/file.test
- Test file types CRUD UI.
- FileUploadSvgTestCase::createSvgFile in core/modules/file/tests/file.test
- Create SVG file.
- FileUploadSvgTestCase::testSVGFileUploadValidation in core/modules/file/tests/file.test
- Test SVG upload validation.
- FileUploadTransliterationTest::testTransliteration in core/modules/simpletest/tests/file.test
- FileUploadWizardTestCase::testFileUploadWizardBasic in core/modules/file/tests/file.test
- Test the basic file upload wizard functionality.
- FileUploadWizardTestCase::testFileUploadWizardFields in core/modules/file/tests/file.test
- Test the file upload wizard field step.
- FileUploadWizardTestCase::testFileUploadWizardPrivateFailure in core/modules/file/tests/file.test
- Test the file upload wizard when uploading a private file fails.
- FileUploadWizardTestCase::testFileUploadWizardSchemes in core/modules/file/tests/file.test
- Test the file upload wizard scheme step.
- FileUploadWizardTestCase::testFileUploadWizardStepSkipping in core/modules/file/tests/file.test
- Test skipping each of the file upload wizard steps.
- FileUploadWizardTestCase::testFileUploadWizardTypes in core/modules/file/tests/file.test
- Test the file upload wizard type step.
- FileUsageTestCase::testFileUsagePage in core/modules/file/tests/file.test
- Create a file and verify its usage information.
- FileViewsTestCase::testFileViewsIcon in core/modules/file/tests/file_views.test
- Tests the File "Icon" field capability within Views.
- file_action_info in core/modules/file/file.module
- Implements hook_action_info().
- file_add_form in core/modules/file/file.pages.inc
- Form callback for adding a file via an upload form.
- file_add_form_submit in core/modules/file/file.pages.inc
- Submit handler for the add file form.
- file_add_form_validate in core/modules/file/file.pages.inc
- Validation handler for file_add_form().
- file_add_upload_step_fields in core/modules/file/file.pages.inc
- Generate form fields for the fourth step in the add file wizard.
- file_add_upload_step_filetype in core/modules/file/file.pages.inc
- Generate form fields for the second step in the add file wizard.
- file_add_upload_step_scheme in core/modules/file/file.pages.inc
- Generate form fields for the third step in the add file wizard.
- file_ajax_progress in core/modules/file/file.module
- Ajax callback: Retrieves upload progress.
- file_ajax_upload in core/modules/file/file.module
- Ajax callback: Processes file uploads and deletions.
- file_config_info in core/modules/file/file.module
- Implements hook_config_info().
- file_copy in core/includes/file.inc
- Copies a file to a new location and adds a file record to the database.
- file_delete_form in core/modules/file/file.pages.inc
- Page callback: Form constructor for the file deletion confirmation form.
- file_delete_form_submit in core/modules/file/file.pages.inc
- Form submission handler for file_delete_form().
- file_display_form in core/modules/file/file.admin.inc
- Form callback; presents file display settings for a given view mode.
- file_display_form_submit in core/modules/file/file.admin.inc
- Process file display settings form submissions.
- file_entity_access in core/modules/file/file.module
- Deprecated wrapper function. Determines if a user may perform the given
operation on the specified file.
- file_entity_info in core/modules/file/file.module
- Implements hook_entity_info().
- file_example_check_directory_submit in modules/examples/file_example/file_example.module
- Submit handler to test directory existence.
- file_example_create_directory_submit in modules/examples/file_example/file_example.module
- Submit handler for directory creation.
- file_example_delete_directory_submit in modules/examples/file_example/file_example.module
- Submit handler for directory deletion.
- file_example_delete_submit in modules/examples/file_example/file_example.module
- Submit handler to delete a file.
- file_example_file_check_exists_submit in modules/examples/file_example/file_example.module
- Submit handler to check existence of a file.
- file_example_intro in modules/examples/file_example/file_example.module
- A simple introduction to the workings of this module.
- file_example_managed_write_submit in modules/examples/file_example/file_example.module
- Submit handler to write a managed file.
- file_example_permission in modules/examples/file_example/file_example.module
- Implements hook_permission().
- file_example_readwrite in modules/examples/file_example/file_example.module
- Form builder function.
- file_example_read_submit in modules/examples/file_example/file_example.module
- Submit handler for reading a stream wrapper.
- file_example_session_contents in modules/examples/file_example/file_example.module
- Show the contents of a session file.
- file_example_show_session_contents_submit in modules/examples/file_example/file_example.module
- Utility submit function to show the contents of $_SESSION.
- file_example_stream_wrappers in modules/examples/file_example/file_example.module
- Implements hook_stream_wrappers().
- file_example_unmanaged_php_submit in modules/examples/file_example/file_example.module
- Submit handler to write an unmanaged file using plain PHP functions.
- file_example_unmanaged_write_submit in modules/examples/file_example/file_example.module
- Submit handler to write an unmanaged file.
- file_field_extra_fields in core/modules/file/file.module
- Implements hook_field_extra_fields().
- file_field_formatter_info in core/modules/file/file.field.inc
- Implements hook_field_formatter_info().
- file_field_formatter_settings_form in core/modules/file/file.field.inc
- Implements hook_field_formatter_settings_form().
- file_field_formatter_settings_summary in core/modules/file/file.field.inc
- Implements hook_field_formatter_settings_summary().
- file_field_info in core/modules/file/file.field.inc
- Implements hook_field_info().
- file_field_instance_settings_form in core/modules/file/file.field.inc
- Implements hook_field_instance_settings_form().
- file_field_settings_form in core/modules/file/file.field.inc
- Implements hook_field_settings_form().
- file_field_views_data in core/modules/file/views/file.views.inc
- Implements hook_field_views_data().
- file_field_views_data_views_data_alter in core/modules/file/views/file.views.inc
- Implements hook_field_views_data_views_data_alter().
- file_field_widget_form in core/modules/file/file.field.inc
- Implements hook_field_widget_form().
- file_field_widget_info in core/modules/file/file.field.inc
- Implements hook_field_widget_info().
- file_field_widget_process in core/modules/file/file.field.inc
- Render API callback: Processes a file_generic field element.
- file_field_widget_process_multiple in core/modules/file/file.field.inc
- Render API callback: Processes a group of file_generic field elements.
- file_field_widget_settings_form in core/modules/file/file.field.inc
- Implements hook_field_widget_settings_form().
- file_file_formatter_file_image_settings in core/modules/file/file.module
- Implements hook_file_formatter_FORMATTER_settings().
- file_file_formatter_info in core/modules/file/file.module
- Implements hook_file_formatter_info().
- file_file_metadata_info in core/modules/file/file.file.inc
- Implements hook_file_metadata_info().
- file_list_permissions in core/modules/file/file.module
- Helper function to generate standard file permission list for a given type.
- file_list_types_page in core/modules/file/file.admin.inc
- Displays the file type admin overview page.
- file_managed_file_browser_form in core/modules/file/file.module
- Form to submit a file selected in the file browser.
- file_managed_file_browser_open in core/modules/file/file.module
- AJAX callback for managed_file elements to open a browser modal dialog.
- file_managed_file_process in core/modules/file/file.module
- Render API callback: Expands the managed_file element type.
- file_managed_file_save_upload in core/modules/file/file.module
- Saves any files that have been uploaded into a managed_file element.
- file_managed_file_validate in core/modules/file/file.module
- Render API callback: Validates the managed_file element.
- file_manage_form in core/modules/file/file.pages.inc
- Page callback: Form constructor for the file manage form.
- file_manage_form_submit in core/modules/file/file.pages.inc
- Form submission handler for the 'Save' button for file_manage_form().
- file_manage_form_validate in core/modules/file/file.pages.inc
- Form validation handler for file_manage_form().
- file_menu in core/modules/file/file.module
- Implements hook_menu().
- file_module_test_form in core/modules/file/tests/file_module_test/file_module_test.module
- Form constructor for testing a 'managed_file' element.
- file_module_test_form_submit in core/modules/file/tests/file_module_test/file_module_test.module
- Form submission handler for file_module_test_form().
- file_move in core/includes/file.inc
- Moves a file to a new location and update the file's database entry.
- file_multiple_delete_confirm in core/modules/file/file.pages.inc
- Multiple file deletion confirmation form.
- file_munge_filename in core/includes/file.inc
- Modifies a filename as needed for security purposes.
- file_permission in core/modules/file/file.module
- Implements hook_permission().
- file_requirements in core/modules/file/file.install
- Implements hook_requirements().
- file_save_data in core/includes/file.inc
- Saves a file to the specified destination and creates a database entry.
- file_save_upload in core/includes/file.inc
- Saves a file upload to a new location.
- file_settings_form in core/modules/file/file.admin.inc
- Form callback for file settings.
- file_test_stream_wrappers in core/modules/simpletest/tests/file_test.module
- Implements hook_stream_wrappers().
- file_type_classify_batch in core/modules/file/file.module
- Batch operation callback to classify the types of managed files.
- file_type_classify_confirm in core/modules/file/file.admin.inc
- Confirm form for file type classification process.
- file_type_classify_confirm_submit in core/modules/file/file.admin.inc
- Submit handler for file type classification confirmation form.
- file_type_classify_finished in core/modules/file/file.module
- Batch 'finished' callback.
- file_type_delete_confirm in core/modules/file/file.admin.inc
- Menu callback; delete a single file type.
- file_type_delete_confirm_submit in core/modules/file/file.admin.inc
- Process file type delete confirm submissions.
- file_type_form in core/modules/file/file.admin.inc
- Form constructor for the file type settings form.
- file_type_form_submit in core/modules/file/file.admin.inc
- Form submission handler for file_type_form().
- file_type_form_validate in core/modules/file/file.admin.inc
- Form validation handler for file_file_type_form().
- file_type_revert_confirm in core/modules/file/file.admin.inc
- Menu callback; revert a single file type.
- file_type_revert_confirm_submit in core/modules/file/file.admin.inc
- Process file type revert confirm submissions.
- file_type_status_confirm_submit in core/modules/file/file.admin.inc
- Process file type status confirm submissions.
- file_type_toggle_enable in core/modules/file/file.admin.inc
- Menu callback; disable or enable a single file type.
- file_unmanaged_prepare in core/includes/file.inc
- Internal function that prepares the destination for a file_unmanaged_copy or
file_unmanaged_move operation.
- file_unmanaged_save_data in core/includes/file.inc
- Saves a file to the specified destination without invoking file API.
- file_update_1011 in core/modules/file/file.install
- Add Apple media types to document file type and to allowed extensions.
- file_usage_page in core/modules/file/file.pages.inc
- Page callback to show file usage information.
- file_validate in core/includes/file.inc
- Checks that a file meets the criteria specified by the validators.
- file_validate_extensions in core/includes/file.inc
- Checks that the filename ends with an allowed extension.
- file_validate_image_orientation in core/includes/file.inc
- Check for EXIF orientation data and rotate file if needed.
- file_validate_image_resolution in core/includes/file.inc
- Verifies that image dimensions are within the specified maximum and minimum.
- file_validate_is_image in core/includes/file.inc
- Checks that the file is recognized by image_get_info() as an image.
- file_validate_name_length in core/includes/file.inc
- Checks for files with names longer than can be stored in the database.
- file_validate_size in core/includes/file.inc
- Checks that the file's size is below certain limits.
- file_validate_svg in core/includes/file.inc
- Validate uploaded SVG files.
- file_views_data in core/modules/file/views/file.views.inc
- Implements hook_field_views_data().
- file_view_mode_labels in core/modules/file/file.module
- Return an array of available view modes for file entities.
- FilterAdminTestCase::clickTextFormatOperationLink in core/modules/filter/tests/filter.test
- Click a link to perform an operation on a text format.
- FilterAdminTestCase::testFilterAdmin in core/modules/filter/tests/filter.test
- Tests filter administration functionality.
- FilterAdminTestCase::testFormatAdmin in core/modules/filter/tests/filter.test
- Tests the format administration functionality.
- FilterAdminTestCase::testUrlFilterAdmin in core/modules/filter/tests/filter.test
- Tests the URL filter settings form is properly validated.
- FilterDefaultFormatTestCase::testDefaultTextFormats in core/modules/filter/tests/filter.test
- Tests if the default text format is accessible to users.
- FilterEditorLinkValidateTestCase::testEditorLinkValidate in core/modules/filter/tests/filter_dialog.test
- Check function _filter_format_editor_link_url_validate().
- FilterExampleTestCase::testFilterExampleBasic in modules/examples/filter_example/tests/filter_example.test
- Functional test of the foo filter.
- FilterFormatAccessTestCase::setUp in core/modules/filter/tests/filter.test
- FilterFormatAccessTestCase::testFormatWidgetPermissions in core/modules/filter/tests/filter.test
- Tests editing a page using a disallowed text format.
- FilterHooksTestCase::testFilterHooks in core/modules/filter/tests/filter.test
- Tests hooks on format management.
- FilterResetTestCase::testFilterReset in core/modules/system/tests/system.test
- Test that the search and reset functionality on the modules page works.
- FilterSecurityTestCase::testDisableFilterModule in core/modules/filter/tests/filter.test
- Tests removal of filtered content when an active filter is disabled.
- filter_admin_disable in core/modules/filter/filter.admin.inc
- Form constructor for the text format deletion confirmation form.
- filter_admin_disable_submit in core/modules/filter/filter.admin.inc
- Form submission handler for filter_admin_disable().
- filter_admin_enable in core/modules/filter/filter.admin.inc
- Page callback: Enable a text format.
- filter_admin_format_filter_settings_form in core/modules/filter/filter.admin.inc
- Returns the configuration form for an individual configurable filter.
- filter_admin_format_filter_settings_form_ajax in core/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 core/modules/filter/filter.admin.inc
- Validation for filter "Configure" buttons in filter_admin_format_form().
- filter_admin_format_form in core/modules/filter/filter.admin.inc
- Form constructor for the text format add/edit form.
- filter_admin_format_form_submit in core/modules/filter/filter.admin.inc
- Form submission handler for filter_admin_format_form().
- filter_admin_format_form_validate in core/modules/filter/filter.admin.inc
- Form validation handler for filter_admin_format_form().
- filter_admin_format_page in core/modules/filter/filter.admin.inc
- Page callback: Displays the text format add/edit form.
- filter_admin_overview in core/modules/filter/filter.admin.inc
- Page callback: Form constructor for a form to list and reorder text formats.
- filter_admin_overview_submit in core/modules/filter/filter.admin.inc
- Form submission handler for filter_admin_overview().
- filter_admin_set_message in core/modules/filter/filter.admin.inc
- Sets a page message for changed filter tempstore values.
- filter_config_data_validate in core/modules/filter/filter.module
- Implements hook_config_data_validate().
- filter_config_info in core/modules/filter/filter.module
- Implements hook_config_info().
- filter_editor_file_upload_settings_form in core/modules/filter/filter.admin.inc
- Subform constructor to configure the text editor's file upload settings.
- filter_editor_image_upload_settings_form in core/modules/filter/filter.admin.inc
- Subform constructor to configure the text editor's image upload settings.
- filter_example_filter_info in modules/examples/filter_example/filter_example.module
- Implements hook_filter_info().
- filter_filter_info in core/modules/filter/filter.module
- Implements hook_filter_info().
- filter_format_editor_image_form in core/modules/filter/filter.pages.inc
- Form callback: Display a form for inserting/editing an image.
- filter_format_editor_link_form in core/modules/filter/filter.pages.inc
- Form callback: Display a form for inserting/editing a link or uploading a file.
- filter_form_access_denied in core/modules/filter/filter.module
- Render API callback: Hides the field value of 'text_format' elements.
- filter_permission in core/modules/filter/filter.module
- Implements hook_permission().
- filter_process_format in core/modules/filter/filter.module
- Expands an element into a base element with text format selector attached.
- format_interval in core/includes/common.inc
- Formats a time interval with the requested granularity.
- format_plural in core/includes/common.inc
- Formats a string containing a count of items.
- format_size in core/includes/common.inc
- Generates a string representation for the given byte count.
- FormEmailTestCase::testFormEmail in core/modules/simpletest/tests/form.test
- Tests that #type 'email' fields are properly validated.
- FormExampleTestCase::testElementExample in modules/examples/form_example/tests/form_example.test
- Test the element_example form for correct behavior.
- FormExampleTestCase::testTutorials in modules/examples/form_example/tests/form_example.test
- Test each tutorial.
- FormExampleTestCase::testWizard in modules/examples/form_example/tests/form_example.test
- Test Wizard tutorial.
- FormH5datetimeTestCase::testFormH5datetime in core/modules/simpletest/tests/form.test
- Tests for #type 'html_date', 'html_time' and 'html_datetime' validation.
- FormsArbitraryRebuildTestCase::testUserRegistrationMultipleField in core/modules/simpletest/tests/form.test
- Tests a rebuild caused by a multiple value field.
- FormsElementsDescriptionsTestCase::testFormDescriptions in core/modules/simpletest/tests/form.test
- Test Form Descriptions.
- FormsElementsLabelsTestCase::testFormLabels in core/modules/simpletest/tests/form.test
- Test form elements, labels, title attributes and required marks output
correctly and have the correct label option class if needed.
- FormsElementsTableSelectFunctionalTest::formSubmitHelper in core/modules/simpletest/tests/form.test
- Helper function for the option check test to submit a form while collecting errors.
- FormsElementsTableSelectFunctionalTest::testAjax in core/modules/simpletest/tests/form.test
- Test presence of ajax functionality
- FormsElementsTableSelectFunctionalTest::testEmptyText in core/modules/simpletest/tests/form.test
- Test the display of the #empty text when #options is an empty array.
- FormsElementsTableSelectFunctionalTest::testMultipleFalse in core/modules/simpletest/tests/form.test
- Test the display of radios when #multiple is FALSE.
- FormsElementsTableSelectFunctionalTest::testMultipleFalseSubmit in core/modules/simpletest/tests/form.test
- Test submission of values when #multiple is FALSE.
- FormsElementsTableSelectFunctionalTest::testMultipleTrue in core/modules/simpletest/tests/form.test
- Test the display of checkboxes when #multiple is TRUE.
- FormsElementsTableSelectFunctionalTest::testMultipleTrueSubmit in core/modules/simpletest/tests/form.test
- Test the submission of single and multiple values when #multiple is TRUE.
- FormsFileInclusionTestCase::testLoadCustomInclude in core/modules/simpletest/tests/form.test
- Tests loading a custom specified include.
- FormsFileInclusionTestCase::testLoadMenuInclude in core/modules/simpletest/tests/form.test
- Tests loading an include specified in hook_menu().
- FormsFormStorageTestCase::testFormStatePersist in core/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 core/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 core/modules/simpletest/tests/form.test
- Tests that a form's action is retained after an Ajax submission.
- FormsRedirectTestCase::testRedirect in core/modules/simpletest/tests/form.test
- Tests form redirection.
- FormStateValuesCleanAdvancedTestCase::testFormStateValuesCleanAdvanced in core/modules/simpletest/tests/form.test
- Tests form_state_values_clean().
- FormStateValuesCleanTestCase::testFormStateValuesClean in core/modules/simpletest/tests/form.test
- Tests form_state_values_clean().
- FormsTestCase::testCheckboxProcessing in core/modules/simpletest/tests/form.test
- Test default value handling for checkboxes.
- FormsTestCase::testColorValidation in core/modules/simpletest/tests/form.test
- Tests validation of #type 'color' elements.
- FormsTestCase::testDisabledElements in core/modules/simpletest/tests/form.test
- Test handling of disabled elements.
- FormsTestCase::testInputForgery in core/modules/simpletest/tests/form.test
- Test Form API protections against input forgery.
- FormsTestCase::testRequiredFields in core/modules/simpletest/tests/form.test
- Check several empty values for required forms elements.
- FormsTestCase::testSelect in core/modules/simpletest/tests/form.test
- Tests validation of #type 'select' elements.
- FormUrlTestCase::testFormUrl in core/modules/simpletest/tests/form.test
- Tests that #type 'url' fields are properly validated and trimmed.
- FormValidationTestCase::testCustomRequiredMessage in core/modules/simpletest/tests/form.test
- Tests #required with custom validation errors.
- FormValidationTestCase::testMultiFormSameNameErrorClass in core/modules/simpletest/tests/form.test
- Tests error border of multiple fields with same name in a page.
- FormValidationTestCase::testValidate in core/modules/simpletest/tests/form.test
- Tests form alterations by #element_validate, #validate, and form_set_value().
- FormValidationTestCase::testValidateLimitErrors in core/modules/simpletest/tests/form.test
- Tests partial form validation through #limit_validation_errors.
- form_description_test_form in core/modules/simpletest/tests/form_test.module
- A form for testing form descriptions.
- form_example_config_info in modules/examples/form_example/form_example.module
- Implements hook_config_info().
- form_example_element_demo_form in modules/examples/form_example/form_example_elements.inc
- Form content for examples/form_example/element_example.
- form_example_element_demo_form_submit in modules/examples/form_example/form_example_elements.inc
- Submit handler for form_example_element_demo_form().
- form_example_intro in modules/examples/form_example/form_example.module
- Page callback for our general info page.
- form_example_phonenumber_combined_validate in modules/examples/form_example/form_example_elements.inc
- Phone number validation function for the combined phonenumber.
- form_example_phonenumber_discrete_validate in modules/examples/form_example/form_example_elements.inc
- Validation handler for the discrete version of the phone number.
- form_example_states_form in modules/examples/form_example/form_example_states.inc
- States demo form.
- form_example_states_form_submit in modules/examples/form_example/form_example_states.inc
- Submit handler for form_example_states_form().
- form_example_tutorial in modules/examples/form_example/form_example_tutorial.inc
- Main Form tutorial page.
- form_example_tutorial_1 in modules/examples/form_example/form_example_tutorial.inc
- This is Example 1, a very basic form with a textfield.
- form_example_tutorial_10 in modules/examples/form_example/form_example_tutorial.inc
- This is Example 10: a form with a file upload field.
- form_example_tutorial_10_submit in modules/examples/form_example/form_example_tutorial.inc
- Submit handler for form_example_tutorial_10().
- form_example_tutorial_10_validate in modules/examples/form_example/form_example_tutorial.inc
- Validate handler for form_example_tutorial_10().
- form_example_tutorial_2 in modules/examples/form_example/form_example_tutorial.inc
- This is Example 2, a basic form with a submit button.
- form_example_tutorial_3 in modules/examples/form_example/form_example_tutorial.inc
- This is Example 3: a basic form with fieldsets.
- form_example_tutorial_4 in modules/examples/form_example/form_example_tutorial.inc
- This is Example 4: a basic form with required fields.
- form_example_tutorial_5 in modules/examples/form_example/form_example_tutorial.inc
- This is Example 5: a basic form with additional element attributes.
- form_example_tutorial_6 in modules/examples/form_example/form_example_tutorial.inc
- This is Example 6: a basic form with a validate handler.
- form_example_tutorial_6_validate in modules/examples/form_example/form_example_tutorial.inc
- Validation handler for Tutorial 6.
- form_example_tutorial_7 in modules/examples/form_example/form_example_tutorial.inc
- This is Example 7: a form with a submission handler.
- form_example_tutorial_7_submit in modules/examples/form_example/form_example_tutorial.inc
- Submit function for form_example_tutorial_7().
- form_example_tutorial_7_validate in modules/examples/form_example/form_example_tutorial.inc
- Validation function for form_example_tutorial_7().
- form_example_tutorial_8 in modules/examples/form_example/form_example_tutorial.inc
- This is Example 8: a simple multistep form with a Next and a Back buttons.
- form_example_tutorial_8_next_validate in modules/examples/form_example/form_example_tutorial.inc
- Validate handler for the next button on first page.
- form_example_tutorial_8_page_two in modules/examples/form_example/form_example_tutorial.inc
- Returns the form for the second page of form_example_tutorial_8().
- form_example_tutorial_8_page_two_submit in modules/examples/form_example/form_example_tutorial.inc
- The page 2 submit handler.
- form_example_tutorial_9 in modules/examples/form_example/form_example_tutorial.inc
- This is Example 9: a form with new fields dynamically added.
- form_example_tutorial_9_submit in modules/examples/form_example/form_example_tutorial.inc
- Submit function for form_example_tutorial_9().
- form_example_tutorial_9_validate in modules/examples/form_example/form_example_tutorial.inc
- Validate function for form_example_tutorial_9().
- form_example_wizard in modules/examples/form_example/form_example_wizard.inc
- The primary formbuilder function for the wizard form.
- form_example_wizard_location_info in modules/examples/form_example/form_example_wizard.inc
- Returns form elements for the 'location info' page of the wizard.
- form_example_wizard_location_info_validate in modules/examples/form_example/form_example_wizard.inc
- Custom validation form for the 'location info' page of the wizard.
- form_example_wizard_other_info in modules/examples/form_example/form_example_wizard.inc
- Returns form elements for the 'other info' page of the wizard.
- form_example_wizard_personal_info in modules/examples/form_example/form_example_wizard.inc
- Returns form elements for the 'personal info' page of the wizard.
- form_example_wizard_submit in modules/examples/form_example/form_example_wizard.inc
- Wizard form submit handler.
- form_label_test_form in core/modules/simpletest/tests/form_test.module
- A form for testing form labels and required marks.
- form_process_date in core/includes/form.inc
- Expands a date element into year, month, and day select elements.
- form_process_machine_name in core/includes/form.inc
- Processes a machine-readable name form element.
- form_process_password_confirm in core/includes/form.inc
- Expand a password_confirm field into two text boxes.
- form_process_select in core/includes/form.inc
- Processes a select list form element.
- form_process_tableselect in core/includes/form.inc
- Creates checkbox or radio elements to populate a tableselect table.
- form_test_clicked_button_validate in core/modules/simpletest/tests/form_test.module
- Form validation handler for the form_test_clicked_button() form.
- form_test_disabled_tabledrag_row in core/modules/simpletest/tests/form_test.module
- Menu callback for testing disabled tabledrag rows.
- form_test_element_validate_name in core/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 core/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 core/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 core/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 core/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 core/modules/simpletest/tests/form_test.module
- Form builder for form_state_values_clean() test.
- form_test_form_user_register_form_alter in core/modules/simpletest/tests/form_test.module
- Implements hook_form_FORM_ID_alter() for the registration form.
- form_test_limit_validation_errors_element_validate_test in core/modules/simpletest/tests/form_test.module
- Form element validation handler for the 'test' element.
- form_test_limit_validation_errors_form in core/modules/simpletest/tests/form_test.module
- Builds a simple form with a button triggering partial validation.
- form_test_load_include_custom in core/modules/simpletest/tests/form_test.module
- Menu callback for testing custom form includes.
- form_test_load_include_menu in core/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 core/modules/simpletest/tests/form_test.module
- Implements hook_menu().
- form_test_programmatic_form_validate in core/modules/simpletest/tests/form_test.module
- Form validation handler for programmatic form submissions.
- form_test_redirect in core/modules/simpletest/tests/form_test.module
- Form builder to detect form redirect.
- form_test_state_persist in core/modules/simpletest/tests/form_test.module
- Form constructor for testing form state persistence.
- form_test_validate_form_validate in core/modules/simpletest/tests/form_test.module
- Form validation handler for form_test_validate_form().
- form_validate_color in core/includes/form.inc
- Form element validation handler for #type 'color'.
- form_validate_email in core/includes/form.inc
- Form element validation handler for #type 'email'.
- form_validate_machine_name in core/includes/form.inc
- Form element validation handler for machine_name elements.
- form_validate_number in core/includes/form.inc
- Form element validation handler for #type 'number'.
- form_validate_url in core/includes/form.inc
- Form element validation handler for #type 'url'.
- FrontLayoutAccess::form in core/modules/layout/plugins/access/front_layout_access.inc
- Settings form for configuring this access item.
- FrontLayoutAccess::summary in core/modules/layout/plugins/access/front_layout_access.inc
- Provides a human-readable summary of this access check's behavior.
- FrontPageTestCase::testBackdropIsFrontPage in core/modules/system/tests/system.test
- Test home page functionality.
- GenericFieldTest::formCreateField in modules/examples/field_permission_example/tests/field_permission_example.test
- Create a field using the content type management form.
- GenericFieldTest::formTestGenericFieldNodeAddDeleteForm in modules/examples/field_permission_example/tests/field_permission_example.test
- Add and delete all field types through Form API.
- header.tpl.php in core/themes/basis/templates/header.tpl.php
- Display generic site information such as logo, site name, etc.
- header.tpl.php in core/modules/system/templates/header.tpl.php
- Display generic site information such as logo, site name, etc.
- HookBootExitTestCase::testHookBootExit in core/modules/simpletest/tests/bootstrap.test
- Test calling of hook_boot() and hook_exit().
- HookRequirementsTestCase::testHookRequirementsFailure in core/modules/system/tests/system.test
- Assert that a module cannot be installed if it fails hook_requirements().
- hook_action_info in core/modules/system/system.api.php
- Declares information about actions.
- hook_action_info_alter in core/modules/system/system.api.php
- Alters the actions declared by another module.
- hook_admin_bar_cache_info in core/modules/admin_bar/admin_bar.api.php
- Inform about additional module-specific caches that can be cleared.
- hook_admin_bar_output_build in core/modules/admin_bar/admin_bar.api.php
- Add to the administration bar content before it is rendered.
- hook_block_configure in core/modules/layout/layout.api.php
- Define a configuration form for a block.
- hook_block_info in core/modules/layout/layout.api.php
- Defines to Backdrop what blocks are provided by your module.
- hook_block_info_alter in core/modules/layout/layout.api.php
- Modify block definitions after loading form code.
- hook_block_view in core/modules/layout/layout.api.php
- Return a rendered or renderable view of a block.
- hook_block_view_MODULE_DELTA_alter in core/modules/layout/layout.api.php
- Perform alterations to a specific block.
- hook_ckeditor5_plugins in core/modules/ckeditor5/ckeditor5.api.php
- Provides a list of CKEditor plugins.
- hook_ckeditor5_settings_alter in core/modules/ckeditor5/ckeditor5.api.php
- Modify the raw CKEditor settings passed to the editor.
- hook_ckeditor_plugins in core/modules/ckeditor/ckeditor.api.php
- Provides a list of CKEditor 4 plugins.
- hook_ckeditor_settings_alter in core/modules/ckeditor/ckeditor.api.php
- Modify the raw CKEditor 4 settings passed to the editor.
- hook_comment_delete in core/modules/comment/comment.api.php
- Respond to comment deletion.
- hook_comment_publish in core/modules/comment/comment.api.php
- Respond to a comment being published by a moderator.
- hook_comment_unpublish in core/modules/comment/comment.api.php
- Respond to a comment being unpublished by a moderator.
- hook_config_create_validate in core/modules/config/config.api.php
- Validate a new configuration before saving it.
- hook_config_data_validate in core/modules/config/config.api.php
- Validate a configuration before saving it.
- hook_config_delete_validate in core/modules/config/config.api.php
- Validate configuration deletions before deleting them.
- hook_config_info in core/modules/config/config.api.php
- Provides a list of configuration prefixes for describing configuration files.
- hook_config_update_validate in core/modules/config/config.api.php
- Validate configuration changes before saving them.
- hook_date_combo_process_alter in core/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 core/modules/date/date.api.php
- Alter a date field formatter settings form.
- hook_date_field_formatter_settings_summary_alter in core/modules/date/date.api.php
- Alter a date field formatter settings summary.
- hook_date_field_instance_settings_form_alter in core/modules/date/date.api.php
- Alter a date field instance settings form.
- hook_date_field_settings_form_alter in core/modules/date/date.api.php
- Alter a date field settings form.
- hook_date_field_widget_settings_form_alter in core/modules/date/date.api.php
- Alter a date field widget settings form.
- hook_editor_EDITOR_settings in core/modules/filter/filter.api.php
- Settings callback for hook_editor_info().
- hook_editor_info in core/modules/filter/filter.api.php
- Define text editors, such as WYSIWYGs or toolbars to assist with text input.
- hook_editor_info_alter in core/modules/filter/filter.api.php
- Perform alterations on editor definitions.
- hook_entityreference_behavior_plugins in core/modules/entityreference/entityreference.api.php
- Register a new behavior plugin.
- hook_entityreference_selection_plugins in core/modules/entityreference/entityreference.api.php
- Register a new selection plugin.
- hook_entity_info in core/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 core/modules/entity/entity.api.php
- Describe the display modes for entity types.
- hook_field_attach_form in core/modules/field/field.api.php
- Act on field_attach_form().
- hook_field_attach_validate in core/modules/field/field.api.php
- Act on field_attach_validate().
- hook_field_attach_view_alter in core/modules/field/field.api.php
- Perform alterations on field_attach_view() or field_view_field().
- hook_field_extra_fields in core/modules/field/field.api.php
- Exposes "pseudo-field" components on fieldable entities.
- hook_field_formatter_info in core/modules/field/field.api.php
- Expose Field API formatter types.
- hook_field_formatter_settings_form in core/modules/field_ui/field_ui.api.php
- Specify the form elements for a formatter's settings.
- hook_field_formatter_settings_summary in core/modules/field_ui/field_ui.api.php
- Return a short summary for the current formatter settings of an instance.
- hook_field_formatter_view in core/modules/field/field.api.php
- Build a renderable array for a field value.
- hook_field_info in core/modules/field/field.api.php
- Define Field API field types.
- hook_field_instance_settings_form in core/modules/field_ui/field_ui.api.php
- Add settings to an instance field settings form.
- hook_field_settings_form in core/modules/field_ui/field_ui.api.php
- Add settings to a field settings form.
- hook_field_storage_info in core/modules/field/field.api.php
- Expose Field API storage backends.
- hook_field_validate in core/modules/field/field.api.php
- Validate this module's field data.
- hook_field_widget_info in core/modules/field/field.api.php
- Expose Field API widget types.
- hook_field_widget_settings_form in core/modules/field_ui/field_ui.api.php
- Add settings to a widget settings form.
- hook_filetransfer_info in core/modules/system/system.api.php
- Register information about FileTransfer classes provided by a module.
- hook_file_copy in core/modules/system/system.api.php
- Respond to a file that has been copied.
- hook_file_formatter_FORMATTER_settings in core/modules/file/file.api.php
- Define formatter settings.
- hook_file_formatter_info in core/modules/file/file.api.php
- Define file formatters.
- hook_file_move in core/modules/system/system.api.php
- Respond to a file that has been moved.
- hook_file_operations in core/modules/file/file.api.php
- Add mass file operations.
- hook_file_ranking in core/modules/file/file.api.php
- Provide additional methods of scoring for core search results for files.
- hook_file_update in core/modules/system/system.api.php
- Respond to a file being updated.
- hook_file_validate in core/modules/system/system.api.php
- Check that files meet a given criteria.
- hook_file_view in core/modules/file/file.api.php
- Add to files as they are viewed.
- hook_file_view_alter in core/modules/file/file.api.php
- Alter files as they are viewed.
- hook_filter_info in core/modules/filter/filter.api.php
- Define content filters.
- hook_form in core/modules/node/node.api.php
- Display a node editing form.
- hook_form_alter in core/modules/system/system.api.php
- Perform alterations before a form is rendered.
- hook_form_BASE_FORM_ID_alter in core/modules/system/system.api.php
- Provide a form-specific alteration for shared ('base') forms.
- hook_form_FORM_ID_alter in core/modules/system/system.api.php
- Provide a form-specific alteration instead of the global hook_form_alter().
- hook_form_system_theme_settings_alter in core/modules/system/theme.api.php
- Allow themes to alter the theme-specific settings form.
- hook_image_effect_info in core/modules/image/image.api.php
- Define information about image effects provided by a module.
- hook_image_toolkits in core/modules/system/system.api.php
- Define image toolkits provided by this module.
- hook_language_negotiation_info in core/modules/system/language.api.php
- Define language negotiation providers.
- hook_language_types_info in core/modules/system/language.api.php
- Define language types.
- hook_language_types_info_alter in core/modules/system/language.api.php
- Perform alterations on language types.
- hook_layout_context_info in core/modules/layout/layout.api.php
- Provides a list of all "contexts" available to Layout module.
- hook_layout_info in core/modules/layout/layout.api.php
- Deprecated. Now replaced by hook_layout_template_info().
- hook_layout_style_info in core/modules/layout/layout.api.php
- Provides information on rendering styles that can be used by layouts.
- hook_layout_template_info in core/modules/layout/layout.api.php
- Provides a list of layout templates that can be used within the Layout
module.
- hook_menu_contextual_links_alter in core/modules/system/system.api.php
- Alter contextual links before they are rendered.
- hook_menu_local_tasks_alter in core/modules/system/system.api.php
- Alter tabs and actions displayed on the page before they are rendered.
- hook_modules_enabled in core/modules/system/system.api.php
- Perform necessary actions after modules are enabled.
- hook_modules_installed in core/modules/system/system.api.php
- Perform necessary actions after modules are installed.
- hook_node_delete in core/modules/node/node.api.php
- Respond to node deletion.
- hook_node_type_insert in core/modules/node/node.api.php
- Respond to node type creation.
- hook_node_validate in core/modules/node/node.api.php
- Perform node validation before a node is created or updated.
- hook_options_list in core/modules/field/modules/options/options.api.php
- Returns the list of options to be displayed for a field.
- hook_path_info in core/modules/path/path.api.php
- Provide information about the way your module's aliases will be built.
- hook_path_punctuation_chars_alter in core/modules/path/path.api.php
- Alter the list of punctuation characters used by Path module.
- hook_permission in core/modules/system/system.api.php
- Define user permissions.
- hook_ranking in core/modules/node/node.api.php
- Provide additional methods of scoring for core search results for nodes.
- hook_redirect_operations in core/modules/redirect/redirect.api.php
- Provide additional operations that may be done on redirects.
- hook_search_admin in core/modules/search/search.api.php
- Add elements to the search settings form.
- hook_search_info in core/modules/search/search.api.php
- Define a custom search type.
- hook_stream_wrappers in core/modules/system/system.api.php
- Registers PHP stream wrapper implementations associated with a module.
- hook_stream_wrappers_alter in core/modules/system/system.api.php
- Alters the list of PHP stream wrapper implementations.
- hook_system_themes_page_alter in core/modules/system/system.api.php
- Alters theme operation links.
- hook_telemetry_info in core/modules/telemetry/telemetry.api.php
- Provides information about data collected by this module.
- hook_token_info in core/modules/system/system.api.php
- Provide information about available placeholder tokens and token types.
- hook_token_info_alter in core/modules/system/system.api.php
- Alter the metadata about available placeholder tokens and token types.
- hook_updater_info in core/modules/system/system.api.php
- Provide information on Updaters (classes that can update Backdrop).
- hook_update_N in core/modules/system/system.api.php
- Perform a single update.
- hook_update_status_alter in core/modules/update/update.api.php
- Alter the information about available updates for projects.
- hook_user_cancel_methods_alter in core/modules/user/user.api.php
- Modify account cancellation methods.
- hook_user_delete in core/modules/user/user.api.php
- Respond to user deletion.
- hook_user_format_name_alter in core/modules/user/user.api.php
- Alter the username that is displayed for a user.
- hook_user_login in core/modules/user/user.api.php
- The user just logged in.
- hook_user_view in core/modules/user/user.api.php
- The user's account information is being displayed.
- hook_validate in core/modules/node/node.api.php
- Perform node validation before a node is created or updated.
- hook_verify_update_archive in core/modules/update/update.api.php
- Verify an archive after it has been downloaded and extracted.
- hook_view in core/modules/node/node.api.php
- Display a node.
- hook_views_data in core/modules/views/views.api.php
- Describes data tables (or the equivalent) to Views.
- hook_views_data_alter in core/modules/views/views.api.php
- Alter table structure.
- hook_views_plugins in core/modules/views/views.api.php
- Describes plugins defined by the module.
- hook_views_post_execute in core/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_preview_info_alter in core/modules/views/views.api.php
- Alter the information box that (optionally) appears with a view preview,
including query and performance statistics.
- hook_views_pre_execute in core/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_watchdog in core/modules/system/system.api.php
- Log an event message.
- html_date_validate in core/includes/form.inc
- Validate a date string.
- html_time_validate in core/includes/form.inc
- Validate a time string.
- HttpResponseCodeLayoutAccess::form in core/modules/layout/plugins/access/http_response_code_layout_access.inc
- Settings form for configuring this access item.
- HttpResponseCodeLayoutAccess::summary in core/modules/layout/plugins/access/http_response_code_layout_access.inc
- Provides a human-readable summary of this access check's behavior.
- icon in core/includes/icon.inc
- Return the markup for outputting an icon by a machine name.
- ImageAdminStylesUnitTest::testDefaultStyle in core/modules/image/tests/image.test
- Test to override, edit, then revert a style.
- ImageAdminStylesUnitTest::testNumericStyleName in core/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 core/modules/image/tests/image.test
- General test to add a style, add/remove/edit effects to it, then delete it.
- ImageAdminStylesUnitTest::testStyleReplacement in core/modules/image/tests/image.test
- Test deleting a style and choosing a replacement style.
- ImageExampleTestCase::testImageExample in modules/examples/image_example/tests/image_example.test
- Test implementations of image API hooks.
- ImageExampleTestCase::testImageExamplePage in modules/examples/image_example/tests/image_example.test
- Tests for image block provided by module.
- ImageFieldDisplayTestCase::testImageFieldDefaultImage in core/modules/image/tests/image.test
- Test use of a default image with an image field.
- ImageFieldDisplayTestCase::testImageFieldSettings in core/modules/image/tests/image.test
- Tests for image field settings.
- ImageFieldDisplayTestCase::_testImageFieldFormatters in core/modules/image/tests/image.test
- Test image formatters on node display.
- ImageFieldTestCase::uploadNodeImage in core/modules/image/tests/image.test
- Upload an image to a node.
- ImageFieldValidateTestCase::testDimensions in core/modules/image/tests/image.test
- Test min/max resolution settings.
- ImageFieldValidateTestCase::testHeightDimensions in core/modules/image/tests/image.test
- Test single height resolution setting.
- ImageFieldValidateTestCase::testOrientation in core/modules/image/tests/image.test
- Test image rotation resulting from EXIF data.
Requires a special test image, file rotate90cw.jpg.
- ImageFieldValidateTestCase::testRequiredAlt in core/modules/image/tests/image.test
- Test required alt setting.
- ImageFieldValidateTestCase::testTypeSupport in core/modules/image/tests/image.test
- Test for supported image types.
- ImageFieldValidateTestCase::testWidthDimensions in core/modules/image/tests/image.test
- Test single width resolution setting.
- ImageStyleFlushTest::testFlush in core/modules/image/tests/image.test
- General test to flush a style.
- ImageStyleTokenTests::testTokens in core/modules/image/tests/token.test
- Test that the image style tokens exist.
- ImageToolkitGdTestCase::testManipulations in core/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_config_info in core/modules/image/image.module
- Implements hook_config_info().
- image_crop_form in core/modules/image/image.admin.inc
- Form structure for the image crop form.
- image_effect_color_validate in core/modules/image/image.admin.inc
- Element validate handler to ensure a hexadecimal color value.
- image_effect_delete_form in core/modules/image/image.admin.inc
- Form builder; Form for deleting an image effect.
- image_effect_delete_form_submit in core/modules/image/image.admin.inc
- Submit handler to delete an image effect.
- image_effect_form in core/modules/image/image.admin.inc
- Form builder; Form for adding and editing image effects.
- image_effect_form_submit in core/modules/image/image.admin.inc
- Submit handler for updating an image effect.
- image_effect_scale_validate in core/modules/image/image.admin.inc
- Element validate handler to ensure that either a height or a width is
specified.
- image_example_colorize_form in modules/examples/image_example/image_example.module
- Form Builder; Configuration settings for colorize effect.
- image_example_config_info in modules/examples/image_example/image_example.module
- Implements hook_config_info().
- image_example_image_effect_info in modules/examples/image_example/image_example.module
- Implements hook_image_effect_info().
- image_example_image_styles_alter in modules/examples/image_example/image_example.module
- Implements hook_image_styles_alter().
- image_example_style_form in modules/examples/image_example/image_example.pages.inc
- Form for uploading and displaying an image using selected style.
- image_example_style_form_submit in modules/examples/image_example/image_example.pages.inc
- Form Builder; Display a form for uploading an image.
- image_example_style_form_validate in modules/examples/image_example/image_example.pages.inc
- Verifies that the user supplied an image with the form..
- image_field_formatter_info in core/modules/image/image.field.inc
- Implements hook_field_formatter_info().
- image_field_formatter_settings_form in core/modules/image/image.field.inc
- Implements hook_field_formatter_settings_form().
- image_field_formatter_settings_summary in core/modules/image/image.field.inc
- Implements hook_field_formatter_settings_summary().
- image_field_info in core/modules/image/image.field.inc
- Implements hook_field_info().
- image_field_instance_settings_form in core/modules/image/image.field.inc
- Implements hook_field_instance_settings_form().
- image_field_instance_settings_form_validate in core/modules/image/image.field.inc
- Element validate handler for image_field_instance_settings_form().
- image_field_settings_form in core/modules/image/image.field.inc
- Implements hook_field_settings_form().
- image_field_views_data in core/modules/image/views/image.views.inc
- Implements hook_field_views_data().
- image_field_views_data_views_data_alter in core/modules/image/views/image.views.inc
- Implements hook_field_views_data_views_data_alter().
- image_field_widget_info in core/modules/image/image.field.inc
- Implements hook_field_widget_info().
- image_field_widget_process in core/modules/image/image.field.inc
- An element #process callback for the image_image field type.
- image_field_widget_settings_form in core/modules/image/image.field.inc
- Implements hook_field_widget_settings_form().
- image_gd_settings in core/modules/system/image.gd.inc
- Retrieve settings for the GD2 toolkit.
- image_image_effect_info in core/modules/image/image.effects.inc
- Implements hook_image_effect_info().
- image_module_test_image_effect_info in core/modules/image/tests/image_module_test/image_module_test.module
- Implements hook_image_effect_info().
- image_permission in core/modules/image/image.module
- Implements hook_permission().
- image_requirements in core/modules/image/image.install
- Implements hook_requirements() to check the PHP GD Library.
- image_resize_form in core/modules/image/image.admin.inc
- Form structure for the image resize form.
- image_rotate_form in core/modules/image/image.admin.inc
- Form structure for the image rotate form.
- image_scale_form in core/modules/image/image.admin.inc
- Form structure for the image scale form.
- image_style_add_form in core/modules/image/image.admin.inc
- Form builder; Form for adding a new image style.
- image_style_add_form_submit in core/modules/image/image.admin.inc
- Submit handler for adding a new image style.
- image_style_delete_form in core/modules/image/image.admin.inc
- Form builder; Form for deleting an image style.
- image_style_delete_form_submit in core/modules/image/image.admin.inc
- Submit handler to delete an image style.
- image_style_deliver in core/modules/image/image.module
- Menu callback; Given a style and image path, generate a derivative.
- image_style_form in core/modules/image/image.admin.inc
- Form builder; Configure an image style name and effects order.
- image_style_form_add_submit in core/modules/image/image.admin.inc
- Submit handler for adding a new image effect to an image style.
- image_style_form_add_validate in core/modules/image/image.admin.inc
- Validate handler for adding a new image effect to an image style.
- image_style_form_submit in core/modules/image/image.admin.inc
- Submit handler for saving an image style.
- image_style_options in core/modules/image/image.module
- Get an array of image styles suitable for using as select list options.
- image_style_path_token in core/modules/image/image.module
- This function was never included in Backdrop. See:
- image_style_revert_form in core/modules/image/image.admin.inc
- Confirmation form to revert a database style to its default.
- image_style_revert_form_submit in core/modules/image/image.admin.inc
- Submit handler to convert an overridden style to its default.
- image_test_image_toolkits in core/modules/simpletest/tests/image_test.module
- Implements hook_image_toolkits().
- image_token_info in core/modules/image/image.tokens.inc
- Implements hook_token_info().
- image_update_1008 in core/modules/image/image.install
- Uninstall the imagecache_token contrib module, now part of core.
- InstallerBrowserAdministrationTestCase::testProjectBrowserAddRemoveQueue in core/modules/installer/tests/installer.test
- InstallerBrowserAdministrationTestCase::testProjectBrowserInstallPage in core/modules/installer/tests/installer.test
- InstallerBrowserAdministrationTestCase::testProjectBrowserProjectEnabled in core/modules/installer/tests/installer.test
- InstallerBrowserAdministrationTestCase::testProjectBrowserProjects in core/modules/installer/tests/installer.test
- InstallerBrowserAdministrationTestCase::testProjectBrowserSearch in core/modules/installer/tests/installer.test
- InstallerLanguageTestCase::testInstallerTranslationFiles in core/modules/simpletest/tests/installer.test
- Tests that the installer can find translation files.
- InstallerTestUploadCase::testUpdateManagerCoreSecurityUpdateMessages in core/modules/installer/tests/installer.test
- Checks the messages on Update Manager pages when missing a security update.
- InstallerTestUploadCase::testUploadModule in core/modules/installer/tests/installer.test
- Tests upload and extraction of a module.
- installer_authorize_batch_copy_project in core/modules/installer/installer.authorize.inc
- Batch callback: Copies project to its proper place when authorized to do so.
- installer_authorize_install_batch_finished in core/modules/installer/installer.authorize.inc
- Batch callback: Performs actions when the authorized install batch is done.
- installer_authorize_run_install in core/modules/installer/installer.authorize.inc
- Installs a new project when invoked by authorize.php.
- installer_authorize_run_update in core/modules/installer/installer.authorize.inc
- Updates existing projects when invoked by authorize.php.
- installer_authorize_update_batch_finished in core/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 core/modules/installer/installer.browser.inc
- Submit handler for installer_browser_add_remove_queue_dialog_link().
- installer_browser_add_remove_queue_link in core/modules/installer/installer.browser.inc
- Builds the add/remove project to install queue link.
- installer_browser_check_zip_loaded in core/modules/installer/installer.browser.inc
- Checks if PHP zip extension loaded on webserver.
- installer_browser_fetch_results in core/modules/installer/installer.browser.inc
- Fetches results from the server based on the parameters passed in.
- installer_browser_filters_form in core/modules/installer/installer.pages.inc
- Builds the filters form.
- installer_browser_get_destination_after_install in core/modules/installer/installer.browser.inc
- Determines the form destination after installed projects.
- installer_browser_get_missing_dependencies in core/modules/installer/installer.browser.inc
- Gets the dependencies for installed projects.
- installer_browser_get_sort_options in core/modules/installer/installer.pages.inc
- Returns a list of sort options.
- installer_browser_get_sort_widget in core/modules/installer/installer.pages.inc
- Returns a themed sort widget for the filters.
- installer_browser_installation_enable_form in core/modules/installer/installer.pages.inc
- Form builder for the select versions form.
- installer_browser_installation_enable_form_submit in core/modules/installer/installer.pages.inc
- Form submit handler for the enable modules form.
- installer_browser_installation_page in core/modules/installer/installer.pages.inc
- Menu callback; page to install projects.
- installer_browser_installation_select_versions_form in core/modules/installer/installer.pages.inc
- Form builder for the select versions form.
- installer_browser_installation_select_versions_form_submit in core/modules/installer/installer.pages.inc
- Submit handler for the select versions form.
- installer_browser_installation_task_list in core/modules/installer/installer.pages.inc
- Get a task list to the sidebar area when installing projects.
- installer_browser_installation_theme_form in core/modules/installer/installer.pages.inc
- Form builder for theme install.
- installer_browser_install_button_form in core/modules/installer/installer.pages.inc
- Shows an install button for the Install Queue block.
- installer_browser_install_queue_callback in core/modules/installer/installer.pages.inc
- Menu callback; Allows for adding to and removing from the install queue.
- installer_browser_manual_install_link in core/modules/installer/installer.pages.inc
- Shows the link to open the manual install dialog.
- installer_browser_page in core/modules/installer/installer.pages.inc
- Page to display the projects.
- installer_config_info in core/modules/installer/installer.module
- Implements hook_config_info().
- installer_manager_archive_extract in core/modules/installer/installer.manager.inc
- Unpacks a downloaded archive file.
- installer_manager_batch_project_get in core/modules/installer/installer.manager.inc
- Batch callback: Downloads, unpacks, and verifies a project.
- installer_manager_download_batch_finished in core/modules/installer/installer.manager.inc
- Batch callback: Performs actions when the download batch is completed.
- installer_manager_download_project in core/modules/installer/installer.manager.inc
- Downloads a project given a project url.
- installer_manager_install_form in core/modules/installer/installer.manager.inc
- Form constructor for the install form of the Installer module.
- installer_manager_install_form_validate in core/modules/installer/installer.manager.inc
- Form validation handler for installer_manager_install_form().
- installer_manager_update_form in core/modules/installer/installer.manager.inc
- Form constructor for the update form of the Installer module.
- installer_manager_update_form_submit in core/modules/installer/installer.manager.inc
- Form submission handler for installer_manager_update_form().
- installer_manager_update_form_validate in core/modules/installer/installer.manager.inc
- Form validation handler for installer_manager_update_form().
- installer_manager_update_ready_form in core/modules/installer/installer.manager.inc
- Form constructor for the update ready form.
- installer_manager_update_ready_form_submit in core/modules/installer/installer.manager.inc
- Form submission handler for installer_manager_update_ready_form().
- installer_permission in core/modules/installer/installer.module
- Implements hook_permission().
- installer_test_query in core/modules/installer/tests/installer_test/installer_test.module
- Page callback. Generates json based on the input filters.
- installer_verify_update_archive in core/modules/installer/installer.module
- Implements hook_verify_update_archive().
- js_example_accordion in modules/examples/js_example/js_example.module
- Demonstrate accordion effect.
- LanguageLayoutAccess::form in core/modules/layout/plugins/access/language_layout_access.inc
- Settings form for configuring this access item.
- LanguageLayoutAccess::summary in core/modules/layout/plugins/access/language_layout_access.inc
- Provides a human-readable summary of this access check's behavior.
- LanguageListTest::testLanguageList in core/modules/language/tests/language.test
- Functional tests for adding, configuring, and deleting languages.
- LanguageUpgradePathTestCase::testLanguageUpgrade in core/modules/simpletest/tests/upgrade/upgrade.language.test
- Tests a successful upgrade.
- language_admin_add_custom_form_submit in core/modules/language/language.admin.inc
- Process the custom language addition form submission.
- language_admin_add_custom_form_validate in core/modules/language/language.admin.inc
- Validate the language addition form on custom language button.
- language_admin_add_form in core/modules/language/language.admin.inc
- User interface for the language addition screen.
- language_admin_add_predefined_form_submit in core/modules/language/language.admin.inc
- Process the predefined language addition form submission.
- language_admin_add_predefined_form_validate in core/modules/language/language.admin.inc
- Element specific validator for the Add language button.
- language_admin_delete_form in core/modules/language/language.admin.inc
- User interface for the language deletion confirmation screen.
- language_admin_delete_form_submit in core/modules/language/language.admin.inc
- Process language deletion submissions.
- language_admin_edit_form in core/modules/language/language.admin.inc
- Configuration screen for a particular language.
- language_admin_edit_form_submit in core/modules/language/language.admin.inc
- Process the language editing form submission.
- language_admin_edit_form_validate in core/modules/language/language.admin.inc
- Validate the language editing form. Reused for custom language addition too.
- language_admin_overview_form in core/modules/language/language.admin.inc
- User interface for the language overview screen.
- language_admin_overview_form_submit in core/modules/language/language.admin.inc
- Process language overview form submissions, updating existing languages.
- language_admin_predefined_list in core/modules/language/language.admin.inc
- Prepare a language code list for unused predefined languages.
- language_config_info in core/modules/language/language.module
- Implements hook_config_info().
- language_name in core/includes/bootstrap.inc
- Produced the printed name for a language for display.
- language_negotiation_configure_form in core/modules/locale/locale.admin.inc
- Builds the configuration form for language negotiation.
- language_negotiation_configure_form_submit in core/modules/locale/locale.admin.inc
- Submit handler for language negotiation settings.
- language_negotiation_configure_form_table in core/modules/locale/locale.admin.inc
- Helper function to build a language provider table.
- language_negotiation_configure_session_form in core/modules/locale/locale.admin.inc
- The URL language provider configuration form.
- language_negotiation_configure_session_form_submit in core/modules/locale/locale.admin.inc
- Form submission handler for language_negotiation_configure_session_form().
- language_negotiation_configure_url_form in core/modules/locale/locale.admin.inc
- Builds the URL language provider configuration form.
- language_negotiation_configure_url_form_submit in core/modules/locale/locale.admin.inc
- Form submission handler for language_negotiation_configure_url_form().
- language_negotiation_configure_url_form_validate in core/modules/locale/locale.admin.inc
- Validation handler for url provider configuration.
- language_negotiation_info in core/includes/language.inc
- Returns all the defined language negotiation providers.
- language_permission in core/modules/language/language.module
- Implements hook_permission().
- layout--boxton--front.tpl.php in core/themes/basis/templates/layout--boxton--front.tpl.php
- Template for the Boxton layout.
- layout--boxton.tpl.php in core/layouts/boxton/layout--boxton.tpl.php
- Template for the Boxton layout.
- layout--flexible.tpl.php in core/modules/layout/templates/layout--flexible.tpl.php
- Template for a flexible template.
- layout--geary.tpl.php in core/layouts/geary/layout--geary.tpl.php
- Template for the Geary layout.
- layout--harris.tpl.php in core/layouts/harris/layout--harris.tpl.php
- Template for the Harris layout.
- layout--layout-test-layout.tpl.php in core/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--moscone-flipped.tpl.php in core/layouts/moscone_flipped/layout--moscone-flipped.tpl.php
- Template for the Moscone Flipped layout.
- layout--moscone.tpl.php in core/layouts/moscone/layout--moscone.tpl.php
- Template for the Moscone layout.
- layout--rolph.tpl.php in core/layouts/rolph/layout--rolph.tpl.php
- Template for the Rolph layout.
- layout--simmons.tpl.php in core/layouts/simmons/layout--simmons.tpl.php
- Template for the Simmons layout.
- layout--simmons.tpl.php in core/themes/bartik/templates/layout--simmons.tpl.php
- Template for the Simmons layout.
- layout--sutro.tpl.php in core/layouts/sutro/layout--sutro.tpl.php
- Template for the Sutro layout.
- layout--taylor-flipped.tpl.php in core/layouts/taylor_flipped/layout--taylor-flipped.tpl.php
- Template for the Taylor Flipped layout.
- layout--taylor.tpl.php in core/layouts/taylor/layout--taylor.tpl.php
- Template for the Taylor layout.
- layout--three-three-four-column.tpl.php in core/layouts/legacy/three_three_four_column/layout--three-three-four-column.tpl.php
- Template for a complex 3-3-4 column layout.
- layout--two-column-flipped.tpl.php in core/layouts/legacy/two_column_flipped/layout--two-column-flipped.tpl.php
- Template for a 2 column flipped layout.
- layout--two-column.tpl.php in core/layouts/legacy/two_column/layout--two-column.tpl.php
- Template for a 2 column layout.
- layout.tpl.php in core/modules/layout/templates/layout.tpl.php
- Template for a single column layout.
- Layout::save in core/modules/layout/includes/layout.class.inc
- Save a layout to config.
- LayoutAccessBroken::form in core/modules/layout/plugins/access/layout_access.inc
- Settings form for configuring this access item.
- LayoutAccessBroken::summary in core/modules/layout/plugins/access/layout_access.inc
- Provides a human-readable summary of this access check's behavior.
- LayoutAccessNegatable::form in core/modules/layout/plugins/access/layout_access.inc
- Settings form for configuring this access item.
- LayoutBlockTest::testCustomTextBlocks in core/modules/layout/tests/layout.test
- Test Custom Text blocks.
- LayoutBlockTest::testHeroBlocks in core/modules/layout/tests/layout.test
- Test Hero blocks.
- LayoutBlockTest::testPageComponentBlocks in core/modules/layout/tests/layout.test
- Test Page component blocks.
- LayoutBlockTextTest::testBlockText in core/modules/layout/tests/layout.test
- Tests the BlockText class functionality.
- LayoutBlockUsageTestCase::testBlockUsage in core/modules/layout/tests/layout.test
- Tests layout_get_block_usage().
- LayoutCloneTest::testLayoutClone in core/modules/layout/tests/layout.test
- LayoutContext::label in core/modules/layout/plugins/context/layout_context.inc
- Assemble a human-readable label of this object.
- LayoutContextBroken::label in core/modules/layout/plugins/context/layout_context.inc
- Assemble a human-readable label of this object.
- LayoutDeletionTest::testLayoutDeletion in core/modules/layout/tests/layout.test
- Tests that layouts that have special roles issue warning messages upon
attempted deletion.
- LayoutEntityLayoutsTest::testEntityLayouts in core/modules/layout/tests/layout_entity.test
- Test Custom Text blocks.
- LayoutFlexibleTemplate::__construct in core/modules/layout/includes/layout_flexible.class.inc
- Constructor for a LayoutFlexibleTemplate class.
- LayoutFlexibleTemplateTest::testLayoutFlexibleTemplates in core/modules/layout/tests/layout.test
- Test that layout templates may be enabled and disabled.
- LayoutHookTestCase::testLayoutHooks in core/modules/layout/tests/layout.test
- Tests hook invocations for operations on layouts.
- LayoutInterfaceTest::testBlockBasics in core/modules/layout/tests/layout.test
- Add and remove blocks from a custom layout path.
- LayoutInterfaceTest::testBlockEntityIDConditions in core/modules/layout/tests/layout.test
- Test block entity ID conditions.
- LayoutInterfaceTest::testBlockHttpResponseCodeConditions in core/modules/layout/tests/layout.test
- Tests 403 and 404 visibility conditions.
- LayoutInterfaceTest::testBlockPathTypeConditions in core/modules/layout/tests/layout.test
- Test block path and type conditions.
- LayoutInterfaceTest::testBlockUninstall in core/modules/layout/tests/layout.test
- Tests layout_modules_uninstalled().
- LayoutInterfaceTest::testBlockUserCompareConditions in core/modules/layout/tests/layout.test
- Tests user account comparison condition.
- LayoutInterfaceTest::testContexts in core/modules/layout/tests/layout.test
- Test the support for contexts within conditions and blocks.
- LayoutInterfaceTest::testCurrentUser in core/modules/layout/tests/layout.test
- Tests current user custom field block
- LayoutInterfaceTest::testLayoutChange in core/modules/layout/tests/layout.test
- Tests switching between different layouts, ensuring block copying.
- LayoutInterfaceTest::testLayoutMenuItems in core/modules/layout/tests/layout.test
- Tests conditions and menu item navigation.
- LayoutInterfaceTest::testLayoutTemplates in core/modules/layout/tests/layout.test
- Test that layout templates may be enabled and disabled.
- LayoutInterfaceTest::testMainContentBlock in core/modules/layout/tests/layout.test
- Check special conditions around the main content block.
- LayoutInterfaceTest::testMenuItemReassignment in core/modules/layout/tests/layout.test
- Ensure that reassignment of menu items works when deleting layouts.
- LayoutInterfaceTest::testOverriddenPaths in core/modules/layout/tests/layout.test
- Test the overriding of paths.
- LayoutInterfaceTest::testRegionStyles in core/modules/layout/tests/layout.test
- Test region styles.
- LayoutInterfaceTest::testRelationships in core/modules/layout/tests/layout.test
- Test the support for contexts within conditions and blocks.
- LayoutInterfaceTest::testTaxonomyContext in core/modules/layout/tests/layout.test
- Tests Taxonomy contexts within layouts.
- LayoutInterfaceTest::testViewPageLink in core/modules/layout/tests/layout.test
- Test the path view page link.
- LayoutOverridesPathContext::label in core/modules/layout/plugins/context/layout_context.inc
- Assemble a human-readable label of this object.
- LayoutRelationship::getOptionLabels in core/modules/layout/plugins/relationships/layout_relationship.inc
- Returns an array of appropriate contexts for this relationship.
- LayoutRelationshipAuthorFromNode::getAdminSummary in core/modules/layout/plugins/relationships/author_from_node.inc
- Return a summary for this relationship.
- LayoutRelationshipBroken::getAdminSummary in core/modules/layout/plugins/relationships/layout_relationship.inc
- Return a summary for this relationship.
- LayoutRelationshipBroken::label in core/modules/layout/plugins/relationships/layout_relationship.inc
- Assemble a human-readable label of this object.
- LayoutRendererEditor::getAriaLabel in core/modules/layout/plugins/renderers/layout_renderer_editor.inc
- Returns an aria label for a block.
- LayoutRendererEditor::getBlockLinks in core/modules/layout/plugins/renderers/layout_renderer_editor.inc
- Render the links to display when editing a block.
- LayoutRendererEditor::getRegionLinks in core/modules/layout/plugins/renderers/layout_renderer_editor.inc
- Render the links to display when editing a region.
- LayoutRendererEditor::renderBlock in core/modules/layout/plugins/renderers/layout_renderer_editor.inc
- Render a block using its designated style.
- LayoutRendererEditor::__construct in core/modules/layout/plugins/renderers/layout_renderer_editor.inc
- Construct the object that will be used to render the layout.
- LayoutRendererFlexible::getRowButtons in core/modules/layout/plugins/renderers/layout_renderer_flexible.inc
- Render the links to display when editing a region.
- LayoutRendererStandard::prepare in core/modules/layout/plugins/renderers/layout_renderer_standard.inc
- Prepare the attached display for rendering.
- LayoutRendererStandard::__construct in core/modules/layout/plugins/renderers/layout_renderer_standard.inc
- Construct the object that will be used to render the layout.
- LayoutRendererTest::testRendererSelection in core/modules/layout/tests/layout.test
- Test that the correct renderer is used
- LayoutSelectionTest::testRoleSelection in core/modules/layout/tests/layout.test
- Test role-based selection of layouts.
- LayoutStringContext::getAdminSummary in core/modules/layout/plugins/context/layout_context.inc
- Return a summary for this context.
- LayoutStringContext::label in core/modules/layout/plugins/context/layout_context.inc
- Assemble a human-readable label of this object.
- LayoutStyle::form in core/modules/layout/plugins/styles/layout_style_default.inc
- Specifies the settings form for configuring the style.
- LayoutStyleDynamic::form in core/modules/layout/plugins/styles/layout_style_dynamic.inc
- Specifies the settings form for configuring the style.
- LayoutUpdater::postInstallTasks in core/modules/system/system.updater.inc
- Return an array of links to pages that should be visited post operation.
- layout_add_page in core/modules/layout/layout.admin.inc
- Menu callback; Display the form for adding a new layout.
- layout_block_add_page in core/modules/layout/layout.admin.inc
- Menu callback; Display a list of blocks to be added to a layout.
- layout_block_configure_form in core/modules/layout/layout.admin.inc
- Form callback; Add or edit a block within a layout.
- layout_block_disable_page in core/modules/layout/layout.admin.inc
- Menu callback; Set a block as disabled.
- layout_block_info in core/modules/layout/layout.module
- Implements hook_block_info().
- layout_block_list in core/modules/layout/layout.admin.inc
- Menu callback; Lists all blocks and their modules.
- layout_block_remove_page in core/modules/layout/layout.admin.inc
- Menu callback; Remove a block from a layout.
- layout_break_lock_page in core/modules/layout/layout.admin.inc
- Menu callback; Break a lock on a layout or menu item.
- layout_clone_form in core/modules/layout/layout.admin.inc
- Form callback; Copy an existing layout into a new layout.
- layout_clone_form_submit in core/modules/layout/layout.admin.inc
- Submit handler for layout_clone_form().
- layout_condition_add_form in core/modules/layout/layout.admin.inc
- Form callback; Displays form for adding new conditions to a layout or block.
- layout_condition_edit_title in core/modules/layout/layout.admin.inc
- Title callback; Provide the page title for configuring a layout condition.
- layout_configure_region_page in core/modules/layout/layout.admin.inc
- Menu callback; Show the region styles form.
- layout_config_info in core/modules/layout/layout.module
- Implements hook_config_info().
- layout_content_form in core/modules/layout/layout.admin.inc
- Form callback; Main form for editing a layout's content.
- layout_content_form_submit in core/modules/layout/layout.admin.inc
- Handle form submission of the display content editor.
- layout_content_form_validate in core/modules/layout/layout.admin.inc
- Validate the layout settings form.
- layout_context_add_form in core/modules/layout/layout.context.admin.inc
- Form callback; Displays form for adding new contexts to a layout.
- layout_context_relationship_add_form in core/modules/layout/layout.context.admin.inc
- Form callback; Displays form for adding new relationships to a layout.
- layout_current_user_context in core/modules/layout/layout.module
- Returns the current user account context, which is always available.
- layout_delete_form in core/modules/layout/layout.admin.inc
- Form callback. Delete or revert a layout.
- layout_delete_form_submit in core/modules/layout/layout.admin.inc
- Submit handler for layout_delete_form(). Delete, revert, or disable a layout.
- layout_entity_admin_add_form in core/modules/layout/layout.entity.admin.inc
- Render the form for adding a layout for an entity.
- layout_entity_admin_add_form_validate in core/modules/layout/layout.entity.admin.inc
- Validate handler for the layout_entity_admin_add_form().
- layout_entity_admin_form in core/modules/layout/layout.entity.admin.inc
- Render the settings form for listing entity layouts.
- layout_entity_menu_title in core/modules/layout/layout.module
- Title callback: Returns a label for the action link to create bundle layouts.
- layout_flexible_row_styles in core/modules/layout/layout.module
- Provides the default row styles.
- layout_flexible_template_configure_form in core/modules/layout/layout.flexible.inc
- Form to manage adding and removing rows to a flexible template.
- layout_flexible_template_configure_form_submit in core/modules/layout/layout.flexible.inc
- Submit handler that saves the configured flexible template.
- layout_flexible_template_delete_form in core/modules/layout/layout.flexible.inc
- Menu callback; Delete a flexible template.
- layout_flexible_template_delete_form_submit in core/modules/layout/layout.flexible.inc
- Submit handler that deletes a flexible template.
- layout_flexible_template_delete_row in core/modules/layout/layout.flexible.inc
- Menu callback to delete a row from a flexible template.
- layout_flexible_template_edit_row_form in core/modules/layout/layout.flexible.inc
- Form to add or edit a row on a flexible template.
- layout_flexible_template_edit_row_validate in core/modules/layout/layout.flexible.inc
- Validation handler for layout_flexible_template_edit_row_form().
- layout_flexible_template_region_style_select in core/modules/layout/layout.flexible.inc
- Form to select the region widths for a flexible template.
- layout_flexible_template_settings_add_form in core/modules/layout/layout.flexible.inc
- Form to add a flexible template.
- layout_flexible_template_settings_edit_form in core/modules/layout/layout.flexible.inc
- Form to configure a flexible template.
- layout_flexible_template_settings_form_submit in core/modules/layout/layout.flexible.inc
- Submit handler that saves a flexible template.
- layout_get_menu_types in core/modules/layout/layout.admin.inc
- Lists information about menu types.
- layout_get_title_description in core/modules/layout/layout.module
- Gets the title description for the current layout.
- layout_layout_access_info in core/modules/layout/includes/layout.layout.inc
- Implements hook_layout_access_info().
- layout_layout_context_info in core/modules/layout/includes/layout.layout.inc
- Implements hook_layout_context_info().
- layout_layout_relationship_info in core/modules/layout/includes/layout.layout.inc
- Implements hook_layout_relationship_info().
- layout_layout_style_info in core/modules/layout/includes/layout.layout.inc
- Implements hook_layout_style_info().
- layout_list_page in core/modules/layout/layout.admin.inc
- Output a list of layouts that are managed.
- layout_locked_message in core/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 core/modules/layout/layout.admin.inc
- Form callback; Configure a layout menu item.
- layout_menu_item_form_reset in core/modules/layout/layout.admin.inc
- Submit handler for layout_menu_item_form() that resets in-progress changes.
- layout_menu_item_form_submit in core/modules/layout/layout.admin.inc
- Form callback; Configure a layout menu item.
- layout_permission in core/modules/layout/layout.module
- Implements hook_permission().
- layout_preprocess_layout in core/modules/layout/layout.theme.inc
- Prepares variables for layout templates.
- layout_reorder_form in core/modules/layout/layout.admin.inc
- Reorder the order of layouts at the same path.
- layout_reorder_form_submit in core/modules/layout/layout.admin.inc
- Submit handler for layout_reorder_form().
- layout_settings_form in core/modules/layout/layout.admin.inc
- Render the settings form for layout.
- layout_settings_form_reset in core/modules/layout/layout.admin.inc
- Submit handler for layout_settings_form() that resets in-progress changes.
- layout_settings_form_save_submit in core/modules/layout/layout.admin.inc
- Submit handler for layout_settings_form() that saves in-progress changes.
- layout_settings_form_update_layout in core/modules/layout/layout.admin.inc
- Submit handler for layout_settings_form() that saves in-progress values.
- layout_settings_form_validate in core/modules/layout/layout.admin.inc
- Validates layout_settings_form(), ensuring a valid path.
- layout_settings_page in core/modules/layout/layout.admin.inc
- Administrative form for layout settings.
- layout_settings_page_submit in core/modules/layout/layout.admin.inc
- Submit handler for layout advanced settings page.
- layout_settings_page_validate in core/modules/layout/layout.admin.inc
- Validation for layout settings page.
- layout_template_toggle_enabled in core/modules/layout/layout.admin.inc
- Menu callback; Enable or disable a layout template.
- layout_test_block_info in core/modules/layout/tests/layout_test/layout_test.module
- Implements hook_block_info().
- layout_test_layout_template_info in core/modules/layout/tests/layout_test/layout_test.module
- Implements hook_layout_template_info().
- layout_title_settings_form in core/modules/layout/layout.admin.inc
- Form callback; Configure layout title type.
- layout_toggle_enabled in core/modules/layout/layout.admin.inc
- Menu callback; Enable or disable a layout configuration.
- layout_warn_if_site_info_path in core/modules/layout/layout.admin.inc
- Issues warnings if for a layout whose removal removes a page, its path
matches one of the paths on the site information page.
- LinkAttributeCrudTest::createNodeForTesting in core/modules/link/tests/link.attribute.test
- LinkAttributeCrudTest::testFormatters in core/modules/link/tests/link.attribute.test
- Test the link_plain formatter and it's output.
- LinkBaseTestClass::createLinkField in core/modules/link/tests/link.test
- LinkTokenTest::testStaticTokenLinkCreate in core/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 core/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 core/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 core/modules/link/tests/link.ui.test
- Creates a field with all the default values and check expected values.
- LinkUITest::testCRUDCreateFieldWithClasses in core/modules/link/tests/link.ui.test
- Tests adding custom classes (single and multiple) to link fields.
- LinkUITest::testCRUDCreateFieldWithLinkType in core/modules/link/tests/link.ui.test
- Tests the link type: "internal", "external", and "both" settings.
- LinkUITest::testCRUDTitleOnlyTitleNoLink in core/modules/link/tests/link.ui.test
- Tests that if a field has a title but no URL, the title is not sanitized twice.
- LinkUITest::testLinkCreate in core/modules/link/tests/link.ui.test
- Creates a link field for the "page" type and creates a page with a link.
- LinkUITest::testStaticLinkCreate in core/modules/link/tests/link.ui.test
- Tests if <strong> is used in a static title that the markup is retained.
- LinkValidateTest::testBadUrlValidationOff in core/modules/link/tests/link.validate.test
- Test if we can post a bad URL if the validation is expressly turned off.
- LinkValidateTest::testXss in core/modules/link/tests/link.validate.test
- Test if a bad URL will display if validation is disabled.
- LinkValidateTest::validateUrl in core/modules/link/tests/link.validate.test
- Checks if a URL is valid through the UI.
- link_field_formatter_info in core/modules/link/link.module
- Implements hook_field_formatter_info().
- link_field_formatter_settings_form in core/modules/link/link.module
- Implements hook_field_formatter_settings_form().
- link_field_formatter_settings_summary in core/modules/link/link.module
- Implements hook_field_formatter_settings_summary().
- link_field_info in core/modules/link/link.module
- Implements hook_field_info().
- link_field_instance_settings_form in core/modules/link/link.module
- Implements hook_field_instance_settings_form().
- link_field_process in core/modules/link/link.module
- Processes the link type element before displaying the field.
- link_field_settings_form_validate in core/modules/link/link.module
- #element_validate handler for link_field_instance_settings_form().
- link_field_validate in core/modules/link/link.module
- Implements hook_field_validate().
- ListFieldDisplayTestCase::testListDisplayFormatterBoolean in core/modules/field/modules/list/tests/list.test
- List (boolean) : test 'On/Off' values input.
- ListFieldTestCase::testUpdateAllowedValues in core/modules/field/modules/list/tests/list.test
- Test that allowed values can be updated.
- ListFieldUITestCase::assertAllowedValuesInput in core/modules/field/modules/list/tests/list.test
- Tests a string input for the 'allowed values' form element.
- ListFieldUITestCase::testListAllowedValuesBoolean in core/modules/field/modules/list/tests/list.test
- List (boolean) : test 'On/Off' values input.
- list_allowed_values_setting_validate in core/modules/field/modules/list/list.module
- Element validate callback; check that the entered values are valid.
- list_boolean_display_formats in core/modules/field/modules/list/list.module
- List of boolean display formats.
- list_field_formatter_info in core/modules/field/modules/list/list.module
- Implements hook_field_formatter_info().
- list_field_formatter_settings_form in core/modules/field/modules/list/list.module
- Implements hook_field_formatter_settings_form().
- list_field_formatter_settings_summary in core/modules/field/modules/list/list.module
- Implements hook_field_formatter_settings_summary().
- list_field_info in core/modules/field/modules/list/list.module
- Implements hook_field_info().
- list_field_settings_form in core/modules/field/modules/list/list.module
- Implements hook_field_settings_form().
- list_field_update_forbid in core/modules/field/modules/list/list.module
- Implements hook_field_update_forbid().
- list_field_validate in core/modules/field/modules/list/list.module
- Implements hook_field_validate().
- LocaleCommentLanguageFunctionalTest::setUp in core/modules/locale/tests/locale.test
- Sets up a Backdrop site for running functional and integration tests.
- LocaleCommentLanguageFunctionalTest::testCommentLanguage in core/modules/locale/tests/locale.test
- Test that comment language is properly set.
- LocaleConfigurationTest::testLanguageConfiguration in core/modules/locale/tests/locale.test
- Functional tests for adding, editing and deleting languages.
- LocaleContentFunctionalTest::testContentTypeDirLang in core/modules/locale/tests/locale.test
- Test if a dir and lang tags exist in node's attributes.
- LocaleContentFunctionalTest::testContentTypeLanguageConfiguration in core/modules/locale/tests/locale.test
- Test if a content type can be set to multilingual and language is present.
- LocaleContentFunctionalTest::testMachineNameLTR in core/modules/locale/tests/locale.test
- Verifies that machine name fields are always LTR.
- LocaleDateFormatsFunctionalTest::testLocalizeDateFormats in core/modules/locale/tests/locale.test
- Functional tests for localizing date formats.
- LocaleExportFunctionalTest::testExportTranslation in core/modules/locale/tests/locale.test
- Test exportation of translations.
- LocaleExportFunctionalTest::testExportTranslationTemplateFile in core/modules/locale/tests/locale.test
- Test exportation of translation template file.
- LocaleImportFunctionalTest::importPoFile in core/modules/locale/tests/locale.test
- Helper function: import a standalone .po file in a given language.
- LocaleImportFunctionalTest::testAutomaticModuleTranslationImportLanguageEnable in core/modules/locale/tests/locale.test
- Test automatic import of a module's translation files.
- LocaleImportFunctionalTest::testEmptyMsgstr in core/modules/locale/tests/locale.test
- Test empty msgstr at end of .po file see #611786.
- LocaleImportFunctionalTest::testLanguageContext in core/modules/locale/tests/locale.test
- Test msgctxt context support.
- LocaleImportFunctionalTest::testStandalonePoFile in core/modules/locale/tests/locale.test
- Test import of standalone .po files.
- LocaleLanguageNegotiationInfoFunctionalTest::setUp in core/modules/locale/tests/locale.test
- Sets up a Backdrop site for running functional and integration tests.
- LocaleLanguageNegotiationInfoFunctionalTest::testInfoAlterations in core/modules/locale/tests/locale.test
- Tests alterations to language types/negotiation info.
- LocaleLanguageSwitchingFunctionalTest::testLanguageBlock in core/modules/locale/tests/locale.test
- Functional tests for the language switcher block.
- LocaleMultilingualFieldsFunctionalTest::setUp in core/modules/locale/tests/locale.test
- Sets up a Backdrop site for running functional and integration tests.
- LocaleMultilingualFieldsFunctionalTest::testMultilingualDisplaySettings in core/modules/locale/tests/locale.test
- LocaleMultilingualFieldsFunctionalTest::testMultilingualNodeForm in core/modules/locale/tests/locale.test
- Test if field languages are correctly set through the node form.
- LocalePathFunctionalTest::testPathLanguageConfiguration in core/modules/locale/tests/locale.test
- Test if a language can be associated with a URL alias.
- LocalePluralFormatTest::importPoFile in core/modules/locale/tests/locale.test
- Imports a standalone .po file in a given language.
- LocaleTranslationFunctionalTest::testJavaScriptTranslation in core/modules/locale/tests/locale.test
- LocaleTranslationFunctionalTest::testStringSearch in core/modules/locale/tests/locale.test
- Tests translation search form.
- LocaleTranslationFunctionalTest::testStringTranslation in core/modules/locale/tests/locale.test
- Adds a language and tests string translation by users with the appropriate permissions.
- LocaleTranslationFunctionalTest::testStringValidation in core/modules/locale/tests/locale.test
- Tests the validation of the translation input.
- LocaleUILanguageNegotiationTest::runTest in core/modules/locale/tests/locale.test
- LocaleUILanguageNegotiationTest::testLanguageDomain in core/modules/locale/tests/locale.test
- Tests url() when separate domains are used for multiple languages.
- LocaleUILanguageNegotiationTest::testUILanguageNegotiation in core/modules/locale/tests/locale.test
- Tests for language switching by URL path.
- LocaleUILanguageNegotiationTest::testUrlLanguageFallback in core/modules/locale/tests/locale.test
- Test URL language detection when the requested URL has no language.
- LocaleUninstallFunctionalTest::testUninstallProcess in core/modules/locale/tests/locale.test
- Check if the values of the Locale variables are correct after uninstall.
- LocaleUrlRewritingTest::setUp in core/modules/locale/tests/locale.test
- Sets up a Backdrop site for running functional and integration tests.
- LocaleUrlRewritingTest::testDomainNameNegotiationPort in core/modules/locale/tests/locale.test
- Check URL rewriting when using a domain name and a non-standard port.
- LocaleUserCreationTest::testLocalUserCreation in core/modules/locale/tests/locale.test
- Functional test for language handling during user creation.
- LocaleUserLanguageFunctionalTest::testUserLanguageConfiguration in core/modules/locale/tests/locale.test
- Test if user can change their default language.
- locale_block_info in core/modules/locale/locale.module
- Implements hook_block_info().
- locale_block_view in core/modules/locale/locale.module
- Implements hook_block_view().
- locale_config_info in core/modules/locale/locale.module
- Implements hook_config_info().
- locale_date_format_form in core/modules/locale/locale.admin.inc
- Form callback; Display fields for setting the date format for each language.
- locale_date_format_form_submit in core/modules/locale/locale.admin.inc
- Submit handler for configuring localized date formats on the locale_date_format_form.
- locale_form_language_admin_edit_form_alter in core/modules/locale/locale.module
- Implements hook_form_FORM_ID_alter() for language_admin_edit_form().
- locale_form_language_admin_overview_form_alter in core/modules/locale/locale.module
- Implements hook_form_FORM_ID_alter() for language_admin_overview_form().
- locale_form_redirect_edit_form_alter in core/modules/redirect/redirect.module
- Implements hook_form_FORM_ID_alter() on behalf of locale.module.
- locale_language_negotiation_info in core/modules/locale/locale.module
- Implements hook_language_negotiation_info().
- locale_language_selector_form in core/modules/locale/locale.module
- Form builder callback to display language selection widget.
- locale_language_types_info in core/modules/locale/locale.module
- Implements hook_language_types_info().
- locale_permission in core/modules/locale/locale.module
- Implements hook_permission().
- locale_test_init in core/modules/locale/tests/locale_test/locale_test.module
- Implements hook_init().
- locale_test_language_negotiation_info in core/modules/locale/tests/locale_test/locale_test.module
- Implements hook_language_negotiation_info().
- locale_test_language_types_info in core/modules/locale/tests/locale_test/locale_test.module
- Implements hook_language_types_info().
- locale_translate_delete_form in core/modules/locale/locale.pages.inc
- User interface for the string deletion confirmation screen.
- locale_translate_delete_form_submit in core/modules/locale/locale.pages.inc
- Process string deletion submissions.
- locale_translate_edit_form in core/modules/locale/locale.pages.inc
- User interface for string editing.
- locale_translate_edit_form_submit in core/modules/locale/locale.pages.inc
- Process string editing form submissions.
- locale_translate_edit_form_validate in core/modules/locale/locale.pages.inc
- Validate string editing form submissions.
- locale_translate_export_pot_form in core/modules/locale/locale.bulk.inc
- Translation template export form.
- locale_translate_export_po_form in core/modules/locale/locale.bulk.inc
- Form to export PO files for the languages provided.
- locale_translate_import_form in core/modules/locale/locale.bulk.inc
- User interface for the translation import screen.
- locale_translate_import_form_submit in core/modules/locale/locale.bulk.inc
- Process the locale import form submission.
- locale_translation_filters in core/modules/locale/locale.pages.inc
- List locale translation filters that can be applied.
- locale_translation_filter_form in core/modules/locale/locale.pages.inc
- Return form for locale translation filters.
- locale_translation_filter_form_submit in core/modules/locale/locale.pages.inc
- Process result from locale translation filter form.
- locale_translation_filter_form_validate in core/modules/locale/locale.pages.inc
- Validate result from locale translation filter form.
- locale_views_data in core/modules/locale/views/locale.views.inc
- Implements hook_views_data().
- locale_views_data_alter in core/modules/locale/views/locale.views.inc
- Implements hook_views_data_alter().
- maintenance-page.tpl.php in core/themes/bartik/templates/maintenance-page.tpl.php
- Implementation to display a single Backdrop page while offline.
- maintenance-page.tpl.php in core/modules/system/templates/maintenance-page.tpl.php
- Default theme implementation to display a single Backdrop page while offline.
- map_month in core/includes/form.inc
- Renders a month name for display.
- MenuBlockTestCase::addMenuLink in core/modules/system/tests/system.test
- Add a menu link using the menu module UI.
- MenuBlockTestCase::doMenuBlockTests in core/modules/system/tests/system.test
- Test Menu Block functionality.
- MenuBreadcrumbTestCase::testBreadCrumbs in core/modules/simpletest/tests/menu.test
- Tests breadcrumbs on node and administrative paths.
- MenuChangeTestCase::testMenuChangeTypeTestCase in core/modules/simpletest/tests/menu.test
- Test that updating the type of a menu item works correctly.
- MenuExampleTestCase::testMenuExample in modules/examples/menu_example/tests/menu_example.test
- Test the various menus.
- MenuLanguageTestCase::testMenuParentLanguageNode in core/modules/menu/tests/menu_language.test
- Test that the available parent menu items match on the node form.
- MenuNodeTestCase::testMenuNodeFormWidget in core/modules/menu/tests/menu.test
- Test creating, editing, deleting menu links via node form widget.
- MenuRouterTestCase::testMenuCallbacks in core/modules/simpletest/tests/menu.test
- Tests title and theme callbacks in hook_menu().
- MenuRouterTestCase::testMenuLinkMaintain in core/modules/simpletest/tests/menu.test
- Tests for menu_link_maintain().
- MenuTestCase::addCustomMenu in core/modules/menu/tests/menu.test
- Add custom menu.
- MenuTestCase::addInvalidMenuLink in core/modules/menu/tests/menu.test
- Attempt to add menu link with invalid path or no access permission.
- MenuTestCase::addMenuLink in core/modules/menu/tests/menu.test
- Add a menu link using the menu module UI.
- MenuTestCase::deleteCustomMenu in core/modules/menu/tests/menu.test
- Delete custom menu.
- MenuTestCase::deleteMenuLink in core/modules/menu/tests/menu.test
- Delete a menu link using the menu module UI.
- MenuTestCase::disableMenuLink in core/modules/menu/tests/menu.test
- Disable a menu link.
- MenuTestCase::doMenuTests in core/modules/menu/tests/menu.test
- Test menu functionality using main-menu menu.
- MenuTestCase::enableMenuLink in core/modules/menu/tests/menu.test
- Enable a menu link.
- MenuTestCase::modifyMenuLink in core/modules/menu/tests/menu.test
- Modify a menu link using the menu module UI.
- MenuTestCase::moveMenuLink in core/modules/menu/tests/menu.test
- Change the parent of a menu link using the menu module UI.
- MenuTestCase::resetMenuLink in core/modules/menu/tests/menu.test
- Reset a standard menu link using the menu module UI.
- MenuTestCase::testMenuQueryAndFragment in core/modules/menu/tests/menu.test
- Add and remove a menu link with a query string and fragment.
- MenuTestCase::verifyAccess in core/modules/menu/tests/menu.test
- Verify the logged in user has the desired access to the various menu nodes.
- MenuTestCase::verifyMenuLink in core/modules/menu/tests/menu.test
- Verify a menu link using the menu module UI.
- MenuTrailTestCase::testMenuTreeSetPath in core/modules/simpletest/tests/menu.test
- Tests active trails are properly affected by menu_tree_set_path().
- menu_block_info in core/modules/menu/menu.module
- Implements hook_block_info().
- menu_config_info in core/modules/menu/menu.module
- Implements hook_config_info().
- menu_delete_menu_confirm in core/modules/menu/menu.admin.inc
- Build a confirm form for deletion of a custom menu.
- menu_delete_menu_confirm_submit in core/modules/menu/menu.admin.inc
- Delete a custom menu and all links in it.
- menu_edit_item in core/modules/menu/menu.admin.inc
- Menu callback; Build the menu link editing form.
- menu_edit_item_submit in core/modules/menu/menu.admin.inc
- Process menu and menu item add/edit form submissions.
- menu_edit_item_validate in core/modules/menu/menu.admin.inc
- Validate form values for a menu link being added or edited.
- menu_edit_menu in core/modules/menu/menu.admin.inc
- Menu callback; Build the form that handles the adding/editing of a custom menu.
- menu_edit_menu_submit in core/modules/menu/menu.admin.inc
- Submit function for adding or editing a custom menu.
- menu_example_arg_optional_load in modules/examples/menu_example/menu_example.module
- Loads an item based on its $id.
- menu_example_id_load in modules/examples/menu_example/menu_example.module
- The special _load function to load menu_example.
- menu_example_menu in modules/examples/menu_example/menu_example.module
- Implements hook_menu().
- menu_example_permission in modules/examples/menu_example/menu_example.module
- Implements hook_permission().
- menu_example_user_page_title in modules/examples/menu_example/menu_example.module
- Title callback to rename the title dynamically, based on user_page_title().
- menu_form_node_form_alter in core/modules/menu/menu.module
- Implements hook_form_BASE_FORM_ID_alter().
- menu_form_node_type_form_alter in core/modules/menu/menu.module
- Implements hook_form_FORM_ID_alter().
- menu_get_menus in core/modules/menu/menu.module
- Return an associative array of the custom menus names.
- menu_item_delete_form in core/modules/menu/menu.admin.inc
- Build a confirm form for deletion of a single menu link.
- menu_item_delete_form_submit in core/modules/menu/menu.admin.inc
- Process menu delete form submissions.
- menu_node_save in core/modules/menu/menu.module
- Helper for hook_node_insert() and hook_node_update().
- menu_overview_form in core/modules/menu/menu.admin.inc
- Form for editing an entire menu tree at once.
- menu_overview_form_submit in core/modules/menu/menu.admin.inc
- Submit handler for the menu overview form.
- menu_overview_page in core/modules/menu/menu.admin.inc
- Menu callback which shows an overview page of all the custom menus and their
descriptions.
- menu_permission in core/modules/menu/menu.module
- Implements hook_permission().
- menu_reset_item_confirm in core/modules/menu/menu.admin.inc
- Menu callback; reset a single modified menu link.
- menu_reset_item_confirm_submit in core/modules/menu/menu.admin.inc
- Process menu reset item form submissions.
- menu_settings_form in core/modules/menu/menu.admin.inc
- Menu callback; global settings form for menus.
- menu_settings_form_validate in core/modules/menu/menu.admin.inc
- Validate form values for the global settings form.
- menu_set_active_trail in core/includes/menu.inc
- Sets the active trail (path to the menu tree root) of the current page.
- menu_test_title_callback in core/modules/simpletest/tests/menu_test.module
- Concatenates a string, by using the t() function and a case number.
- menu_token_info in core/modules/menu/menu.tokens.inc
- Implements hook_token_info().
- MergeQuery::execute in core/includes/database/query.inc
- Runs the query against the database.
- ModuleDependencyTestCase::testEnableRequirementsFailureDependency in core/modules/system/tests/system.test
- Tests enabling a module that depends on a module which fails hook_requirements().
- ModuleDependencyTestCase::testEnableWithoutDependency in core/modules/system/tests/system.test
- Attempt to enable translation module without locale enabled.
- ModuleDependencyTestCase::testIncompatibleCoreVersionDependency in core/modules/system/tests/system.test
- Tests enabling a module that depends on a module with an incompatible core version.
- ModuleDependencyTestCase::testIncompatibleModuleVersionDependency in core/modules/system/tests/system.test
- Tests enabling a module that depends on an incompatible version of a module.
- ModuleDependencyTestCase::testMissingModules in core/modules/system/tests/system.test
- Attempt to enable a module with a missing dependency.
- ModuleDependencyTestCase::testModuleEnableOrder in core/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 core/modules/system/tests/system.test
- Checks functionality of project namespaces for dependencies.
- ModuleDependencyTestCase::testUninstallDependents in core/modules/system/tests/system.test
- Tests attempting to uninstall a module that has installed dependents.
- ModuleUninstallTestCase::testUninstallCommentAddNode in core/modules/simpletest/tests/module.test
- Test that uninstalling Comment and then immediately adding a node works.
- ModuleUninstallTestCase::testUninstallLocale in core/modules/simpletest/tests/module.test
- Tests that uninstalling locale does not cause problems.
- ModuleUnitTest::testDependencyResolution in core/modules/simpletest/tests/module.test
- Test dependency resolution.
- ModuleUnitTest::testModuleList in core/modules/simpletest/tests/module.test
- The basic functionality of module_list().
- ModuleUpdater::postInstallTasks in core/modules/system/system.updater.inc
- List of post install actions.
- module_test_permission in core/modules/simpletest/tests/module_test.module
- Implements hook_permission().
- module_test_system_info_alter in core/modules/simpletest/tests/module_test.module
- Implements hook_system_info_alter().
- node.tpl.php in core/themes/bartik/templates/node.tpl.php
- Bartik's theme implementation to display a node.
- node.tpl.php in core/modules/node/templates/node.tpl.php
- Default theme implementation to display a node.
- NodeAccessBaseTableTestCase::testNodeAccessBasic in core/modules/node/tests/node.test
- Tests the "private" node access functionality.
- NodeAccessExampleTestCase::checkSearchResults in modules/examples/node_access_example/tests/node_access_example.test
- Helper function.
- NodeAccessExampleTestCase::testNodeAccessBasic in modules/examples/node_access_example/tests/node_access_example.test
- Test the "private" node access.
- NodeAccessFieldTestCase::testNodeAccessAdministerField in core/modules/node/tests/node.test
- Tests administering fields when node access is restricted.
- NodeAccessRebuildTestCase::testNodeAccessRebuild in core/modules/node/tests/node.test
- Tests rebuilding the node access permissions table.
- NodeBlock::form in core/modules/node/node.block.inc
- Builds the block's settings configuration form.
- NodeBlock::formValidate in core/modules/node/node.block.inc
- Validates the form settings.
- NodeBlock::getAdminPreview in core/modules/node/node.block.inc
- Returns a preview for this block.
- NodeBlock::getAdminTitle in core/modules/node/node.block.inc
- Sets title text on draggable block panel in Layout builder.
- NodeBlockFunctionalTest::testNodeBlock in core/modules/node/tests/node.test
- Tests the Existing content block.
- NodeBlockFunctionalTest::testRecentNodeBlock in core/modules/node/tests/node.test
- Tests the recent content block.
- NodeBuildContent::testNodeRebuildContent in core/modules/node/tests/node.test
- Ensures that content array is rebuilt on every call to node_build_content().
- NodeCreationTestCase::testFailedPageCreation in core/modules/node/tests/node.test
- Verifies that a transaction rolls back the failed creation.
- NodeCreationTestCase::testNodeCreation in core/modules/node/tests/node.test
- Creates a "Page" node and verifies its consistency in the database.
- NodeCreationTestCase::testUnpublishedNodeCreation in core/modules/node/tests/node.test
- Create an unpublished node and confirm correct redirect behavior.
- NodeEntityViewModeAlterTest::testNodeViewModeChange in core/modules/node/tests/node.test
- Create a "Page" node and verify its consistency in the database.
- NodeEntityViewModeAlterTest::testNodeViewModeChangeHiddenField in core/modules/node/tests/node.test
- Tests fields that were previously hidden when the display mode is changed.
- NodeFrontPageCallback::testCustomFrontPage in core/modules/node/tests/node.test
- NodeHooksExampleTestCase::testNodeExampleBasic in modules/examples/node_hooks_example/tests/node_hooks_example.test
- Logs the user in, creates an example node, and uses the rating system.
- NodeHooksExampleTestCase::testNodeExampleRevision in modules/examples/node_hooks_example/tests/node_hooks_example.test
- Tests revisions of ratings.
- NodeLayoutPreviewTestCase::testNodeLayoutPreview in core/modules/node/tests/node.test
- Tests that the correct layout is used for node add and node edit previews.
- NodePageCacheTest::testNodeDelete in core/modules/node/tests/node.test
- Tests deleting nodes clears page cache.
- NodePageCacheTest::testNodeUpdateInsertCache in core/modules/node/tests/node.test
- Test node update and insert with entity cache.
- NodePostSettingsTestCase::testPageNotPostInfo in core/modules/node/tests/node.test
- Confirms absence of post information on a new node.
- NodePostSettingsTestCase::testPagePostInfo in core/modules/node/tests/node.test
- Confirms "Page" content type and post information is on a new node.
- NodePublishScheduling::testNodeTypeCreateDefaultDraft in core/modules/node/tests/node.test
- NodeQueryAlter::testNodeQueryAlterLowLevelEditAccess in core/modules/node/tests/node.test
- Tests 'node_access' query alter, for edit access.
- NodeQueryAlter::testNodeQueryAlterLowLevelNoAccess in core/modules/node/tests/node.test
- Tests 'node_access' query alter, for user without access.
- NodeQueryAlter::testNodeQueryAlterLowLevelWithAccess in core/modules/node/tests/node.test
- Tests 'node_access' query alter, for user with access.
- NodeQueryAlter::testNodeQueryAlterOverride in core/modules/node/tests/node.test
- Tests 'node_access' query alter override.
- NodeQueryAlter::testNodeQueryAlterWithUI in core/modules/node/tests/node.test
- Tests that node access permissions are followed.
- NodeRevisionsTestCase::testRevisions in core/modules/node/tests/node.test
- Checks node revision related operations.
- NodeRSSContentTestCase::testNodeRSSContent in core/modules/node/tests/node.test
- Ensures that a new node includes the custom data when added to an RSS feed.
- NodeStorageController::buildContent in core/modules/node/node.entity.inc
- Implements EntityControllerInterface::buildContent().
- NodeStorageController::view in core/modules/node/node.entity.inc
- Overrides DefaultEntityController::view().
- NodeTokenReplaceTestCase::testNodeTokenReplacement in core/modules/node/tests/node.test
- Creates a node, then tests the tokens generated from it.
- NodeTranslateBlockFunctionalTest::testNodeTranslateBlock in core/modules/node/tests/node.test
- Tests the Existing content block.
- NodeTypeExampleTest::testNodeCreation in modules/examples/node_type_example/tests/node_type_example.test
- Verifies the functionality of the Node Type Example module.
- NodeTypePersistenceTestCase::testNodeTypeCustomizationPersistence in core/modules/node/tests/node.test
- Tests that node type customizations persist through disable and uninstall.
- NodeTypeTestCase::testNodeTypeCreation in core/modules/node/tests/node.test
- Tests creating a content type programmatically and via a form.
- NodeTypeTestCase::testNodeTypeEditing in core/modules/node/tests/node.test
- Tests editing a node type using the UI.
- NodeTypeTestCase::testNodeTypePermissions in core/modules/node/tests/node.test
- Tests that node types permissions are correctly set from the Node Type UI.
- node_access_example_form_alter in modules/examples/node_access_example/node_access_example.module
- Implements hook_form_alter().
- node_access_example_node_access in modules/examples/node_access_example/node_access_example.module
- Implements hook_node_access().
- node_access_example_node_insert in modules/examples/node_access_example/node_access_example.module
- Implements hook_node_insert().
- node_access_example_node_update in modules/examples/node_access_example/node_access_example.module
- Implements hook_node_update().
- node_access_example_permission in modules/examples/node_access_example/node_access_example.module
- Implements hook_permission().
- node_access_example_private_node_listing in modules/examples/node_access_example/node_access_example.module
- Our hook_menu() page callback function.
- node_access_rebuild in core/modules/node/node.module
- Rebuilds the node access database.
- node_access_test_form_node_form_alter in core/modules/node/tests/node_access_test/node_access_test.module
- Implements hook_form_BASE_FORM_ID_alter().
- node_action_info in core/modules/node/node.module
- Implements hook_action_info().
- node_add in core/modules/node/node.pages.inc
- Page callback: Provides the node submission form.
- node_add_page in core/modules/node/node.pages.inc
- Page callback: Displays add content links for available content types.
- node_block_configure in core/modules/node/node.module
- Implements hook_block_configure().
- node_block_info in core/modules/node/node.module
- Implements hook_block_info().
- node_block_view in core/modules/node/node.module
- Implements hook_block_view().
- node_configure_rebuild_confirm in core/modules/node/node.admin.inc
- Menu callback: confirm rebuilding of permissions.
- node_config_create_validate in core/modules/node/node.module
- Implements hook_config_create_validate().
- node_config_delete_validate in core/modules/node/node.module
- Implements hook_config_delete_validate().
- node_config_info in core/modules/node/node.module
- Implements hook_config_info().
- node_delete_confirm in core/modules/node/node.pages.inc
- Page callback: Form constructor for node deletion confirmation form.
- node_delete_confirm_submit in core/modules/node/node.pages.inc
- Form submission handler for node_delete_confirm().
- node_entity_info in core/modules/node/node.module
- Implements hook_entity_info().
- node_field_extra_fields in core/modules/node/node.module
- Implements hook_field_extra_fields().
- node_form in core/modules/node/node.pages.inc
- Form constructor for the node add/edit form.
- node_form_search_form_alter in core/modules/node/node.module
- Implements hook_form_FORM_ID_alter().
- node_form_submit in core/modules/node/node.pages.inc
- Form submission handler that saves the node for node_form().
- node_form_system_themes_admin_form_alter in core/modules/node/node.module
- Implements hook_form_FORM_ID_alter().
- node_hooks_example_config_info in modules/examples/node_hooks_example/node_hooks_example.module
- Implements hook_config_info().
- node_hooks_example_form_alter in modules/examples/node_hooks_example/node_hooks_example.module
- Implements hook_form_alter().
- node_hooks_example_node_validate in modules/examples/node_hooks_example/node_hooks_example.module
- Implements hook_node_validate().
- node_layout_context_info in core/modules/node/node.module
- Implements hook_layout_context_info().
- node_layout_preview_revision_test_config_info in core/modules/node/tests/node_layout_preview_revision_test/node_layout_preview_revision_test.module
- Implements hook_config_info().
- node_list_permissions in core/modules/node/node.module
- Helper function to generate standard node permission list for a given type.
- node_mass_update in core/modules/node/node.admin.inc
- Updates all nodes in the passed-in array with the passed-in field values.
- node_multiple_delete_confirm in core/modules/node/node.admin.inc
- Multiple node deletion confirmation form.
- node_node_type_load in core/modules/node/node.types.inc
- Implements hook_node_type_load().
- node_overview_types in core/modules/node/node.types.inc
- Page callback: Displays the content type admin overview page.
- node_page_default in core/modules/node/node.module
- Menu callback; Generate a listing of promoted nodes.
- node_page_edit in core/modules/node/node.pages.inc
- Page callback: Presents the node editing form.
- node_page_view in core/modules/node/node.module
- Page callback: Displays a single node.
- node_path_bulk_update_batch_process in core/modules/node/node.path.inc
- Batch processing callback; Generate or update aliases for nodes.
- node_path_info in core/modules/node/node.path.inc
- Implements hook_path_info().
- node_permission in core/modules/node/node.module
- Implements hook_permission().
- node_preview in core/modules/node/node.pages.inc
- Generates a node preview.
- node_preview_banner_form in core/modules/node/node.pages.inc
- Get the preview form selection box.
- node_preview_banner_form_node_submit in core/modules/node/node.pages.inc
- Submit handler for the node preview banner form.
- node_ranking in core/modules/node/node.module
- Implements hook_ranking().
- node_requirements in core/modules/node/node.module
- Implements hook_requirements().
- node_revision_delete_confirm in core/modules/node/node.pages.inc
- Form constructor for the revision deletion confirmation form.
- node_revision_delete_confirm_submit in core/modules/node/node.pages.inc
- Form submission handler for node_revision_delete_confirm().
- node_revision_overview in core/modules/node/node.pages.inc
- Page callback: Generates an overview table of older revisions of a node.
- node_revision_revert_confirm in core/modules/node/node.pages.inc
- Asks for confirmation of the reversion to prevent against CSRF attacks.
- node_revision_revert_confirm_submit in core/modules/node/node.pages.inc
- Form submission handler for node_revision_revert_confirm().
- node_search_admin in core/modules/node/node.module
- Implements hook_search_admin().
- node_search_admin_validate in core/modules/node/node.module
- Element validation callback for the search admin form.
- node_show in core/modules/node/node.module
- Page callback: Generates an array which displays a node detail page.
- node_syndicate_content in core/modules/node/node.module
- Returns a themed RSS icon which links to a provided feed.
- node_test_node_view in core/modules/node/tests/node_test/node_test.module
- Implements hook_node_view().
- node_token_info in core/modules/node/node.tokens.inc
- Implements hook_token_info().
- node_type_delete_confirm in core/modules/node/node.types.inc
- Menu callback; delete a single content type.
- node_type_delete_confirm_submit in core/modules/node/node.types.inc
- Process content type delete confirm submissions.
- node_type_example_entity_info_alter in modules/examples/node_type_example/node_type_example.module
- Implements hook_entity_info_alter().
- node_type_example_field_formatter_info in modules/examples/node_type_example/node_type_example.module
- Implements hook_field_formatter_info().
- node_type_example_install in modules/examples/node_type_example/node_type_example.install
- Implements hook_install().
- node_type_example_node_type_insert in modules/examples/node_type_example/node_type_example.module
- Implements hook_node_type_insert().
- node_type_example_page in modules/examples/node_type_example/node_type_example.module
- Callback that builds our content.
- node_type_form in core/modules/node/node.types.inc
- Form constructor for the node type editing form.
- node_type_form_permissions in core/modules/node/node.types.inc
- Builds a matrix of node permissions for this node type.
- node_type_form_submit in core/modules/node/node.types.inc
- Form submission handler for node_type_form().
- node_type_form_validate in core/modules/node/node.types.inc
- Form validation handler for node_type_form().
- node_validate in core/modules/node/node.module
- Performs validation checks on the given node.
- node_views_analyze in core/modules/node/views/node.views.inc
- Implements hook_views_analyze().
- node_views_data in core/modules/node/views/node.views.inc
- Implements hook_views_data().
- node_views_plugins in core/modules/node/views/node.views.inc
- Implements hook_views_plugins().
- NumberFieldSettingsTestCase::testNumberDecimalFieldSettings in core/modules/field/modules/number/tests/number_settings.test
- Test number_decimal field settings.
- NumberFieldSettingsTestCase::testNumberIntegerFieldSettings in core/modules/field/modules/number/tests/number_settings.test
- Test number_integer field settings.
- NumberFieldTestCase::testNumberDecimalField in core/modules/field/modules/number/tests/number.test
- Test number_decimal field.
- NumberFieldTestCase::testNumberDecimalFieldStepValidation in core/modules/field/modules/number/tests/number.test
- Test number_decimal field step validation.
- NumberFieldTestCase::testNumberFieldEmpty in core/modules/field/modules/number/tests/number.test
- Test empty value submission.
- NumberFieldTestCase::testNumberFloatField in core/modules/field/modules/number/tests/number.test
- Test number_float field.
- NumberFieldTestCase::testNumberIntegerField in core/modules/field/modules/number/tests/number.test
- Test number_integer field.
- number_field_formatter_info in core/modules/field/modules/number/number.module
- Implements hook_field_formatter_info().
- number_field_formatter_settings_form in core/modules/field/modules/number/number.module
- Implements hook_field_formatter_settings_form().
- number_field_formatter_settings_summary in core/modules/field/modules/number/number.module
- Implements hook_field_formatter_settings_summary().
- number_field_info in core/modules/field/modules/number/number.module
- Implements hook_field_info().
- number_field_instance_settings_form in core/modules/field/modules/number/number.module
- Implements hook_field_instance_settings_form().
- number_field_instance_settings_form_validate in core/modules/field/modules/number/number.module
- Form validation handler for number_field_instance_settings_form().
- number_field_settings_form in core/modules/field/modules/number/number.module
- Implements hook_field_settings_form().
- number_field_validate in core/modules/field/modules/number/number.module
- Implements hook_field_validate().
- number_field_widget_info in core/modules/field/modules/number/number.module
- Implements hook_field_widget_info().
- OptionsWidgetsTestCase::testCheckBoxes in core/modules/field/modules/options/tests/options.test
- Tests the 'options_buttons' widget (multiple select).
- OptionsWidgetsTestCase::testOnOffCheckbox in core/modules/field/modules/options/tests/options.test
- Tests the 'options_onoff' widget.
- OptionsWidgetsTestCase::testRadioButtons in core/modules/field/modules/options/tests/options.test
- Tests the 'options_buttons' widget (single select).
- OptionsWidgetsTestCase::testSelectListMultiple in core/modules/field/modules/options/tests/options.test
- Tests the 'options_select' widget (multiple select).
- OptionsWidgetsTestCase::testSelectListSingle in core/modules/field/modules/options/tests/options.test
- Tests the 'options_select' widget (single select).
- options_field_widget_info in core/modules/field/modules/options/options.module
- Implements hook_field_widget_info().
- options_field_widget_settings_form in core/modules/field/modules/options/options.module
- Implements hook_field_widget_settings_form().
- options_field_widget_validate in core/modules/field/modules/options/options.module
- Form element validation handler for options element.
- page-components.tpl.php in core/modules/system/templates/page-components.tpl.php
- Template for outputting title component blocks.
- PageComponents::form in core/modules/system/block.page_components.inc
- Build the settings form for editing this block.
- PageComponents::getChildren in core/modules/system/block.page_components.inc
- Allows an array of "child blocks" for display in the "Add Block" dialog.
- PageEditTestCase::testPageAuthoredBy in core/modules/node/tests/node.test
- Tests changing a node's "authored by" field.
- PageEditTestCase::testPageEdit in core/modules/node/tests/node.test
- Checks node edit functionality.
- PageExampleTestCase::testPageExampleBasic in modules/examples/page_example/tests/page_example.test
- Functional test for various page types.
- PageNotFoundTestCase::test404PathOnSystemForm in core/modules/system/tests/system.test
- PageNotFoundTestCase::testPageNotFound in core/modules/system/tests/system.test
- PagePreviewTestCase::testPagePreview in core/modules/node/tests/node.test
- Checks the node preview functionality.
- pager_example_page in modules/examples/pager_example/pager_example.module
- Builds the pager.
- PageTitleFiltering::testTitleTags in core/modules/system/tests/system.test
- Tests the handling of HTML by backdrop_set_title() and backdrop_get_title()
- PageTitleFiltering::testTitleXSS in core/modules/system/tests/system.test
- Test if the title of the site is XSS proof.
- page_example_arguments in modules/examples/page_example/page_example.module
- A more complex page callback that takes arguments.
- page_example_description in modules/examples/page_example/page_example.module
- Constructs a descriptive page.
- page_example_permission in modules/examples/page_example/page_example.module
- Implements hook_permission().
- page_example_simple in modules/examples/page_example/page_example.module
- Constructs a simple page.
- password_confirm_validate in core/includes/form.inc
- Validates a password_confirm element.
- PathHooksTestCase::testPathHooks in core/modules/path/tests/path.test
- PathLanguageTestCase::setUp in core/modules/path/tests/path.test
- Sets up a Backdrop site for running functional and integration tests.
- PathLanguageTestCase::testAliasTranslation in core/modules/path/tests/path.test
- Test alias functionality through the admin interfaces.
- PathLanguageUITestCase::setUp in core/modules/path/tests/path.test
- Sets up a Backdrop site for running functional and integration tests.
- PathLanguageUITestCase::testDefaultLanguageURLs in core/modules/path/tests/path.test
- Tests that a default language URL alias works.
- PathLanguageUITestCase::testLanguageNeutralURLs in core/modules/path/tests/path.test
- Tests that a language-neutral URL alias works.
- PathLanguageUITestCase::testNonDefaultURLs in core/modules/path/tests/path.test
- Tests that a non-default language URL alias works.
- PathLayoutAccess::form in core/modules/layout/plugins/access/path_layout_access.inc
- Settings form for configuring this access item.
- PathMonolingualTestCase::setUp in core/modules/path/tests/path.test
- Sets up a Backdrop site for running functional and integration tests.
- PathMonolingualTestCase::testPageLinks in core/modules/path/tests/path.test
- Verifies that links do not have language prefixes in them.
- PathPatternBulkUpdateTestCase::testBulkUpdate in core/modules/path/tests/path_pattern.test
- PathPatternFunctionalTestCase::testNodeEditing in core/modules/path/tests/path_pattern.test
- Basic functional testing of node Path patterns.
- PathPatternFunctionalTestCase::testNodeOperations in core/modules/path/tests/path_pattern.test
- Test node operations.
- PathPatternFunctionalTestCase::testNodeTypeCreate in core/modules/path/tests/path_pattern.test
- Create a new content type with new path pattern.
- PathPatternFunctionalTestCase::testTermEditing in core/modules/path/tests/path_pattern.test
- Basic functional testing of Path automatic aliases with taxonomy terms.
- PathPatternFunctionalTestCase::testUserOperations in core/modules/path/tests/path_pattern.test
- Test user operations.
- PathPatternLocaleTestCase::testNeutralTransliteration in core/modules/path/tests/path_pattern.test
- Language neutral German node has the correct transliteration applied.
- PathPatternTokenTestCase::assertTokens in core/modules/path/tests/path_pattern.test
- Function copied from TokenTestHelper::assertTokens().
- PathTaxonomyTermTestCase::testTermAlias in core/modules/path/tests/path.test
- Tests alias functionality through the admin interfaces.
- PathTestCase::testAdminAlias in core/modules/path/tests/path.test
- Tests alias functionality through the admin interfaces.
- PathTestCase::testDuplicateNodeAlias in core/modules/path/tests/path.test
- Tests that tries to create a duplicate alias are caught by validation.
- PathTestCase::testNodeAlias in core/modules/path/tests/path.test
- Tests alias functionality through the node interfaces.
- PathTestCase::testPathCache in core/modules/path/tests/path.test
- Tests the path cache.
- path_action_info in core/modules/path/path.module
- Implements hook_action_info().
- path_admin_bulk_delete_confirm in core/modules/path/path.admin.inc
- Confirm form for URL alias bulk deletion.
- path_admin_delete_confirm in core/modules/path/path.admin.inc
- Form constructor for the path deletion form.
- path_admin_edit in core/modules/path/path.admin.inc
- Page callback: Returns a form creating or editing an alias.
- path_admin_filter_form in core/modules/path/path.admin.inc
- Form constructor for the path admin overview filter form.
- path_admin_form in core/modules/path/path.admin.inc
- Form builder; Main URL alias pattern administration form.
- path_admin_form_submit in core/modules/path/path.admin.inc
- Form submission handler for path_admin_form().
- path_admin_form_validate in core/modules/path/path.admin.inc
- Form validation handler for path_admin_form().
- path_admin_overview in core/modules/path/path.admin.inc
- Returns a listing of all defined URL aliases.
- path_autocomplete in core/modules/system/system.module
- Menu callback; Autocomplete callback for paths.
- path_bulk_update_batch_finished in core/modules/path/path.admin.inc
- Batch finished callback.
- path_bulk_update_form in core/modules/path/path.admin.inc
- Form builder; Bulk URL alias update form.
- path_bulk_update_form_bulk_delete_submit in core/modules/path/path.admin.inc
- Submit handler for path_admin_bulk_delete().
- path_bulk_update_form_generate_submit in core/modules/path/path.admin.inc
- Submit handler for URL alias bulk generate form.
- path_bulk_update_form_validate in core/modules/path/path.admin.inc
- Validate handler for URL alias bulk generate form.
- path_config_info in core/modules/path/path.module
- Implements hook_config_info().
- path_form_element in core/modules/path/path.module
- Return a portion of a form for setting an alias on an entity.
- path_form_element_validate in core/modules/path/path.module
- Form element validation handler for URL alias form element.
- path_form_node_form_alter in core/modules/path/path.module
- Implements hook_form_BASE_FORM_ID_alter() for node_form().
- path_form_node_type_form_alter in core/modules/path/path.module
- Implements hook_form_FORM_ID_alter().
- path_form_taxonomy_form_term_alter in core/modules/path/path.module
- Implements hook_form_FORM_ID_alter() for taxonomy_form_term().
- path_form_taxonomy_form_vocabulary_alter in core/modules/path/path.module
- Implements hook_form_FORM_ID_alter() for taxonomy_form_vocabulary().
- path_form_user_admin_settings_alter in core/modules/path/path.module
- Implements hook_form_FORM_ID_alter() for user_admin_settings().
- path_generate_entity_alias in core/modules/path/path.inc
- Apply patterns to create an alias for an entity.
- path_node_type_form_submit in core/modules/path/path.module
- Submit handler for node type form.
- path_patterns_form in core/modules/path/path.admin.inc
- Form builder; Configure the URL alias patterns.
- path_patterns_form_submit in core/modules/path/path.admin.inc
- Submit handler for path_patterns_form().
- path_patterns_settings_form in core/modules/path/path.admin.inc
- Form builder; Configure the URL alias pattern settings.
- path_patterns_settings_form_validate in core/modules/path/path.admin.inc
- Validate handler for path_patterns_settings_form().
- path_pattern_settings_form in core/modules/path/path.module
- Return the URL alias pattern settings form for easy addition into other forms.
- path_permission in core/modules/path/path.module
- Implements hook_permission().
- path_punctuation_chars in core/modules/path/path.inc
- Return an array of arrays for punctuation values.
- path_save_automatic_alias in core/modules/path/path.inc
- Save an automatic alias; replacing or adding aliases based on site settings.
- path_taxonomy_form_vocabulary_submit in core/modules/path/path.module
- Submit handler for taxonomy_form_vocabulary().
- path_token_info in core/modules/path/path.tokens.inc
- Implements hook_token_info().
- QueueExampleTestCase::testQueueExampleBasic in modules/examples/queue_example/tests/queue_example.test
- Test the queue behavior through user interaction.
- queue_example_add_remove_form in modules/examples/queue_example/queue_example.module
- Form generator for managing the queue.
- queue_example_add_remove_form_claim in modules/examples/queue_example/queue_example.module
- Submit function for the "claim" button.
- queue_example_add_remove_form_clear_queue in modules/examples/queue_example/queue_example.module
- Submit handler for clearing/deleting the queue.
- queue_example_add_remove_form_delete in modules/examples/queue_example/queue_example.module
- Submit function for "Claim and delete" button.
- queue_example_add_remove_form_insert in modules/examples/queue_example/queue_example.module
- Submit function for the insert-into-queue button.
- queue_example_add_remove_form_run_cron in modules/examples/queue_example/queue_example.module
- Submit function for "run cron" button.
- RedirectFunctionalTest::testPathChangeRedirects in core/modules/redirect/tests/redirect.test
- Tests renaming automatic aliases in a circular loop.
- RedirectTestHelper::assertNoRedirect in core/modules/redirect/tests/redirect.test
- RedirectTestHelper::assertPageCached in core/modules/redirect/tests/redirect.test
- RedirectTestHelper::assertPageNotCached in core/modules/redirect/tests/redirect.test
- RedirectTestHelper::assertRedirect in core/modules/redirect/tests/redirect.test
- redirect_404_list in core/modules/redirect/redirect.admin.inc
- Form callback; Display a list of all recent 404 pages.
- redirect_config_info in core/modules/redirect/redirect.module
- Implements hook_config_info()
- redirect_delete_form in core/modules/redirect/redirect.admin.inc
- Form builder to delete an URL redirect.
- redirect_delete_form_submit in core/modules/redirect/redirect.admin.inc
- Form submit handler; delete an URL redirect after confirmation.
- redirect_edit_form in core/modules/redirect/redirect.admin.inc
- Form builder to add or edit an URL redirect.
- redirect_edit_form_submit in core/modules/redirect/redirect.admin.inc
- Form submit handler; insert or update an URL redirect.
- redirect_edit_form_validate in core/modules/redirect/redirect.admin.inc
- Form validate handler; validate an URL redirect
- redirect_element_validate_redirect in core/modules/redirect/redirect.admin.inc
- Element validate handler; validate the redirect of an URL redirect.
- redirect_element_validate_source in core/modules/redirect/redirect.admin.inc
- Element validate handler; validate the source of an URL redirect.
- redirect_field_attach_form in core/modules/redirect/redirect.module
- Implements hook_field_attach_form().
- redirect_handler_field_redirect_link_delete::options_form in core/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 core/modules/redirect/views/redirect_handler_field_redirect_link_delete.inc
- Render the field.
- redirect_handler_field_redirect_link_edit::options_form in core/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 core/modules/redirect/views/redirect_handler_field_redirect_link_edit.inc
- Render the field.
- redirect_handler_field_redirect_operations::options_form in core/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 core/modules/redirect/views/redirect_handler_field_redirect_operations.inc
- Render the field.
- redirect_handler_field_redirect_redirect::options_form in core/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 core/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 core/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 core/modules/redirect/redirect.admin.inc
- Return a form to filter URL redirects.
- redirect_list_filter_form in core/modules/redirect/redirect.admin.inc
- Return a partial form to filter URL redirects.
- redirect_list_form in core/modules/redirect/redirect.admin.inc
- Form callback; Display the list of all redirects.
- redirect_list_form_operations_confirm_form in core/modules/redirect/redirect.admin.inc
- Form callback; Confirm a bulk operation on a list of redirects.
- redirect_list_form_operations_validate in core/modules/redirect/redirect.admin.inc
- Validate redirect_list_form form submissions.
- redirect_list_table in core/modules/redirect/redirect.admin.inc
- Display a list of redirects. Used on forms when editing an entity.
- redirect_permission in core/modules/redirect/redirect.module
- Implements hook_permission().
- redirect_redirect_operations in core/modules/redirect/redirect.module
- Implements hook_redirect_operations().
- redirect_settings_form in core/modules/redirect/redirect.admin.inc
- Form builder for redirection settings.
- redirect_status_code_options in core/modules/redirect/redirect.module
- Return either a status code or array of possible status codes.
- redirect_validate in core/modules/redirect/redirect.module
- Validate a redirect.
- redirect_views_data in core/modules/redirect/views/redirect.views.inc
- Implements hook_views_data().
- RenderElementTypesTestCase::testDetails in core/modules/simpletest/tests/theme.test
- Tests Form API #type 'details'.
- render_example_add_suffix in modules/examples/render_example/render_example.module
- A '#pre_render' function.
- render_example_arrays in modules/examples/render_example/render_example.module
- Provides a number of render arrays and show what they do.
- render_example_cache_expensive in modules/examples/render_example/render_example.module
- A potentially expensive function.
- render_example_info in modules/examples/render_example/render_example.module
- Simple basic information about the module; an entry point.
- search-results.tpl.php in core/modules/search/templates/search-results.tpl.php
- Default theme implementation for displaying search results.
- SearchAdvancedSearchForm::testNodeType in core/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".
- SearchBlockTestCase::testBlock in core/modules/search/tests/search.test
- Test that the search block form works correctly.
- SearchCommentCountToggleTestCase::setUp in core/modules/search/tests/search.test
- Sets up a Backdrop site for running functional and integration tests.
- SearchCommentCountToggleTestCase::testSearchCommentCountToggle in core/modules/search/tests/search.test
- Verify that comment count displays correctly based on comment status of
node.
- SearchCommentTestCase::assertCommentAccess in core/modules/search/tests/search.test
- Update search index and search for comment.
- SearchCommentTestCase::testAddNewComment in core/modules/search/tests/search.test
- Verify that 'Add comment' does not appear in search results or index.
- SearchCommentTestCase::testSearchResultsComment in core/modules/search/tests/search.test
- Verify that comments are rendered using proper format in search results.
- SearchCommentTestCase::testSearchResultsCommentAccess in core/modules/search/tests/search.test
- Verify access rules for comment indexing with different permissions.
- SearchConfigSettingsForm::setUp in core/modules/search/tests/search.test
- Sets up a Backdrop site for running functional and integration tests.
- SearchConfigSettingsForm::testSearchModuleDisabling in core/modules/search/tests/search.test
- Verify that you can disable individual search modules.
- SearchConfigSettingsForm::testSearchNodeTypes in core/modules/search/tests/search.test
- Verify enabling/disabling of certain node types.
- SearchConfigSettingsForm::testSearchSettingsPage in core/modules/search/tests/search.test
- Verify the search settings form.
- SearchEmbedForm::testEmbeddedForm in core/modules/search/tests/search.test
- Tests that the embedded form appears and can be submitted.
- SearchExactTestCase::testExactQuery in core/modules/search/tests/search.test
- Tests that the correct number of pager links are found for both keywords and phrases.
- SearchLanguageTestCase::testLanguages in core/modules/search/tests/search.test
- SearchNodeAccessTest::testPhraseSearchPunctuation in core/modules/search/tests/search.test
- Tests that search works with punctuation and HTML entities.
- SearchNumberMatchingTestCase::setUp in core/modules/search/tests/search.test
- Sets up a Backdrop site for running functional and integration tests.
- SearchNumberMatchingTestCase::testNumberSearching in core/modules/search/tests/search.test
- Tests that all the numbers can be searched.
- SearchNumbersTestCase::setUp in core/modules/search/tests/search.test
- Sets up a Backdrop site for running functional and integration tests.
- SearchNumbersTestCase::testNumberSearching in core/modules/search/tests/search.test
- Tests that all the numbers can be searched.
- SearchPageText::testSearchText in core/modules/search/tests/search.test
- Tests the failed search text, and various other text on the search page.
- SearchQuery::executeFirstPass in core/modules/search/search.extender.inc
- Executes the first pass query.
- SearchQuery::parseSearchExpression in core/modules/search/search.extender.inc
- Parses the search query into SQL conditions.
- SearchRankingTestCase::testRankings in core/modules/search/tests/search.test
- search_admin_settings in core/modules/search/search.admin.inc
- Menu callback: displays the search module settings page.
- search_admin_settings_submit in core/modules/search/search.admin.inc
- Form submission handler for search_admin_settings().
- search_admin_settings_validate in core/modules/search/search.admin.inc
- Form validation handler for search_admin_settings().
- search_block_configure in core/modules/search/search.module
- Implements hook_block_configure().
- search_block_info in core/modules/search/search.module
- Implements hook_block_info().
- search_block_view in core/modules/search/search.module
- Implements hook_block_view().
- search_box in core/modules/search/search.module
- Form builder; Output a search form for the search block's search box.
- search_box_form_submit in core/modules/search/search.module
- Process a block search form submission.
- search_config_info in core/modules/search/search.module
- Implements hook_config_info().
- search_embedded_form_form in core/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 core/modules/search/tests/search_embedded_form/search_embedded_form.module
- Submit handler for search_embedded_form_form().
- search_excerpt in core/modules/search/search.module
- Returns snippets from a piece of text, with certain keywords highlighted.
Used for formatting search results.
- search_form in core/modules/search/search.module
- Builds a search form.
- search_form_submit in core/modules/search/search.pages.inc
- Process a search form submission.
- search_permission in core/modules/search/search.module
- Implements hook_permission().
- search_reindex_batch in core/modules/search/search.module
- Batch operation to rebuild the search index.
- search_reindex_batch_finished in core/modules/search/search.module
- Batch 'finished' callback for rebuilding the search index.
- search_reindex_confirm in core/modules/search/search.admin.inc
- Menu callback: confirm rebuilding of the index.
- search_reindex_confirm_submit in core/modules/search/search.admin.inc
- Handler for rebuild confirmation
- search_view in core/modules/search/search.pages.inc
- Menu callback; presents the search form and/or search results.
- search_views_data in core/modules/search/views/search.views.inc
- Implements hook_views_data().
- search_views_plugins in core/modules/search/views/search.views.inc
- Implements hook_views_plugins().
- SessionHttpsTestCase::testEmptySessionId in core/modules/simpletest/tests/session.test
- Tests that empty session IDs do not cause unrelated sessions to load.
- SessionHttpsTestCase::testHttpsSession in core/modules/simpletest/tests/session.test
- SessionTestCase::testEmptyAnonymousSession in core/modules/simpletest/tests/session.test
- Test that empty anonymous sessions are destroyed.
- SessionTestCase::testSessionSaveRegenerate in core/modules/simpletest/tests/session.test
- Tests for backdrop_save_session() and backdrop_session_regenerate().
- seven_breadcrumb in core/themes/seven/template.php
- Override theme function for breadcrumb trail
- seven_node_add_list in core/themes/seven/template.php
- Overrides theme_node_add_list().
- seven_tablesort_indicator in core/themes/seven/template.php
- Overrides theme_tablesort_indicator().
- SimpleTestBrokenSetUp::setUp in core/modules/simpletest/tests/simpletest.test
- Sets up a Backdrop site for running functional and integration tests.
- SimpleTestBrokenSetUp::tearDown in core/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 core/modules/simpletest/tests/simpletest.test
- Runs this test case from within the simpletest child site.
- SimpleTestBrowserTestCase::testCookies in core/modules/simpletest/tests/simpletest.test
- Tests that cookies set during a request are available for testing.
- SimpleTestBrowserTestCase::testGetAbsoluteUrl in core/modules/simpletest/tests/simpletest.test
- Test BackdropWebTestCase::getAbsoluteUrl().
- SimpleTestExampleMockModuleTestCase::testSimpleTestExampleMockModule in modules/examples/simpletest_example/tests/simpletest_example.test
- Test modifications made by our mock module.
- SimpleTestExampleTestCase::testSimpleTestExampleCreate in modules/examples/simpletest_example/tests/simpletest_example.test
- Create a simpletest_example node using the node form.
- SimpleTestExampleTestCase::testSimpleTestExampleEdit in modules/examples/simpletest_example/tests/simpletest_example.test
- Create a simpletest_example node and then see if our user can edit it.
- SimpleTestFunctionalTest::confirmStubTestResults in core/modules/simpletest/tests/simpletest.test
- Confirm that the stub test produced the desired results.
- SimpleTestFunctionalTest::stubTest in core/modules/simpletest/tests/simpletest.test
- Test to be run and the results confirmed.
- SimpleTestFunctionalTest::testInternalBrowser in core/modules/simpletest/tests/simpletest.test
- Test the internal browsers functionality.
- SimpleTestFunctionalTest::testWebTestRunner in core/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 core/modules/simpletest/tests/simpletest.test
- Tests existence of test case located in an installation profile module.
- SimpleTestMissingCheckedRequirements::testCheckRequirements in core/modules/simpletest/tests/simpletest.test
- Ensures test will not run when requirements are missing.
- SimpleTestMissingDependentModuleUnitTest::testFail in core/modules/simpletest/tests/simpletest.test
- Ensure that this test will not be loaded despite its dependency.
- simpletest_clean_database in core/modules/simpletest/simpletest.module
- Removed prefixed tables from the database that are left over from crashed tests.
- simpletest_clean_environment in core/modules/simpletest/simpletest.module
- Remove all temporary database tables and directories.
- simpletest_clean_profile_cache_folders in core/modules/simpletest/simpletest.module
- Removes cached profile folders from the files directory.
- simpletest_clean_profile_cache_tables in core/modules/simpletest/simpletest.module
- Removes cached profile tables from the database.
- simpletest_clean_temporary_directories in core/modules/simpletest/simpletest.module
- Find all leftover temporary directories and remove them.
- simpletest_config_info in core/modules/simpletest/simpletest.module
- Implements hook_config_info().
- simpletest_example_install in modules/examples/simpletest_example/simpletest_example.install
- Implements hook_install().
- simpletest_example_permission in modules/examples/simpletest_example/simpletest_example.module
- Implements hook_permission().
- simpletest_example_test_node_view in modules/examples/simpletest_example/tests/simpletest_example_test/simpletest_example_test.module
- Implements hook_node_view().
- simpletest_permission in core/modules/simpletest/simpletest.module
- Implements hook_permission().
- simpletest_result_form in core/modules/simpletest/simpletest.pages.inc
- Test results form for $test_id.
- simpletest_result_status_image in core/modules/simpletest/simpletest.pages.inc
- Get the appropriate image for the status.
- simpletest_run_tests in core/modules/simpletest/simpletest.module
- Actually runs tests.
- simpletest_settings_form in core/modules/simpletest/simpletest.pages.inc
- Provides settings form for SimpleTest variables.
- simpletest_settings_form_submit in core/modules/simpletest/simpletest.pages.inc
- Form submission handler for simpletest_settings_form().
- simpletest_settings_form_validate in core/modules/simpletest/simpletest.pages.inc
- Validation handler for simpletest_settings_form().
- simpletest_test_form in core/modules/simpletest/simpletest.pages.inc
- List tests arranged in groups that can be selected and run.
- simpletest_test_form_submit in core/modules/simpletest/simpletest.pages.inc
- Run selected tests.
- simpletest_test_get_all in core/modules/simpletest/simpletest.module
- Get a list of all of the tests provided by the system.
- SummaryLengthTestCase::testSummaryLength in core/modules/node/tests/node.test
- Tests the node summary length functionality.
- SyslogTestCase::testSettings in core/modules/syslog/tests/syslog.test
- Test the syslog settings page.
- syslog_form_system_logging_settings_alter in core/modules/syslog/syslog.module
- Implements hook_form_FORM_ID_alter().
- SystemBlockTestCase::testSystemBlocks in core/modules/system/tests/system.test
- Test displaying and hiding the powered-by and help blocks.
- SystemConfigFormCase::testConfigForm in core/modules/simpletest/tests/system_config_test.inc
- Submit the system_config_form and then test the configuration has the
expected values.
- SystemMainContentFallback::testMainContentFallback in core/modules/system/tests/system.test
- Test availability of main content.
- SystemTestFileTransfer::getSettingsForm in core/modules/simpletest/tests/system_test.module
- SystemThemeFunctionalTest::testAdministrationTheme in core/modules/system/tests/system.test
- Test the administration theme functionality.
- SystemThemeFunctionalTest::testPerThemeSettings in core/modules/system/tests/system.test
- Test the individual per-theme settings form.
- SystemThemeFunctionalTest::testSwitchDefaultTheme in core/modules/system/tests/system.test
- Test switching the default theme.
- SystemThemeFunctionalTest::testThemeSettings in core/modules/system/tests/system.test
- Test theme settings.
- system_403 in core/modules/system/system.module
- Menu callback; Returns the standard "Page not found" error page.
- system_404 in core/modules/system/system.module
- Menu callback; Returns the standard "Page not found" error page.
- system_admin_bar_cache_info in core/modules/system/system.module
- Implements hook_admin_bar_cache_info().
- system_admin_menu_block_page in core/modules/system/system.admin.inc
- Provide a single block from the administration menu as a page.
- system_block_configure in core/modules/system/system.module
- Implements hook_block_configure().
- system_block_info in core/modules/system/system.module
- Implements hook_block_info().
- system_check_directory in core/modules/system/system.module
- Checks the existence of the directory specified in $form_element.
- system_clear_cache_submit in core/modules/system/system.admin.inc
- Submit callback; clear system caches.
- system_configure_date_formats_form in core/modules/system/system.admin.inc
- Allow users to add additional date formats.
- system_configure_date_formats_form_submit in core/modules/system/system.admin.inc
- Process date format string submission.
- system_config_info in core/modules/system/system.module
- Implements hook_config_info().
- system_cron_settings in core/modules/system/system.admin.inc
- Form builder; Cron form.
- system_date_delete_format_form in core/modules/system/system.admin.inc
- Menu callback; present a form for deleting a date format.
- system_date_delete_format_form_submit in core/modules/system/system.admin.inc
- Delete a configured date format.
- system_date_time_formats in core/modules/system/system.admin.inc
- Displays the date format strings overview page.
- system_debug_info in core/modules/system/system.admin.inc
- Menu callback: displays the debug info page.
- system_filetransfer_info in core/modules/system/system.module
- Implements hook_filetransfer_info().
- system_file_system_settings in core/modules/system/system.admin.inc
- Form builder; Configure the site file handling.
- system_get_debug_info in core/modules/system/system.admin.inc
- Compiles the various information for the debug info page.
- system_get_module_admin_tasks in core/modules/system/system.module
- Generate a list of tasks offered by a specified module.
- system_header_block_form in core/modules/system/system.module
- Settings form for the header block.
- system_image_toolkits in core/modules/system/system.module
- Implements hook_image_toolkits().
- system_image_toolkit_settings in core/modules/system/system.admin.inc
- Form builder; Configure site image toolkit usage.
- system_image_toolkit_settings_submit in core/modules/system/system.admin.inc
- Submit handler for system_image_toolkit_settings().
- system_jquery_settings in core/modules/system/system.admin.inc
- Form builder; Configure jQuery settings.
- system_jump_menu in core/modules/system/system.module
- Generate a jump menu form.
- system_logging_settings in core/modules/system/system.admin.inc
- Form builder; Configure error reporting settings.
- system_menu_block_build in core/modules/system/system.menu.inc
- Build a menu tree based on the provided configuration.
- system_menu_block_form in core/modules/system/system.menu.inc
- Returns the configuration form for a menu tree.
- system_modules in core/modules/system/system.admin.inc
- Menu callback; provides module enable/disable interface.
- system_modules_confirm_form in core/modules/system/system.admin.inc
- Display confirmation form for required modules.
- system_modules_submit in core/modules/system/system.admin.inc
- Submit callback; handles modules form submission.
- system_modules_uninstall in core/modules/system/system.admin.inc
- Builds a form of currently disabled modules.
- system_modules_uninstall_confirm_form in core/modules/system/system.admin.inc
- Confirm uninstall of selected modules.
- system_modules_uninstall_submit in core/modules/system/system.admin.inc
- Processes the submitted uninstall form.
- system_modules_uninstall_validate in core/modules/system/system.admin.inc
- Validates the submitted uninstall form.
- system_performance_settings in core/modules/system/system.admin.inc
- Form builder; Configure site performance settings.
- system_permission in core/modules/system/system.module
- Implements hook_permission().
- system_regional_settings in core/modules/system/system.admin.inc
- Form builder; Configure the site regional settings.
- system_regional_settings_submit in core/modules/system/system.admin.inc
- Form submission handler for regional settings.
- system_requirements in core/modules/system/system.install
- Implements hook_requirements().
- system_retrieve_file in core/modules/system/system.module
- Attempts to get a file using backdrop_http_request and to store it locally.
- system_rss_feeds_settings in core/modules/system/system.admin.inc
- Form builder; Configure how the site handles RSS feeds.
- system_run_cron in core/modules/system/system.admin.inc
- Menu callback: run cron manually.
- system_settings_form in core/modules/system/system.module
- Sets up a form to save information automatically.
- system_settings_form_submit in core/modules/system/system.module
- Form submission handler for system_settings_form().
- system_site_information_settings in core/modules/system/system.admin.inc
- Form builder; The general site information form.
- system_site_information_settings_validate in core/modules/system/system.admin.inc
- Validates the submitted site-information form.
- system_site_maintenance_mode in core/modules/system/system.admin.inc
- Form builder; Configure the site's maintenance status.
- system_site_maintenance_mode_submit in core/modules/system/system.admin.inc
- Submit handler for the system_site_maintenance_mode() form.
- system_stream_wrappers in core/modules/system/system.module
- Implements hook_stream_wrappers().
- system_test_filetransfer_info in core/modules/simpletest/tests/system_test.module
- Implements hook_filetransfer_info().
- system_test_init in core/modules/simpletest/tests/system_test.module
- Implements hook_init().
- system_test_main_content_fallback in core/modules/simpletest/tests/system_test.module
- Menu callback to test main content fallback().
- system_test_modules_disabled in core/modules/simpletest/tests/system_test.module
- Implements hook_modules_disabled().
- system_test_modules_enabled in core/modules/simpletest/tests/system_test.module
- Implements hook_modules_enabled().
- system_test_modules_installed in core/modules/simpletest/tests/system_test.module
- Implements hook_modules_installed().
- system_test_modules_uninstalled in core/modules/simpletest/tests/system_test.module
- Implements hook_modules_uninstalled().
- system_test_set_header in core/modules/simpletest/tests/system_test.module
- system_theme in core/modules/system/system.module
- Implements hook_theme().
- system_themes_admin_form in core/modules/system/system.admin.inc
- Form to select the administration theme.
- system_themes_admin_form_submit in core/modules/system/system.admin.inc
- Process system_themes_admin_form form submissions.
- system_themes_page in core/modules/system/system.admin.inc
- Menu callback; displays a listing of all themes.
- system_theme_debug_enabled_warning in core/modules/system/system.module
- Check if theme_debug is enabled, and throw a warning if so.
- system_theme_default in core/modules/system/system.admin.inc
- Menu callback; Set the default theme.
- system_theme_disable_confirm in core/modules/system/system.admin.inc
- Theme disable confirmation form.
- system_theme_disable_confirm_submit in core/modules/system/system.admin.inc
- Form submission handler for system_theme_disable_confirm_submit().
- system_theme_enable in core/modules/system/system.admin.inc
- Menu callback; Enables a theme.
- system_theme_settings in core/modules/system/system.admin.inc
- Form builder; display configuration for individual themes.
- system_theme_settings_submit in core/modules/system/system.admin.inc
- Process system_theme_settings form submissions.
- system_time_zones in core/modules/system/system.module
- Generate an array of time zones and their local time&date.
- system_tokens in core/modules/system/system.tokens.inc
- Implements hook_tokens().
- system_token_browser_tree_build_content in core/modules/system/system.pages.inc
- Helper function to generate a render array of token types.
- system_token_info in core/modules/system/system.tokens.inc
- Implements hook_token_info().
- system_token_output in core/modules/system/system.pages.inc
- Page callback to output a token tree as an empty page.
- system_transliteration_retroactive in core/modules/system/system.admin.inc
- Form builder function; generates retroactive transliteration confirm form.
- system_transliteration_retroactive_submit in core/modules/system/system.admin.inc
- Form submit function; retroactively transliterates existing file names.
- system_updater_info in core/modules/system/system.module
- Implements hook_updater_info().
- system_update_1025 in core/modules/system/system.install
- Convert block positioning and configuration to the default layout.
- system_update_1040 in core/modules/system/system.install
- Notify administrators if a non-core version of CKEditor module is present.
- system_update_1041 in core/modules/system/system.install
- Notify administrators if a non-core version of Email module is present.
- system_update_1042 in core/modules/system/system.install
- Notify administrators if a non-core version of Link module is present.
- system_update_1044 in core/modules/system/system.install
- Notify administrators if a non-core version of the Date module is present.
- system_update_1046 in core/modules/system/system.install
- Upgrade or prepare for transliteration functions in core.
- system_update_1051 in core/modules/system/system.install
- Notify administrators if a non-core version of Redirect module is present.
- system_update_1052 in core/modules/system/system.install
- Disable project browser if it previously existed on the site.
- system_update_1084 in core/modules/system/system.install
- Notify if a non-core version of Entity Reference module is present.
- system_update_1085 in core/modules/system/system.install
- Remove superfluous test files if they are present.
- system_urls_settings in core/modules/system/system.admin.inc
- Form builder; Configure clean URL settings.
- system_user_login in core/modules/system/system.module
- Implements hook_user_login().
- system_user_timezone in core/modules/system/system.module
- Add the time zone field to the user edit and register forms.
- system_utf8mb4_convert_form in core/modules/system/system.admin.inc
- Form to convert existing database tables to utf8mb4 if supported.
- system_utf8mb4_convert_form_submit in core/modules/system/system.admin.inc
- Form submit function; convert existing database tables to utf8mb4.
- system_views_data in core/modules/system/views/system.views.inc
- Implements hook_views_data().
- tabledrag_example_parent_form in modules/examples/tabledrag_example/tabledrag_example_parent_form.inc
- Build the parent-child example form.
- tabledrag_example_simple_form in modules/examples/tabledrag_example/tabledrag_example_simple_form.inc
- Build the tabledrag_simple_example_form form.
- tablesort_example_page in modules/examples/tablesort_example/tablesort_example.module
- Builds the table render array.
- tablesort_header in core/includes/tablesort.inc
- Formats a column header.
- TaxonomyHooksTestCase::testTaxonomyTermHooks in core/modules/taxonomy/tests/taxonomy.test
- Test that hooks are run correctly on creating, editing, viewing,
and deleting a term.
- TaxonomyLanguageFunctionalTest::setUp in core/modules/taxonomy/tests/taxonomy.test
- Sets up a Backdrop site for running functional and integration tests.
- TaxonomyLanguageFunctionalTest::testNodeTermLanguageCreation in core/modules/taxonomy/tests/taxonomy.test
- Test term creation with a free-tagging vocabulary from the node form.
- TaxonomyLanguageFunctionalTest::testVocabularyLanguageInterface in core/modules/taxonomy/tests/taxonomy.test
- Create, configure and delete a vocabulary via the user interface.
- TaxonomyLegacyTestCase::testTaxonomyLegacyNode in core/modules/taxonomy/tests/taxonomy.test
- Test taxonomy functionality with nodes prior to 1970.
- TaxonomyRSSTestCase::testTaxonomyRSS in core/modules/taxonomy/tests/taxonomy.test
- Tests that terms added to nodes are displayed in core RSS feed.
- TaxonomyTermDepthLayoutAccess::form in core/modules/taxonomy/layout/taxonomy_term_depth_access.inc
- Settings form for configuring this access item.
- TaxonomyTermDepthLayoutAccess::summary in core/modules/taxonomy/layout/taxonomy_term_depth_access.inc
- Provides a human-readable summary of this access check's behavior.
- TaxonomyTermFieldMultipleVocabularyTestCase::testTaxonomyTermFieldMultipleVocabularies in core/modules/taxonomy/tests/taxonomy.test
- Tests term reference field and widget with multiple vocabularies.
- TaxonomyTermFieldTestCase::testTaxonomyTermFieldWidgets in core/modules/taxonomy/tests/taxonomy.test
- Test widgets.
- TaxonomyTermIndexTestCase::testTaxonomyIndex in core/modules/taxonomy/tests/taxonomy.test
- Tests that the taxonomy index is maintained properly.
- TaxonomyTermTestCase::testNodeTermCreationAndDeletion in core/modules/taxonomy/tests/taxonomy.test
- Test term creation with a free-tagging vocabulary from the node form.
- TaxonomyTermTestCase::testTaxonomyNode in core/modules/taxonomy/tests/taxonomy.test
- Test that hook_node_$op implementations work correctly.
- TaxonomyTermTestCase::testTaxonomyTermHierarchy in core/modules/taxonomy/tests/taxonomy.test
- Test terms in a single and multiple hierarchy.
- TaxonomyTermTestCase::testTermInterface in core/modules/taxonomy/tests/taxonomy.test
- Save, edit and delete a term using the user interface.
- TaxonomyTermTestCase::testTermMultipleParentsInterface in core/modules/taxonomy/tests/taxonomy.test
- Test saving a term with multiple parents through the UI.
- TaxonomyTermTestCase::testTermReorder in core/modules/taxonomy/tests/taxonomy.test
- Save, edit and delete a term using the user interface.
- TaxonomyTokenReplaceTestCase::testTaxonomyTokenReplacement in core/modules/taxonomy/tests/taxonomy.test
- Creates some terms and a node, then tests the tokens generated from them.
- TaxonomyVocabularyFunctionalTest::testTaxonomyAdminDeletingVocabulary in core/modules/taxonomy/tests/taxonomy.test
- Deleting a vocabulary.
- TaxonomyVocabularyFunctionalTest::testTaxonomyAdminNoVocabularies in core/modules/taxonomy/tests/taxonomy.test
- Test the vocabulary overview with no vocabularies.
- TaxonomyVocabularyFunctionalTest::testVocabularyInterface in core/modules/taxonomy/tests/taxonomy.test
- Create, configure and delete a vocabulary via the user interface.
- TaxonomyVocabularyFunctionalTest::testVocabularyPermissions in core/modules/taxonomy/tests/taxonomy.test
- Tests that vocabulary permissions are correctly set from the Taxonomy UI.
- taxonomy_autocomplete in core/modules/taxonomy/taxonomy.pages.inc
- Page callback: Outputs JSON for taxonomy autocomplete suggestions.
- taxonomy_config_create_validate in core/modules/taxonomy/taxonomy.module
- Implements hook_config_create_validate().
- taxonomy_config_info in core/modules/taxonomy/taxonomy.module
- Implements hook_taxonomy_config_info().
- taxonomy_entity_info in core/modules/taxonomy/taxonomy.module
- Implements hook_entity_info().
- taxonomy_field_extra_fields in core/modules/taxonomy/taxonomy.module
- Implements hook_field_extra_fields().
- taxonomy_field_formatter_info in core/modules/taxonomy/taxonomy.module
- Implements hook_field_formatter_info().
- taxonomy_field_formatter_settings_form in core/modules/taxonomy/taxonomy.module
- Implements hook_field_formatter_settings_form().
- taxonomy_field_formatter_settings_summary in core/modules/taxonomy/taxonomy.module
- Implements hook_field_formatter_settings_summary().
- taxonomy_field_info in core/modules/taxonomy/taxonomy.module
- Implements hook_field_info().
- taxonomy_field_settings_form in core/modules/taxonomy/taxonomy.module
- Implements hook_field_settings_form().
- taxonomy_field_validate in core/modules/taxonomy/taxonomy.module
- Implements hook_field_validate().
- taxonomy_field_views_data in core/modules/taxonomy/views/taxonomy.views.inc
- Implements hook_field_views_data().
- taxonomy_field_views_data_views_data_alter in core/modules/taxonomy/views/taxonomy.views.inc
- Implements hook_field_views_data_views_data_alter().
- taxonomy_field_widget_info in core/modules/taxonomy/taxonomy.module
- Implements hook_field_widget_info().
- taxonomy_field_widget_settings_form in core/modules/taxonomy/taxonomy.module
- Implements hook_field_widget_settings_form().
- taxonomy_form_term in core/modules/taxonomy/taxonomy.admin.inc
- Form function for the term edit form.
- taxonomy_form_term_submit in core/modules/taxonomy/taxonomy.admin.inc
- Submit handler to insert or update a term.
- taxonomy_form_vocabulary in core/modules/taxonomy/taxonomy.admin.inc
- Form builder for the vocabulary editing form.
- taxonomy_form_vocabulary_submit in core/modules/taxonomy/taxonomy.admin.inc
- Form submission handler for taxonomy_form_vocabulary().
- taxonomy_form_vocabulary_validate in core/modules/taxonomy/taxonomy.admin.inc
- Form validation handler for taxonomy_form_vocabulary().
- taxonomy_layout_access_info in core/modules/taxonomy/taxonomy.module
- Implements hook_layout_access_info().
- taxonomy_layout_context_info in core/modules/taxonomy/taxonomy.module
- Implements hook_layout_context_info().
- taxonomy_overview_terms in core/modules/taxonomy/taxonomy.admin.inc
- Form builder for the taxonomy terms overview.
- taxonomy_overview_terms_submit in core/modules/taxonomy/taxonomy.admin.inc
- Submit handler for terms overview form.
- taxonomy_overview_vocabularies in core/modules/taxonomy/taxonomy.admin.inc
- Page callback at admin/structure/taxonomy to list all available vocabularies.
- taxonomy_path_bulk_update_batch_process in core/modules/taxonomy/taxonomy.path.inc
- Batch processing callback; Generate URL aliases for taxonomy terms.
- taxonomy_path_info in core/modules/taxonomy/taxonomy.path.inc
- Implements hook_path_info().
- taxonomy_permission in core/modules/taxonomy/taxonomy.module
- Implements hook_permission().
- taxonomy_term_confirm_delete in core/modules/taxonomy/taxonomy.admin.inc
- Form builder for the term delete form.
- taxonomy_term_confirm_delete_submit in core/modules/taxonomy/taxonomy.admin.inc
- Submit handler to delete a term after confirmation.
- taxonomy_term_page in core/modules/taxonomy/taxonomy.pages.inc
- Menu callback; displays all nodes associated with a term.
- taxonomy_test_entity_view in core/modules/simpletest/tests/taxonomy_test.module
- Implements hook_entity_view().
- taxonomy_test_form_alter in core/modules/simpletest/tests/taxonomy_test.module
- Implements hook_form_alter().
- taxonomy_test_taxonomy_term_view in core/modules/simpletest/tests/taxonomy_test.module
- Implements hook_taxonomy_term_view().
- taxonomy_token_info in core/modules/taxonomy/taxonomy.tokens.inc
- Implements hook_token_info().
- taxonomy_views_data in core/modules/taxonomy/views/taxonomy.views.inc
- Implements hook_views_data().
- taxonomy_views_data_alter in core/modules/taxonomy/views/taxonomy.views.inc
- Implements hook_views_data_alter().
- taxonomy_views_plugins in core/modules/taxonomy/views/taxonomy.views.inc
- Implements hook_views_plugins().
- taxonomy_vocabulary_confirm_delete in core/modules/taxonomy/taxonomy.admin.inc
- Form builder for the vocabulary delete confirmation form.
- taxonomy_vocabulary_confirm_delete_submit in core/modules/taxonomy/taxonomy.admin.inc
- Submit handler to delete a vocabulary after confirmation.
- taxonomy_vocabulary_confirm_reset_alphabetical in core/modules/taxonomy/taxonomy.admin.inc
- Form builder to confirm resetting a vocabulary to alphabetical order.
- taxonomy_vocabulary_confirm_reset_alphabetical_submit in core/modules/taxonomy/taxonomy.admin.inc
- Submit handler to reset a vocabulary to alphabetical order after confirmation.
- taxonomy_vocabulary_list_permissions in core/modules/taxonomy/taxonomy.module
- Helper function to generate standard permission list for a vocabulary.
- telemetry_config_info in core/modules/telemetry/telemetry.module
- Implements hook_config_info().
- telemetry_report in core/modules/telemetry/telemetry.admin.inc
- telemetry_telemetry_info in core/modules/telemetry/telemetry.telemetry.inc
- Implements hook_telemetry_info().
- template_preprocess_comment in core/modules/comment/comment.theme.inc
- Preprocesses variables for comment.tpl.php.
- template_preprocess_date_views_pager in core/modules/date/date.theme.inc
- Preprocess function for Date pager template.
- template_preprocess_installer_browser_install_queue in core/modules/installer/installer.theme.inc
- Add some variables for the projects install queue theme.
- template_preprocess_installer_browser_list in core/modules/installer/installer.theme.inc
- Add some variables for the projects list theme.
- template_preprocess_installer_browser_project in core/modules/installer/installer.theme.inc
- Add some variables for the project theme.
- template_preprocess_installer_browser_project_dialog in core/modules/installer/installer.theme.inc
- Add some variables for the project details dialog.
- template_preprocess_username in core/modules/user/user.theme.inc
- Preprocesses variables for theme_username().
- template_preprocess_user_picture in core/modules/user/user.theme.inc
- Process variables for user-picture.tpl.php.
- template_preprocess_views_ui_display_tab_bucket in core/modules/views_ui/views_ui.theme.inc
- template_preprocess_views_ui_display_tab_setting in core/modules/views_ui/views_ui.theme.inc
- template_preprocess_views_ui_view_preview_section in core/modules/views_ui/views_ui.theme.inc
- Theme preprocess for theme_views_ui_view_preview_section().
- template_preprocess_views_view_table in core/modules/views/templates/views.theme.inc
- Display a view as a table style.
- TextFieldTestCase::testTextfieldWidgetsAllowedFormats in core/modules/field/modules/text/tests/text.test
- Test widgets for fields with selected allowed formats.
- TextFieldTestCase::_testTextfieldWidgets in core/modules/field/modules/text/tests/text.test
- Helper function for testTextfieldWidgets().
- TextFieldTestCase::_testTextfieldWidgetsFormatted in core/modules/field/modules/text/tests/text.test
- Helper function for testTextfieldWidgetsFormatted().
- TextSummaryTestCase::testOnlyTextSummary in core/modules/field/modules/text/tests/text.test
- Test sending only summary.
- TextTranslationTestCase::setUp in core/modules/field/modules/text/tests/text.test
- Sets up a Backdrop site for running functional and integration tests.
- TextTranslationTestCase::testTextField in core/modules/field/modules/text/tests/text.test
- Test that a plaintext textfield widget is correctly populated.
- TextTranslationTestCase::testTextFieldFormatted in core/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.
- text_field_formatter_info in core/modules/field/modules/text/text.module
- Implements hook_field_formatter_info().
- text_field_formatter_settings_form in core/modules/field/modules/text/text.module
- Implements hook_field_formatter_settings_form().
- text_field_formatter_settings_summary in core/modules/field/modules/text/text.module
- Implements hook_field_formatter_settings_summary().
- text_field_info in core/modules/field/modules/text/text.module
- Implements hook_field_info().
- text_field_instance_settings_form in core/modules/field/modules/text/text.module
- Implements hook_field_instance_settings_form().
- text_field_settings_form in core/modules/field/modules/text/text.module
- Implements hook_field_settings_form().
- text_field_validate in core/modules/field/modules/text/text.module
- Implements hook_field_validate().
- text_field_widget_form in core/modules/field/modules/text/text.module
- Implements hook_field_widget_form().
- text_field_widget_info in core/modules/field/modules/text/text.module
- Implements hook_field_widget_info().
- text_field_widget_settings_form in core/modules/field/modules/text/text.module
- Implements hook_field_widget_settings_form().
- theme in core/includes/theme.inc
- Generates themed output.
- theme-settings.php in core/themes/bartik/theme-settings.php
- theme-settings.php in core/themes/basis/theme-settings.php
- Theme settings file for Basis.
- ThemeFunctionsTestCase::assertThemeOutput in core/modules/simpletest/tests/theme.test
- Asserts themed output.
- ThemeHtmlTplPhpAttributesTestCase::testThemeHtmlTplPhpAttributes in core/modules/simpletest/tests/theme.test
- Tests that modules and themes can alter variables in html.tpl.php.
- ThemeTableUnitTest::testThemeTableWithEmptyMessage in core/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.
- ThemeUnitTest::testTemplateOverride in core/modules/simpletest/tests/theme.test
- Ensures a themes template is overrideable based on the 'template' filename.
- ThemeUpdater::postInstallTasks in core/modules/system/system.updater.inc
- Return an array of links to pages that should be visited post operation.
- theme_admin_page in core/modules/system/system.theme.inc
- Returns HTML for an administrative page.
- theme_book_admin_table in core/modules/book/book.admin.inc
- Returns HTML for a book administration form.
- theme_breadcrumb in core/includes/theme.inc
- Returns HTML for a breadcrumb trail.
- theme_ckeditor5_settings_toolbar in core/modules/ckeditor5/ckeditor5.theme.inc
- Displays the toolbar configuration for CKEditor.
- theme_ckeditor_settings_toolbar in core/modules/ckeditor/ckeditor.theme.inc
- Displays the toolbar configuration for CKEditor 4.
- theme_color_preview in core/modules/color/color.theme.inc
- Returns HTML for a theme's color preview.
- theme_comment_block in core/modules/comment/comment.theme.inc
- Returns HTML for a list of recent comments.
- theme_comment_post_forbidden in core/modules/comment/comment.theme.inc
- Returns HTML for a "you can't post comments" notice.
- theme_contact_category_list_table in core/modules/contact/contact.theme.inc
- Returns HTML for the contact form categories administrative table.
- theme_date_combo in core/modules/date/date.theme.inc
- Returns HTML for a start/end date combination on form.
- theme_date_display_range in core/modules/date/date.theme.inc
- Returns HTML for a date element formatted as a range.
- theme_date_display_remaining in core/modules/date/date.theme.inc
- Returns HTML for remaining message.
- theme_date_nav_title in core/modules/date/date.theme.inc
- Theme the calendar title.
- theme_date_text_parts in core/modules/date/date.theme.inc
- Returns HTML for the text/select options for date parts in a table.
- theme_date_time_ago in core/modules/date/date.theme.inc
- Returns HTML for a date in the format 'time ago'.
- theme_feed_icon in core/includes/theme.inc
- Returns HTML for a feed icon.
- theme_field_multiple_value_form in core/modules/field/field.theme.inc
- Returns HTML for an individual form element.
- theme_field_ui_view_modes in core/modules/field_ui/field_ui.theme.inc
- Returns HTML for the entity display mode table.
- theme_file_download_link in core/modules/file/file.theme.inc
- Copy of theme_file_link() for linking to the file download URL.
- theme_file_formatter_table in core/modules/file/file.theme.inc
- Returns HTML for a file attachments table.
- theme_file_link in core/modules/file/file.theme.inc
- Returns HTML for a link to a file.
- theme_file_upload_help in core/modules/file/file.theme.inc
- Returns HTML for help text based on file upload validators.
- theme_file_widget_multiple in core/modules/file/file.theme.inc
- Returns HTML for a group of file upload widgets.
- theme_filter_admin_format_filter_order in core/modules/filter/filter.theme.inc
- Returns HTML for a text format's filter order form.
- theme_filter_admin_overview in core/modules/filter/filter.theme.inc
- Returns HTML for the text format administration overview form.
- theme_filter_tips in core/modules/filter/filter.theme.inc
- Returns HTML for a set of filter tips.
- theme_filter_tips_more_info in core/modules/filter/filter.theme.inc
- Returns HTML for a link to the more extensive filter tips.
- theme_image_example_colorize_summary in modules/examples/image_example/image_example.module
- Formats a summary of an image colorize effect.
- theme_image_example_image in modules/examples/image_example/image_example.pages.inc
- Theme function displays an image rendered using the specified style.
- theme_image_resize_summary in core/modules/image/image.theme.inc
- Returns HTML for a summary of an image resize effect.
- theme_image_rotate_summary in core/modules/image/image.theme.inc
- Returns HTML for a summary of an image rotate effect.
- theme_image_scale_summary in core/modules/image/image.theme.inc
- Returns HTML for a summary of an image scale effect.
- theme_image_style_effects in core/modules/image/image.theme.inc
- Returns HTML for a listing of the effects within a specific image style.
- theme_image_style_list in core/modules/image/image.theme.inc
- Returns HTML for the page containing the list of image styles.
- theme_image_style_preview in core/modules/image/image.theme.inc
- Returns HTML for a preview of an image style.
- theme_installer_browser_project_description in core/modules/installer/installer.theme.inc
- Builds the truncated description on the project list.
- theme_label_machine_name in core/modules/system/system.theme.inc
- Returns HTML for the display of a label and its machine name.
- theme_language_negotiation_configure_form in core/modules/locale/locale.theme.inc
- Returns HTML for the language negotiation configuration form.
- theme_layout_condition_info in core/modules/layout/layout.theme.inc
- Outputs a list of conditions. Used in the layout listing page.
- theme_layout_menu_item_arguments_table in core/modules/layout/layout.theme.inc
- Output the arguments table for layout_menu_item_arguments_form().
- theme_layout_reorder_layouts in core/modules/layout/layout.theme.inc
- Turn the rearrange form into a table with table sorting displayed.
- theme_layout_settings_context_table in core/modules/layout/layout.theme.inc
- Output the table for layout_settings_form() contexts.
- theme_link_formatter_link_short in core/modules/link/link.theme.inc
- Formats a link using "Link" as the link text.
- theme_locale_date_format_form in core/modules/locale/locale.theme.inc
- Returns themed HTML for the locale_date_format_form() form.
- theme_mark in core/includes/theme.inc
- Returns HTML for a marker for new or updated content.
- theme_menu_local_task in core/includes/menu.inc
- Returns HTML for a single local task link.
- theme_menu_local_tasks in core/includes/menu.inc
- Returns HTML for primary and secondary local tasks.
- theme_menu_overview_form in core/modules/menu/menu.theme.inc
- Returns HTML for the menu overview form into a table.
- theme_menu_toggle in core/includes/menu.inc
- Returns rendered HTML for a menu toggle.
- theme_more_help_link in core/includes/theme.inc
- Returns HTML for a "more help" link.
- theme_more_link in core/includes/theme.inc
- Returns HTML for a "more" link, like those used in blocks.
- theme_node_add_list in core/modules/node/node.theme.inc
- Returns HTML for a list of available node types for node creation.
- theme_node_admin_overview in core/modules/node/node.theme.inc
- Returns HTML for a node type description for the content type admin page.
- theme_node_hooks_example_rating in modules/examples/node_hooks_example/node_hooks_example.module
- A custom theme function.
- theme_node_recent_block in core/modules/node/node.theme.inc
- Returns HTML for a list of recent content.
- theme_node_search_factors in core/modules/node/node.theme.inc
- Returns HTML for the content ranking part of the search settings admin page.
- theme_options in core/modules/field/modules/options/options.theme.inc
- Theme an options element.
- theme_options_none in core/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 core/includes/pager.inc
- Returns HTML for a query pager.
- theme_pager_link in core/includes/pager.inc
- Returns HTML for a link to a specific query result page.
- theme_path_bulk_update_form in core/modules/path/path.admin.inc
- Returns HTML for the Path bulk update page.
- theme_queue_items in modules/examples/queue_example/queue_example.module
- Themes the queue display.
- theme_render_example_add_notes in modules/examples/render_example/render_example.module
- Wraps a div and add a little text after the rendered #children.
- theme_simpletest_test_table in core/modules/simpletest/simpletest.theme.inc
- Returns HTML for a test list generated by simpletest_test_form() into a table.
- theme_status_messages in core/includes/theme.inc
- Returns HTML for status and/or error messages, grouped by type.
- theme_status_report in core/modules/system/system.theme.inc
- Returns HTML for the status report.
- theme_system_admin_index in core/modules/system/system.theme.inc
- Returns HTML for the output of the dashboard page.
- theme_system_modules_fieldset in core/modules/system/system.theme.inc
- Returns HTML for the modules form.
- theme_system_modules_uninstall in core/modules/system/system.theme.inc
- Returns HTML for a table of currently disabled modules.
- theme_system_powered_by in core/modules/system/system.theme.inc
- Returns HTML for the Powered by Backdrop text.
- theme_system_themes_page in core/modules/system/system.theme.inc
- Returns HTML for the Appearance page.
- theme_tabledrag_example_parent_form in modules/examples/tabledrag_example/tabledrag_example_parent_form.inc
- Theme callback for the tabledrag_example_parent_form form.
- theme_tabledrag_example_simple_form in modules/examples/tabledrag_example/tabledrag_example_simple_form.inc
- Theme callback for the tabledrag_example_simple_form form.
- theme_tablesort_indicator in core/includes/theme.inc
- Returns HTML for a sort icon.
- theme_task_list in core/includes/theme.maintenance.inc
- Returns HTML for a list of maintenance tasks to perform.
- theme_taxonomy_overview_terms in core/modules/taxonomy/taxonomy.theme.inc
- Returns HTML for a terms overview form as a sortable list of terms.
- theme_update_last_check in core/modules/update/update.theme.inc
- Returns HTML for the last time we checked for update data.
- theme_update_report in core/modules/update/update.theme.inc
- Returns HTML for the project status report.
- theme_update_status_label in core/modules/update/update.theme.inc
- Returns HTML for a label to display for a project's update status.
- theme_update_version in core/modules/update/update.theme.inc
- Returns HTML for the version display of a project.
- theme_user_admin_permissions in core/modules/user/user.theme.inc
- Returns HTML for the administer permissions page.
- theme_user_admin_roles in core/modules/user/user.theme.inc
- Returns HTML for the role order form.
- theme_user_permission_description in core/modules/user/user.theme.inc
- Returns HTML for an individual permission description.
- theme_vertical_tabs in core/includes/form.inc
- Returns HTML for an element's children fieldsets as vertical tabs.
- theme_views_mini_pager in core/modules/views/templates/views.theme.inc
- theme_views_ui_build_group_filter_form in core/modules/views_ui/views_ui.theme.inc
- Theme the build group filter form.
- theme_views_ui_rearrange_filter_form in core/modules/views_ui/views_ui.theme.inc
- Turn the rearrange form into a proper table
- theme_views_ui_rearrange_form in core/modules/views_ui/views_ui.theme.inc
- Turn the rearrange form into a proper table
- theme_views_ui_reorder_displays_form in core/modules/views_ui/views_ui.theme.inc
- Turn the reorder form into a proper table
- theme_views_ui_style_plugin_table in core/modules/views_ui/views_ui.theme.inc
- Theme the form for the table style plugin
- theme_views_ui_view_description in core/modules/views_ui/views_ui.theme.inc
- Display the view description, tags, and type (base table).
- theme_views_ui_view_storage in core/modules/views_ui/views_ui.theme.inc
- Display the storage status of the view.
- theming_example_list_page in modules/examples/theming_example/theming_example.module
- The list page callback.
- theming_example_page in modules/examples/theming_example/theming_example.module
- Initial landing page explaining the use of the module.
- theming_example_select_form in modules/examples/theming_example/theming_example.module
- A simple form that displays a select box and submit button.
- theming_example_select_form_submit in modules/examples/theming_example/theming_example.module
- Submit handler for the select form.
- theming_example_text_form in modules/examples/theming_example/theming_example.module
- A simple form that displays a textfield and submit button.
- theming_example_text_form_submit in modules/examples/theming_example/theming_example.module
- Submit handler for the text form.
- TokenCurrentPageTestCase::testCurrentPageTokens in core/modules/simpletest/tests/token.test
- TokenExampleTestCase::testInterface in modules/examples/token_example/tests/token_example.test
- Test interface.
- TokenMenuTestCase::testMenuTokens in core/modules/simpletest/tests/token.test
- TokenNodeTestCase::testNodeTokens in core/modules/simpletest/tests/token.test
- TokenTestHelper::assertNoTokens in core/modules/simpletest/tests/token.test
- TokenTestHelper::assertPageTokens in core/modules/simpletest/tests/token.test
- Make a page request and test for token generation.
- TokenTestHelper::assertTokens in core/modules/simpletest/tests/token.test
- TokenUserTestCase::testUserTokens in core/modules/simpletest/tests/token.test
- token_element_validate in core/includes/token.inc
- Validate a form element that should have tokens in it.
- token_example_example_form in modules/examples/token_example/token_example.module
- Form builder; display lists of supported token entities and text to tokenize.
- token_example_token_info in modules/examples/token_example/token_example.tokens.inc
- Implements hook_token_info().
- token_get_token_problems in core/includes/token.inc
- Retrieves the current list of all site tokens and checks for common problems.
- TranslationTestCase::addLanguage in core/modules/translation/tests/translation.test
- Installs the specified language, or enables it if it is already installed.
- TranslationTestCase::createPage in core/modules/translation/tests/translation.test
- Creates a "Page" in the specified language.
- TranslationTestCase::createTranslation in core/modules/translation/tests/translation.test
- Creates a translation for a page in the specified language.
- TranslationTestCase::setUp in core/modules/translation/tests/translation.test
- Sets up a Backdrop site for running functional and integration tests.
- TranslationTestCase::testContentTranslation in core/modules/translation/tests/translation.test
- Creates, modifies, and updates a page with a translation.
- TranslationTestCase::testLanguageSwitcherBlockIntegration in core/modules/translation/tests/translation.test
- Tests that the language switcher block alterations work as intended.
- TranslationTestCase::testLanguageSwitchLinks in core/modules/translation/tests/translation.test
- Checks that the language switch links behave properly.
- translation_config_info in core/modules/translation/translation.module
- Implements hook_config_info().
- translation_form_node_form_alter in core/modules/translation/translation.module
- Implements hook_form_BASE_FORM_ID_alter() for node_form().
- translation_form_node_type_form_alter in core/modules/translation/translation.module
- Implements hook_form_FORM_ID_alter() for node_type_form().
- translation_node_overview in core/modules/translation/translation.pages.inc
- Page callback: Displays a list of a node's translations.
- translation_node_prepare in core/modules/translation/translation.module
- Implements hook_node_prepare().
- translation_node_validate in core/modules/translation/translation.module
- Implements hook_node_validate().
- translation_permission in core/modules/translation/translation.module
- Implements hook_permission().
- translation_views_data_alter in core/modules/translation/views/translation.views.inc
- Implements hook_views_data_alter().
- truncate_utf8 in core/includes/unicode.inc
- Truncates a UTF-8-encoded string safely to a number of characters.
- UnicodeUnitTest::testEmulatedUnicode in core/modules/simpletest/tests/unicode.test
- Test emulated unicode features.
- UnicodeUnitTest::testMbStringUnicode in core/modules/simpletest/tests/unicode.test
- Test full unicode features implemented using the mbstring extension.
- UpdateCoreTestCase::testDatestampMismatch in core/modules/update/tests/update.test
- Ensures proper results where there are date mismatches among modules.
- UpdateCoreTestCase::testModulePageRunCron in core/modules/update/tests/update.test
- Checks that running cron updates the list of available updates.
- UpdateCoreTestCase::testModulePageUpToDate in core/modules/update/tests/update.test
- Checks the messages at admin/modules when the site is up to date.
- UpdateCoreTestCase::testNormalUpdateAvailable in core/modules/update/tests/update.test
- Tests the Update Manager module when one normal update is available.
- UpdateCoreTestCase::testNoUpdatesAvailable in core/modules/update/tests/update.test
- Tests the Update Manager module when no updates are available.
- UpdateCoreTestCase::testSecurityUpdateAvailable in core/modules/update/tests/update.test
- Tests the Update Manager module when a security update is available.
- UpdateCoreTestCase::testServiceUnavailable in core/modules/update/tests/update.test
- Tests the Update Manager module when the update server returns 503 errors.
- UpdateCoreTestCase::testUpdateCheckingEnabled in core/modules/update/tests/update.test
- Tests _update_checking_enabled() returns the expected value during tests.
- Updater::factory in core/includes/updater.inc
- Return an Updater of the appropriate type depending on the source.
- Updater::getProjectTitle in core/includes/updater.inc
- Return the project name from a Backdrop info file.
- Updater::getProjectType in core/includes/updater.inc
- Return the project type from a Backdrop info file or directory.
- Updater::getUpdaterFromDirectory in core/includes/updater.inc
- Determine which Updater class can operate on the given directory.
- Updater::install in core/includes/updater.inc
- Installs a Backdrop project, returns a list of next actions.
- Updater::prepareInstallDirectory in core/includes/updater.inc
- Make sure the installation parent directory exists and is writable.
- Updater::update in core/includes/updater.inc
- Updates a Backdrop project, returns a list of next actions.
- UpdateScriptFunctionalTest::testNoPendingUpdates in core/modules/system/tests/system.test
- Tests that there are no pending updates for the first test method.
- UpdateScriptFunctionalTest::testNoUpdateFunctionality in core/modules/system/tests/system.test
- Tests update.php when there are no updates to apply.
- UpdateScriptFunctionalTest::testRequirements in core/modules/system/tests/system.test
- Tests that requirements warnings and errors are correctly displayed.
- UpdateScriptFunctionalTest::testSuccessfulUpdateFunctionality in core/modules/system/tests/system.test
- Tests update.php after performing a successful update.
- UpdateTestContribCase::testHookUpdateStatusAlter in core/modules/update/tests/update.test
- Check that hook_update_status_alter() works to change a status.
- UpdateTestContribCase::testNoReleasesAvailable in core/modules/update/tests/update.test
- Tests when there is no available release data for a contrib module.
- UpdateTestContribCase::testUpdateBaseThemeSecurityUpdate in core/modules/update/tests/update.test
- Tests that subthemes are notified about security updates for base themes.
- UpdateTestContribCase::testUpdateBrokenFetchURL in core/modules/update/tests/update.test
- Makes sure that if we fetch from a broken URL, sane things happen.
- UpdateTestContribCase::testUpdateContribBasic in core/modules/update/tests/update.test
- Tests the basic functionality of a contrib module on the status report.
- UpdateTestContribCase::testUpdateContribOrder in core/modules/update/tests/update.test
- Tests that contrib projects are ordered by project name.
- UpdateTestContribCase::testUpdateShowDisabledThemes in core/modules/update/tests/update.test
- Tests that disabled themes are only shown when desired.
- UpdateTestFileTransfer::getSettingsForm in core/modules/update/tests/update_test/update_test.module
- Returns a settings form with a text field to input a username.
- UpdateTestHelper::assertStandardTests in core/modules/update/tests/update.test
- Runs a series of assertions that are applicable to all update statuses.
- update_access_denied_page in core/update.php
- Renders a 403 access denied page for update.php.
- update_admin_bar_cache_info in core/modules/update/update.module
- Implements hook_admin_bar_cache_info().
- update_calculate_project_data in core/modules/update/update.compare.inc
- Calculates the current update status of all projects on the site.
- update_calculate_project_update_status in core/modules/update/update.compare.inc
- Calculates the current update status of a specific project.
- update_config_info in core/modules/update/update.module
- Implements hook_config_info().
- update_do_one in core/includes/update.inc
- Performs one update and stores the results for display on the results page.
- update_fetch_data_batch in core/modules/update/update.fetch.inc
- Batch callback: Processes a step in batch for fetching available update data.
- update_fetch_data_finished in core/modules/update/update.fetch.inc
- Batch callback: Performs actions when all fetch tasks have been completed.
- update_helpful_links in core/update.php
- Provides links to the homepage and administration pages.
- update_mail in core/modules/update/update.module
- Implements hook_mail().
- update_manual_status in core/modules/update/update.fetch.inc
- Page callback: Checks for updates and displays the update status report.
- update_process_project_info in core/modules/update/update.compare.inc
- Determines version and type information for currently installed projects.
- update_requirements in core/modules/update/update.install
- Implements hook_requirements().
- update_script_selection_form in core/update.php
- Form constructor for the list of available database module updates.
- update_script_test_flush_caches in core/modules/simpletest/tests/update_script_test.module
- Implements hook_flush_caches().
- update_script_test_update_1000 in core/modules/simpletest/tests/update_script_test.install
- Dummy update function to run during the tests.
- update_settings in core/modules/update/update.admin.inc
- Form constructor for the update settings form.
- update_settings_submit in core/modules/update/update.admin.inc
- Form submission handler for update_settings().
- update_settings_validate in core/modules/update/update.admin.inc
- Form validation handler for update_settings().
- update_test_filetransfer_info in core/modules/update/tests/update_test/update_test.module
- Implements hook_filetransfer_info().
- update_test_menu in core/modules/update/tests/update_test/update_test.module
- Implements hook_menu().
- update_upgrade_check_dependencies in core/includes/update.inc
- Checks for disabled dependencies during a Drupal 7 upgrade.
- UpgradePathTestCase::performUpgrade in core/modules/simpletest/tests/upgrade/upgrade.test
- Perform the upgrade.
- UrlAlterFunctionalTest::testUrlAlter in core/modules/simpletest/tests/path.test
- Test that URL altering works and that it occurs in the correct order.
- UserAdminTestCase::testUserAdmin in core/modules/user/tests/user.test
- Registers a user and deletes it.
- UserBlocksUnitTests::testDisabledAccountLink in core/modules/user/tests/user.test
- Tests disabling the 'My account' link.
- UserBlocksUnitTests::testUserLoginBlock in core/modules/user/tests/user.test
- Tests the secondary menu.
- UserCancelTestCase::testMassUserCancelByAdmin in core/modules/user/tests/user.test
- Create an administrative user and mass-delete other users.
- UserCancelTestCase::testUserAnonymize in core/modules/user/tests/user.test
- Delete account and anonymize all content.
- UserCancelTestCase::testUserBlock in core/modules/user/tests/user.test
- Disable account and keep all content.
- UserCancelTestCase::testUserBlockUnpublish in core/modules/user/tests/user.test
- Disable account and unpublish all content.
- UserCancelTestCase::testUserCancelByAdmin in core/modules/user/tests/user.test
- Create an administrative user and delete another user.
- UserCancelTestCase::testUserCancelInvalid in core/modules/user/tests/user.test
- Attempt invalid account cancellations.
- UserCancelTestCase::testUserCancelUid1 in core/modules/user/tests/user.test
- Tests that user account for uid 1 cannot be cancelled.
- UserCancelTestCase::testUserCancelWithoutPermission in core/modules/user/tests/user.test
- Attempt to cancel account without permission.
- UserCancelTestCase::testUserDelete in core/modules/user/tests/user.test
- Delete account and remove all content.
- UserCompareLayoutAccess::form in core/modules/layout/plugins/access/user_compare_layout_access.inc
- Settings form for configuring this access item.
- UserCompareLayoutAccess::summary in core/modules/layout/plugins/access/user_compare_layout_access.inc
- Provides a human-readable summary of this access check's behavior.
- UserCreateTestCase::testUserAdd in core/modules/user/tests/user.test
- Create a user through the administration interface and ensure that it
displays in the user list.
- UserCreateTestCase::testUserWithWeakPassword in core/modules/user/tests/user.test
- Tests setting a weak password.
- UserEditedOwnAccountTestCase::testUserEditedOwnAccount in core/modules/user/tests/user.test
- Tests a user editing their own account.
- UserEditRebuildTestCase::testUserEditFormRebuild in core/modules/user/tests/user.test
- Test user edit page when the form is set to rebuild.
- UserEditTestCase::testUserEdit in core/modules/user/tests/user.test
- Test user edit page.
- UserEditTestCase::testUserWith0Password in core/modules/user/tests/user.test
- Tests setting the password to "0".
- UserEntityCallbacksTestCase::testLabelCallback in core/modules/user/tests/user.test
- Test label callback.
- UserEntityCallbacksTestCase::testUriCallback in core/modules/user/tests/user.test
- Test URI callback.
- UserLoginTestBase::assertFailedLogin in core/modules/user/tests/user.test
- Make an unsuccessful login attempt.
- UserLoginTestCase::resetUserPassword in core/modules/user/tests/user.test
- Resets the user password and logs the user in.
- UserLoginTestCase::testAccountNotFound in core/modules/user/tests/user.test
- Attempt to login with an unregistered username.
- UserLoginTestCase::testArrayLoginValues in core/modules/user/tests/user.test
- Attempt to login with an invalid array users and passwords.
- UserLoginTestCase::testGlobalLoginFloodControl in core/modules/user/tests/user.test
- Test the global login flood control.
- UserPasswordResetTest::testPasswordResetFloodControlPerIp in core/modules/user/tests/user_password_reset.test
- Test IP-based flood control on password reset.
- UserPasswordResetTest::testPasswordResetFloodControlPerUser in core/modules/user/tests/user_password_reset.test
- Test user-based flood control on password reset.
- UserPasswordResetTest::testUserPasswordReset in core/modules/user/tests/user_password_reset.test
- Tests password reset functionality.
- UserPasswordResetTest::testUserPasswordResetAlreadyLoggedIn in core/modules/user/tests/user_password_reset.test
- Test user password reset in a browser where the same user is already logged
in.
- UserPasswordResetTest::testUserPasswordResetExpired in core/modules/user/tests/user_password_reset.test
- Attempts login using an expired password reset link.
- UserPasswordResetTest::testUserPasswordResetOtherUserLoggedIn in core/modules/user/tests/user_password_reset.test
- Test user password reset in a browser where another user is logged in.
- UserPasswordResetTest::testUserResetPasswordTextboxFilled in core/modules/user/tests/user_password_reset.test
- Prefill the text box on incorrect login via link to password reset page.
- UserPermissionLayoutAccess::form in core/modules/layout/plugins/access/user_permission_layout_access.inc
- Settings form for configuring this access item.
- UserPermissionLayoutAccess::summary in core/modules/layout/plugins/access/user_permission_layout_access.inc
- Provides a human-readable summary of this access check's behavior.
- UserPermissionsTestCase::testAdministratorRole in core/modules/user/tests/user.test
- Test assigning of permissions for the administrator role.
- UserPermissionsTestCase::testEditorRole in core/modules/user/tests/user.test
- Test assigning of permissions for the editor role.
- UserPermissionsTestCase::testUserPermissionChanges in core/modules/user/tests/user.test
- Change user permissions and check user_access().
- UserPictureTestCase::saveUserPicture in core/modules/user/tests/user.test
- UserPictureTestCase::testDeletePicture in core/modules/user/tests/user.test
- Tests deletion of user pictures.
- UserPictureTestCase::testNoPicture in core/modules/user/tests/user.test
- UserPictureTestCase::testUserPictureAdminFormValidation in core/modules/user/tests/user.test
- Tests the admin form validates user picture settings.
- UserPictureTestCase::testWithGDinvalidDimension in core/modules/user/tests/user.test
- Do the test:
GD Toolkit is installed
Picture has invalid dimension
- UserPictureTestCase::testWithGDinvalidSize in core/modules/user/tests/user.test
- Do the test:
GD Toolkit is installed
Picture has invalid size
- UserPictureTestCase::testWithoutGDinvalidDimension in core/modules/user/tests/user.test
- Do the test:
GD Toolkit is not installed
Picture has invalid size
- UserPictureTestCase::testWithoutGDinvalidSize in core/modules/user/tests/user.test
- Do the test:
GD Toolkit is not installed
Picture has invalid size
- UserRegistrationTestCase::testRegistrationDefaultValues in core/modules/user/tests/user.test
- UserRegistrationTestCase::testRegistrationEmailAsUsername in core/modules/user/tests/user.test
- Tests new users username matches their email if username is an email.
- UserRegistrationTestCase::testRegistrationEmailAsUsernameDisabled in core/modules/user/tests/user.test
- Tests new users username not matching their email if username is an email.
- UserRegistrationTestCase::testRegistrationEmailDuplicates in core/modules/user/tests/user.test
- UserRegistrationTestCase::testRegistrationWithEmailVerification in core/modules/user/tests/user.test
- UserRegistrationTestCase::testRegistrationWithoutEmailVerification in core/modules/user/tests/user.test
- UserRegistrationTestCase::testRegistrationWithUserFields in core/modules/user/tests/user.test
- Tests Field API fields on user registration forms.
- UserRoleAdminTestCase::testRoleAdministration in core/modules/user/tests/user.test
- Test adding, renaming and deleting roles.
- UserRoleAdminTestCase::testRoleWeightChange in core/modules/user/tests/user.test
- Test user role weight change operation.
- UserRoleLayoutAccess::form in core/modules/layout/plugins/access/user_role_layout_access.inc
- Settings form for configuring this access item.
- UserRoleLayoutAccess::summary in core/modules/layout/plugins/access/user_role_layout_access.inc
- Provides a human-readable summary of this access check's behavior.
- UserRolesAssignmentTestCase::testAssignAndRemoveRole in core/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 core/modules/user/tests/user.test
- Tests that when creating a user the role can be assigned. And that it can
be removed again.
- UserSignatureTestCase::testUserSignature in core/modules/user/tests/user.test
- Test that a user can change their signature format and that it is respected
upon display.
- UserTimeZoneFunctionalTest::testUserTimeZone in core/modules/user/tests/user.test
- Tests the display of dates and time when user-configurable time zones are set.
- UserUserSearchTestCase::testUserSearch in core/modules/user/tests/user.test
- UserValidateCurrentPassCustomForm::testUserValidateCurrentPassCustomForm in core/modules/user/tests/user.test
- Tests that user_validate_current_pass can be reused on a custom form.
- user_account_form in core/modules/user/user.module
- Helper function to add default user account fields to user registration and edit form.
- user_account_form_validate in core/modules/user/user.module
- Form validation handler for user_account_form().
- user_action_info in core/modules/user/user.module
- Implements hook_action_info().
- user_admin_permissions in core/modules/user/user.admin.inc
- Menu callback: administer permissions.
- user_admin_permissions_submit in core/modules/user/user.admin.inc
- Save permissions selected on the administer permissions page.
- user_admin_role in core/modules/user/user.admin.inc
- Form to add or configure a single role.
- user_admin_roles in core/modules/user/user.admin.inc
- Form to re-order roles.
- user_admin_roles_order_submit in core/modules/user/user.admin.inc
- Form submit function. Update the role weights.
- user_admin_role_delete_confirm in core/modules/user/user.admin.inc
- Form to confirm role delete operation.
- user_admin_role_delete_confirm_submit in core/modules/user/user.admin.inc
- Form submit handler for user_admin_role_delete_confirm().
- user_admin_role_submit in core/modules/user/user.admin.inc
- Form submit handler for the user_admin_role() form.
- user_admin_settings in core/modules/user/user.admin.inc
- Form builder; Configure user settings for this site.
- user_block_info in core/modules/user/user.module
- Implements hook_block_info().
- user_block_user_action in core/modules/user/user.actions.inc
- Blocks a specific user account.
- user_block_view in core/modules/user/user.module
- Implements hook_block_view().
- user_cancel in core/modules/user/user.module
- Cancel a user account.
- user_cancel_confirm in core/modules/user/user.pages.inc
- Menu callback; cancel a user account via email confirmation link.
- user_cancel_confirm_form in core/modules/user/user.pages.inc
- Form builder; confirm form for canceling user account.
- user_cancel_confirm_form_submit in core/modules/user/user.pages.inc
- Submit handler for user_cancel_confirm_form().
- user_cancel_methods in core/modules/user/user.pages.inc
- Helper function to return available account cancellation methods.
- user_config_info in core/modules/user/user.module
- Implements hook_config_info().
- user_entity_info in core/modules/user/user.module
- Implements hook_entity_info().
- user_field_extra_fields in core/modules/user/user.module
- Implements hook_field_extra_fields().
- user_filters in core/modules/user/user.module
- List user administration filters that can be applied.
- user_form_field_ui_field_edit_form_alter in core/modules/user/user.module
- Implements hook_form_FORM_ID_alter().
- user_form_process_password in core/modules/user/user.module
- Form element process handler for client-side password hide/show and strength.
- user_form_process_password_confirm in core/modules/user/user.module
- Form element process handler for client-side password validation.
- user_form_test_current_password in core/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 core/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 core/modules/user/user.module
- Implements hook_layout_context_info().
- user_login in core/modules/user/user.module
- Form builder; the main user login form.
- user_login_block in core/modules/user/user.module
- user_login_final_validate in core/modules/user/user.module
- The final validation handler on the login form.
- user_login_name_validate in core/modules/user/user.module
- First phase validation handler for the login form.
- user_login_settings in core/modules/user/user.admin.inc
- Login settings form.
- user_menu_title in core/modules/user/user.module
- Menu item title callback for the 'user' path.
- user_multiple_cancel_confirm in core/modules/user/user.admin.inc
- Form builder; Cancel multiple accounts at the same time.
- user_pass in core/modules/user/user.pages.inc
- Form builder; request a password reset.
- user_password_policy_validate in core/modules/user/user.module
- Validation callback for password constraints.
- user_pass_page in core/modules/user/user.pages.inc
- Menu callback for reset password form.
- user_pass_required_validate in core/modules/user/user.module
- Element validate handler for the password field.
- user_pass_reset in core/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 core/modules/user/user.pages.inc
- Form builder; one time login form with password reset.
- user_pass_reset_form_submit in core/modules/user/user.pages.inc
- Submit handler for user_pass_reset_form().
- user_pass_submit in core/modules/user/user.pages.inc
- Form submission handler for user_pass().
- user_pass_validate in core/modules/user/user.pages.inc
- Form validation handler for user_pass().
- user_path_bulk_update_batch_process in core/modules/user/user.path.inc
- Batch processing callback; Generate URL aliases for users.
- user_path_info in core/modules/user/user.path.inc
- Implements hook_path_info().
- user_permission in core/modules/user/user.module
- Implements hook_permission().
- user_profile_form in core/modules/user/user.pages.inc
- Form builder; edit a user account.
- user_profile_form_submit in core/modules/user/user.pages.inc
- Form submission handler for user_profile_form().
- user_register_form in core/modules/user/user.module
- Form builder; the user registration form.
- user_register_page in core/modules/user/user.module
- Menu callback to create a new account.
- user_register_submit in core/modules/user/user.module
- Submit handler for the user registration form.
- user_roles in core/modules/user/user.module
- Retrieve an array of roles matching specified conditions.
- user_role_load_by_name in core/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://docs.backdropcms.org/change-records/converted-user-roles-to-cmi
- user_settings_email in core/modules/user/user.admin.inc
- Form builder; Configure user email settings for this site.
- user_settings_email_submit in core/modules/user/user.admin.inc
- Form submission handler for user_settings_email().
- user_tokens in core/modules/user/user.tokens.inc
- Implements hook_tokens().
- user_token_info in core/modules/user/user.tokens.inc
- Implements hook_token_info().
- user_update_1023 in core/modules/user/user.install
- Add default descriptions to user roles.
- user_user_view in core/modules/user/user.module
- Implements hook_user_view().
- user_validate_current_pass in core/modules/user/user.module
- Form validation handler for the current password on the user_account_form().
- user_validate_name in core/modules/user/user.module
- Verify the syntax of the given name.
- user_validate_picture in core/modules/user/user.module
- Validates an image uploaded by a user.
- user_views_data in core/modules/user/views/user.views.inc
- Implements hook_views_data().
- user_views_plugins in core/modules/user/views/user.views.inc
- Implements hook_views_plugins().
- UuidUnitTestCase::testUuidValidation in core/modules/system/tests/system.test
- Test UUID validation.
- vertical_tabs_example_form_alter in modules/examples/vertical_tabs_example/vertical_tabs_example.module
- Implements hook_form_alter().
- view::add_display in core/modules/views/includes/view.inc
- Add a new display handler to the view, automatically creating an id.
- view::get_breadcrumb in core/modules/views/includes/view.inc
- Get the breadcrumb used for this view.
- view::is_translatable in core/modules/views/includes/view.inc
- Determine whether a view supports admin string translation.
- view::__construct in core/modules/views/includes/view.inc
- Constructor
- views-ui-edit-item.tpl.php in core/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-view.tpl.php in core/modules/views_ui/templates/views-ui-edit-view.tpl.php
- Template for the primary view configuration window.
- ViewsAccessTest::testAccessNone in core/modules/views/tests/views_access.test
- Tests none access plugin.
- ViewsAccessTest::testAccessPerm in core/modules/views/tests/views_access.test
- Tests perm access plugin.
- ViewsAccessTest::testAccessRole in core/modules/views/tests/views_access.test
- Tests role access plugin.
- ViewsAccessTest::viewsPlugins in core/modules/views/tests/views_access.test
- ViewsAnalyzeTest::testAnalyzeBasic in core/modules/views/tests/views_analyze.test
- Tests that analyze works in general.
- ViewsArgumentDefaultTest::testArgumentDefaultNoOptions in core/modules/views/tests/views_argument_default.test
- Tests the use of a default argument plugin that provides no options.
- ViewsBasicTest::testSimpleArgument in core/modules/views/tests/views_basic.test
- Tests simple argument.
- ViewsBasicTest::testSimpleFiltering in core/modules/views/tests/views_basic.test
- Tests filtering of the result set.
- ViewsBasicTest::testSimpleResultSet in core/modules/views/tests/views_basic.test
- Tests a trivial result set.
- ViewsBlock::form in core/modules/views/includes/views.block.inc
- Build the settings form for editing this block.
- ViewsBlock::getAdminTitle in core/modules/views/includes/views.block.inc
- Return an administrative title that will always have a value.
- ViewsCacheTest::testExposedFilterSameResultsCaching in core/modules/views/tests/views_cache.test
- Test caching of different exposed filter values with the same view result.
- ViewsCacheTest::testHttpHeadersCaching in core/modules/views/tests/views_cache.test
- Check that HTTP headers are cached for views.
- ViewsCacheTest::testNoneCaching in core/modules/views/tests/views_cache.test
- Tests no caching.
- ViewsCacheTest::testTimeCaching in core/modules/views/tests/views_cache.test
- Tests time based caching.
- ViewsExposedFormTest::testExposedAdminUi in core/modules/views/tests/views_exposed_form.test
- Tests the admin interface of exposed filter and sort items.
- ViewsExposedFormTest::testExposedRemember in core/modules/views/tests/views_exposed_form.test
- Test remembering exposed filters.
- ViewsHandlerFieldBooleanTest::testFieldBoolean in core/modules/views/tests/handlers/views_handler_field_boolean.test
- ViewsHandlerFieldDateTest::assertRenderedDatesEqual in core/modules/views/tests/handlers/views_handler_field_date.test
- ViewsHandlerFieldDateTest::testFieldDate in core/modules/views/tests/handlers/views_handler_field_date.test
- ViewsHandlerFilterDateTest::testUiValidation in core/modules/views/tests/handlers/views_handler_filter_date.test
- Make sure the validation callbacks works.
- ViewsHandlerFilterMultipleTest::testMultipleFilters in core/modules/views/tests/handlers/views_handler_filter_multiple.test
- Tests combining an exposed filter with a non-exposed one.
- ViewsHandlerSortDateTest::testDateOrdering in core/modules/views/tests/handlers/views_handler_sort_date.test
- Tests numeric ordering of the result set.
- ViewsHandlerSortRandomTest::testRandomOrdering in core/modules/views/tests/handlers/views_handler_sort_random.test
- Tests random ordering of the result set.
- ViewsHandlerSortTest::testNumericOrdering in core/modules/views/tests/handlers/views_handler_sort.test
- Tests numeric ordering of the result set.
- ViewsHandlerSortTest::testStringOrdering in core/modules/views/tests/handlers/views_handler_sort.test
- Tests string ordering of the result set.
- ViewsHandlersTest::assertEqualValue in core/modules/views/tests/views_handlers.test
- Check to see if two values are equal.
- ViewsHandlersTest::testFilterInOperatorUi in core/modules/views/tests/views_handlers.test
- ViewsLayoutsTest::testViewsLayouts in core/modules/views/tests/views_layout.test
- Tests that a contextual filter input can be passed in from a layout.
- ViewsModuleTest::testviews_get_handler in core/modules/views/tests/views_module.test
- Tests the views_get_handler method.
- ViewsPagerTest::testRenderNullPager in core/modules/views/tests/views_pager.test
- Tests rendering with NULL pager.
- ViewsPagerTest::testStorePagerSettings in core/modules/views/tests/views_pager.test
- Pagers was sometimes not stored.
- ViewsPluginDisplayBlockTestCase::testViewBlocks in core/modules/views/tests/plugins/views_plugin_display_block.test
- Tests, whether and how the reset button can be renamed.
- ViewsPluginStyleJumpMenuTest::testDuplicatePaths in core/modules/views/tests/styles/views_plugin_style_jump_menu.test
- Tests jump menus with more than one same path but maybe different titles.
- ViewsPluginStyleMappingTest::viewsPlugins in core/modules/views/tests/styles/views_plugin_style_mapping.test
- ViewsPluginStyleTestCase::testGroupingLegacy in core/modules/views/tests/styles/views_plugin_style.test
- Tests the grouping legacy features of styles.
- ViewsPluginStyleTestCase::_testGrouping in core/modules/views/tests/styles/views_plugin_style.test
- Tests the grouping features of styles.
- ViewsQueryGroupByTest::testGroupByCountOnlyFilters in core/modules/views/tests/views_groupby.test
- ViewsSqlTest::viewsData in core/modules/views/tests/views_query.test
- The views data definition.
- ViewsTestCase::helperButtonHasLabel in core/modules/views/tests/views_query.test
- Helper function to check whether a button with a certain id exists and has a certain label.
- ViewsTranslatableTest::viewsPlugins in core/modules/views/tests/views_translatable.test
- The views plugin definition. Override it if you test provides a plugin.
- ViewsUiBaseViewsWizard::build_filters in core/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 core/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 core/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 core/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 core/modules/views_ui/wizards/views_ui_base_views_wizard.php
- Create a View from values that have been already submitted to validate().
- ViewsUiCommentViewsWizard::build_form_style in core/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 core/modules/views_ui/wizards/views_ui_comment_views_wizard.php
- Add possible row style options.
- viewsUiGroupbyTestCase::testGroupBySave in core/modules/views/tests/views_groupby.test
- Tests whether basic saving works.
- ViewsUiNodeViewsWizard::build_form_style in core/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 core/modules/views_ui/wizards/views_ui_node_views_wizard.php
- Add possible row style options.
- ViewsUIWizardBasicTestCase::testViewsWizardAndListing in core/modules/views/tests/views_ui.test
- ViewsUIWizardDefaultViewsTestCase::clickViewsOperationLink in core/modules/views/tests/views_ui.test
- Click a link to perform an operation on a view.
- ViewsUIWizardDefaultViewsTestCase::testDefaultViews in core/modules/views/tests/views_ui.test
- Tests default views.
- ViewsUIWizardDisplaysTestCase::testOverrideDisplays in core/modules/views/tests/views_ui.test
- Tests that displays can be overridden via the UI.
- ViewsUIWizardDisplaysTestCase::testReorderDisplays in core/modules/views/tests/views_ui.test
- Test reordering of displays.
- ViewsUIWizardDisplaysTestCase::testRevertAllDisplays in core/modules/views/tests/views_ui.test
- Tests that the revert to all displays select-option works as expected.
- ViewsUIWizardDisplaysTestCase::testWizardMixedDefaultOverriddenDisplays in core/modules/views/tests/views_ui.test
- Tests that the wizard correctly sets up default and overridden displays.
- ViewsUIWizardItemsPerPageTestCase::testItemsPerPage in core/modules/views/tests/views_ui.test
- Tests the number of items per page.
- ViewsUIWizardJumpMenuTestCase::testJumpMenus in core/modules/views/tests/views_ui.test
- Tests the jump menu style plugin.
- ViewsUIWizardMenuTestCase::testMenus in core/modules/views/tests/views_ui.test
- Tests the menu functionality.
- ViewsUIWizardSortingTestCase::testSorting in core/modules/views/tests/views_ui.test
- Tests the sorting functionality.
- ViewsUIWizardTaggedWithTestCase::testTaggedWith in core/modules/views/tests/views_ui.test
- Tests the "tagged with" functionality.
- ViewsUIWizardTaggedWithTestCase::testTaggedWithByNodeType in core/modules/views/tests/views_ui.test
- Tests that the "tagged with" form element only shows for node types that support it.
- ViewsViewTest::view_test_delete in core/modules/views/tests/views_view.test
- ViewsViewTest::view_test_destroy in core/modules/views/tests/views_view.test
- This view provides some filters, fields, arguments, relationships, sorts, areas and attachments.
- views_ajax_error in core/modules/views/includes/ajax.inc
- Return an AJAX error.
- views_config_info in core/modules/views/views.module
- Implements hook_config_info().
- views_element_validate_tags in core/modules/views/plugins/views_plugin_query_default.inc
- Validation callback for query tags.
- views_exposed_form in core/modules/views/views.module
- Form builder for the exposed widgets form.
- views_fetch_fields in core/modules/views/includes/utility.inc
- Fetch a list of all fields available for a given base type.
- views_get_applicable_views in core/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 core/modules/views/views.module
- Fetch a handler from the data cache.
- views_get_views_as_options in core/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::ensure_my_table in core/modules/views/includes/handlers.inc
- Ensure the main table for this handler is in the query. This is used
a lot.
- views_handler::groupby_form in core/modules/views/includes/handlers.inc
- Provide a form for aggregation settings.
- views_handler::options_form in core/modules/views/includes/handlers.inc
- Build the options form.
- views_handler::ui_name in core/modules/views/includes/handlers.inc
- Return a string representing this handler's name in the UI.
- views_handler_area::options_form in core/modules/views/handlers/views_handler_area.inc
- Default options form that provides the label widget that all fields
should have.
- views_handler_area_broken::options_form in core/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 core/modules/views/handlers/views_handler_area.inc
- Return a string representing this handler's name in the UI.
- views_handler_area_result::options_form in core/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 core/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 core/modules/views/handlers/views_handler_area_view.inc
- Loads the used view for rendering.
- views_handler_area_view::options_form in core/modules/views/handlers/views_handler_area_view.inc
- Default options form that provides the label widget that all fields
should have.
- views_handler_argument::default_actions in core/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 core/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 core/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::get_sort_name in core/modules/views/handlers/views_handler_argument.inc
- Return a description of how the argument would normally be sorted.
- views_handler_argument::options_form in core/modules/views/handlers/views_handler_argument.inc
- Build the options form.
- views_handler_argument_broken::options_form in core/modules/views/handlers/views_handler_argument.inc
- Build the options form.
- views_handler_argument_broken::ui_name in core/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 core/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 core/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 core/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 core/modules/views/handlers/views_handler_argument_date.inc
- Return a description of how the argument would normally be sorted.
- views_handler_argument_field_list::options_form in core/modules/field/views/views_handler_argument_field_list.inc
- Build the options form.
- views_handler_argument_field_list_string::options_form in core/modules/field/views/views_handler_argument_field_list_string.inc
- Build the options form.
- views_handler_argument_file_type::fileType in core/modules/file/views/views_handler_argument_file_type.inc
- Get the File label (human readable).
- views_handler_argument_group_by_numeric::get_sort_name in core/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_language::locale_language in core/modules/locale/views/views_handler_argument_locale_language.inc
- views_handler_argument_many_to_one::options_form in core/modules/views/handlers/views_handler_argument_many_to_one.inc
- Build the options form.
- views_handler_argument_many_to_one::title in core/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 core/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 core/modules/node/views/views_handler_argument_node_language.inc
- views_handler_argument_node_type::node_type in core/modules/node/views/views_handler_argument_node_type.inc
- views_handler_argument_null::options_form in core/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 core/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 core/modules/views/handlers/views_handler_argument_numeric.inc
- Build the options form.
- views_handler_argument_numeric::title in core/modules/views/handlers/views_handler_argument_numeric.inc
- Get the title this argument will assign the view, given the argument.
- views_handler_argument_string::get_sort_name in core/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 core/modules/views/handlers/views_handler_argument_string.inc
- Build the options form.
- views_handler_argument_string::title in core/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 core/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 core/modules/taxonomy/views/views_handler_argument_term_language.inc
- views_handler_argument_term_node_tid::options_form in core/modules/taxonomy/views/views_handler_argument_term_node_tid.inc
- Build the options form.
- views_handler_argument_term_node_tid_depth::options_form in core/modules/taxonomy/views/views_handler_argument_term_node_tid_depth.inc
- Build the options form.
- views_handler_argument_term_node_tid_depth::title in core/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_vocabulary::title in core/modules/taxonomy/views/views_handler_argument_vocabulary.inc
- Override the behavior of title(). Get the name of the vocabulary.
- views_handler_field::add_additional_fields in core/modules/views/handlers/views_handler_field.inc
- Add 'additional' fields to the query.
- views_handler_field::options_form in core/modules/views/handlers/views_handler_field.inc
- Default options form that provides the label widget that all fields
should have.
- views_handler_field::render_text in core/modules/views/handlers/views_handler_field.inc
- Perform an advanced text render for the item.
- views_handler_field_boolean::init in core/modules/views/handlers/views_handler_field_boolean.inc
- init the handler with necessary data.
- views_handler_field_boolean::options_form in core/modules/views/handlers/views_handler_field_boolean.inc
- Default options form that provides the label widget that all fields
should have.
- views_handler_field_broken::options_form in core/modules/views/handlers/views_handler_field.inc
- views_handler_field_broken::ui_name in core/modules/views/handlers/views_handler_field.inc
- views_handler_field_bulk_form::options_form in core/modules/views/handlers/views_handler_field_bulk_form.inc
- Overrides views_handler_field::options_form().
- views_handler_field_bulk_form::views_form in core/modules/views/handlers/views_handler_field_bulk_form.inc
- Form constructor for the bulk form.
- views_handler_field_bulk_form::views_form_submit in core/modules/views/handlers/views_handler_field_bulk_form.inc
- Submit handler for the bulk form.
- views_handler_field_comment::options_form in core/modules/comment/views/views_handler_field_comment.inc
- Provide link-to-comment option
- views_handler_field_comment_link::options_form in core/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 core/modules/comment/views/views_handler_field_comment_link.inc
- views_handler_field_comment_link_approve::render_link in core/modules/comment/views/views_handler_field_comment_link_approve.inc
- views_handler_field_comment_link_delete::render_link in core/modules/comment/views/views_handler_field_comment_link_delete.inc
- views_handler_field_comment_link_edit::options_form in core/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 core/modules/comment/views/views_handler_field_comment_link_edit.inc
- views_handler_field_comment_link_reply::render_link in core/modules/comment/views/views_handler_field_comment_link_reply.inc
- views_handler_field_comment_node_link::options_form in core/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_username::options_form in core/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 core/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 core/modules/contact/views/views_handler_field_contact_link.inc
- views_handler_field_counter::options_form in core/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 core/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 core/modules/views/handlers/views_handler_field_date.inc
- Render the field.
- views_handler_field_field::document_self_tokens in core/modules/field/views/views_handler_field_field.inc
- views_handler_field_field::groupby_form in core/modules/field/views/views_handler_field_field.inc
- Extend the groupby form with group columns.
- views_handler_field_field::multiple_options_form in core/modules/field/views/views_handler_field_field.inc
- Provide options for multiple value fields.
- views_handler_field_field::options_form in core/modules/field/views/views_handler_field_field.inc
- views_handler_field_file::options_form in core/modules/file/views/views_handler_field_file.inc
- Provide link to file option
- views_handler_field_file_extension::options_form in core/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 core/modules/file/views/views_handler_field_file_filemime.inc
- Provide link to file option
- views_handler_field_file_icon::options_form in core/modules/file/views/views_handler_field_file_icon.inc
- Default options form that provides the label widget that all fields
should have.
- views_handler_field_file_icon::renderImg in core/modules/file/views/views_handler_field_file_icon.inc
- Render the icon as img tag.
- views_handler_field_file_icon::renderSvg in core/modules/file/views/views_handler_field_file_icon.inc
- Render the icon as svg tag.
- views_handler_field_file_link_delete::options_form in core/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 core/modules/file/views/views_handler_field_file_link_delete.inc
- Renders the link.
- views_handler_field_file_link_edit::options_form in core/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 core/modules/file/views/views_handler_field_file_link_edit.inc
- Renders the link.
- views_handler_field_file_rendered::options_form in core/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 core/modules/views/handlers/views_handler_field.inc
- views_handler_field_file_type::options_form in core/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 core/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 core/modules/file/views/views_handler_field_file_uri.inc
- Provide link to file option
- views_handler_field_history_user_timestamp::options_form in core/modules/node/views/views_handler_field_history_user_timestamp.inc
- Provide link to node option
- views_handler_field_links::options_form in core/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 core/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 core/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 core/modules/locale/views/views_handler_field_locale_link_edit.inc
- views_handler_field_machine_name::options_form in core/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 core/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::options_form in core/modules/node/views/views_handler_field_node.inc
- Provide link to node option
- views_handler_field_node_comment::render in core/modules/comment/views/views_handler_field_node_comment.inc
- Render the field.
- views_handler_field_node_language::options_form in core/modules/locale/views/views_handler_field_node_language.inc
- Provide link to node option
- views_handler_field_node_link::options_form in core/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 core/modules/node/views/views_handler_field_node_link.inc
- views_handler_field_node_link_delete::render_link in core/modules/node/views/views_handler_field_node_link_delete.inc
- Renders the link.
- views_handler_field_node_link_edit::render_link in core/modules/node/views/views_handler_field_node_link_edit.inc
- Renders the link.
- views_handler_field_node_link_translate::render_link in core/modules/translation/views/views_handler_field_node_link_translate.inc
- views_handler_field_node_new_comments::options_form in core/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_path::options_form in core/modules/node/views/views_handler_field_node_path.inc
- Provide additional options for the path field.
- views_handler_field_node_revision::options_form in core/modules/node/views/views_handler_field_node_revision.inc
- Provide link to revision option.
- views_handler_field_node_revision_link::render_link in core/modules/node/views/views_handler_field_node_revision_link.inc
- views_handler_field_node_revision_link_delete::render_link in core/modules/node/views/views_handler_field_node_revision_link_delete.inc
- views_handler_field_node_revision_link_revert::render_link in core/modules/node/views/views_handler_field_node_revision_link_revert.inc
- views_handler_field_node_type::options_form in core/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 core/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 core/modules/views/handlers/views_handler_field_numeric.inc
- Default options form that provides the label widget that all fields
should have.
- views_handler_field_prerender_list::options_form in core/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_search_score::options_form in core/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 core/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 core/modules/views/handlers/views_handler_field_serialized.inc
- Validate the options form.
- views_handler_field_system_info::options_form in core/modules/system/views/views_handler_field_system_info.inc
- Default options form that provides the label widget that all fields
should have.
- views_handler_field_system_info::_getPropertyOptions in core/modules/system/views/views_handler_field_system_info.inc
- Helper function to return the options array.
- views_handler_field_taxonomy::options_form in core/modules/taxonomy/views/views_handler_field_taxonomy.inc
- Provide link to taxonomy option
- views_handler_field_term_language::options_form in core/modules/locale/views/views_handler_field_term_language.inc
- Provide link to taxonomy option
- views_handler_field_term_link_edit::options_form in core/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 core/modules/taxonomy/views/views_handler_field_term_link_edit.inc
- Render the field.
- views_handler_field_term_node_tid::document_self_tokens in core/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 core/modules/taxonomy/views/views_handler_field_term_node_tid.inc
- Provide "link to term" option.
- views_handler_field_term_path::options_form in core/modules/taxonomy/views/views_handler_field_term_path.inc
- Default options form that provides the label widget that all fields
should have.
- views_handler_field_time_interval::options_form in core/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 core/modules/views/handlers/views_handler_field_url.inc
- Provide link to the page being visited.
- views_handler_field_user::options_form in core/modules/user/views/views_handler_field_user.inc
- Provide link to node option
- views_handler_field_user_link::options_form in core/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 core/modules/user/views/views_handler_field_user_link.inc
- views_handler_field_user_link_cancel::render_link in core/modules/user/views/views_handler_field_user_link_cancel.inc
- views_handler_field_user_link_edit::render_link in core/modules/user/views/views_handler_field_user_link_edit.inc
- views_handler_field_user_mail::options_form in core/modules/user/views/views_handler_field_user_mail.inc
- Provide link to node option
- views_handler_field_user_name::options_form in core/modules/user/views/views_handler_field_user_name.inc
- Provide link to node option
- views_handler_field_user_picture::options_form in core/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 core/modules/user/views/views_handler_field_user_roles.inc
- Document any special tokens this field might use for itself.
- views_handler_filter::build_group_form in core/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 core/modules/views/handlers/views_handler_filter.inc
- Validate the build group options form.
- views_handler_filter::exposed_translate in core/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 core/modules/views/handlers/views_handler_filter.inc
- Options form subform for exposed filter options.
- views_handler_filter::expose_validate in core/modules/views/handlers/views_handler_filter.inc
- Validate the options form.
- views_handler_filter::group_form in core/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::operator_form in core/modules/views/handlers/views_handler_filter.inc
- Options form subform for setting the operator.
- views_handler_filter::show_build_group_button in core/modules/views/handlers/views_handler_filter.inc
- Shortcut to display the build_group/hide button.
- views_handler_filter::show_expose_button in core/modules/views/handlers/views_handler_filter.inc
- Shortcut to display the expose/hide button.
- views_handler_filter_boolean_operator::admin_summary in core/modules/views/handlers/views_handler_filter_boolean_operator.inc
- Display the filter on the administrative summary
- views_handler_filter_boolean_operator::construct in core/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 core/modules/views/handlers/views_handler_filter_boolean_operator.inc
- Return the possible options for this filter.
- views_handler_filter_boolean_operator::value_form in core/modules/views/handlers/views_handler_filter_boolean_operator.inc
- Options form subform for setting options.
- views_handler_filter_boolean_operator::value_validate in core/modules/views/handlers/views_handler_filter_boolean_operator.inc
- Validate the options form.
- views_handler_filter_broken::options_form in core/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 core/modules/views/handlers/views_handler_filter.inc
- Return a string representing this handler's name in the UI.
- views_handler_filter_combine::options_form in core/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 core/modules/views/handlers/views_handler_filter_date.inc
- Validate the build group options form.
- views_handler_filter_date::validate_valid_time in core/modules/views/handlers/views_handler_filter_date.inc
- Validate that the time values convert to something usable.
- views_handler_filter_date::value_form in core/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 core/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 core/modules/views/handlers/views_handler_filter_equality.inc
- Provide simple equality operator
- views_handler_filter_equality::value_form in core/modules/views/handlers/views_handler_filter_equality.inc
- Provide a simple textfield for equality
- views_handler_filter_fields_compare::fields_operator_options in core/modules/views/handlers/views_handler_filter_fields_compare.inc
- Provide a list of all operators.
- views_handler_filter_fields_compare::options_form in core/modules/views/handlers/views_handler_filter_fields_compare.inc
- Overrides views_handler_filter#options_form().
- views_handler_filter_file_type::get_value_options in core/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_history_user_timestamp::admin_summary in core/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 core/modules/node/views/views_handler_filter_history_user_timestamp.inc
- Options form subform for setting options.
- views_handler_filter_in_operator::admin_summary in core/modules/views/handlers/views_handler_filter_in_operator.inc
- Display the filter on the administrative summary
- views_handler_filter_in_operator::construct in core/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 core/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 core/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 core/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 core/modules/views/handlers/views_handler_filter_in_operator.inc
- Validates the handler against the complete View.
- views_handler_filter_in_operator::value_form in core/modules/views/handlers/views_handler_filter_in_operator.inc
- Options form subform for setting options.
- views_handler_filter_locale_language::get_value_options in core/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 core/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 core/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.
- views_handler_filter_node_comment::get_value_options in core/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 core/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 core/modules/translation/views/views_handler_filter_node_tnid.inc
- Provide simple boolean operator
- views_handler_filter_node_type::get_value_options in core/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 core/modules/views/handlers/views_handler_filter_numeric.inc
- Display the filter on the administrative summary
- views_handler_filter_numeric::operators in core/modules/views/handlers/views_handler_filter_numeric.inc
- views_handler_filter_numeric::value_form in core/modules/views/handlers/views_handler_filter_numeric.inc
- Provide a simple textfield for equality
- views_handler_filter_search::operator_form in core/modules/search/views/views_handler_filter_search.inc
- Provide simple equality operator
- views_handler_filter_search::options_form in core/modules/search/views/views_handler_filter_search.inc
- Overrides views_handler_filter::options_form().
- views_handler_filter_search::value_form in core/modules/search/views/views_handler_filter_search.inc
- Provide a simple textfield for equality
- views_handler_filter_string::admin_summary in core/modules/views/handlers/views_handler_filter_string.inc
- Display the filter on the administrative summary
- views_handler_filter_string::operators in core/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 core/modules/views/handlers/views_handler_filter_string.inc
- Provide a simple textfield for equality
- views_handler_filter_system_type::get_value_options in core/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 core/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::expose_form in core/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 core/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 core/modules/taxonomy/views/views_handler_filter_term_node_tid.inc
- Options form subform for setting options.
- views_handler_filter_term_node_tid_depth::extra_options_form in core/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 core/modules/taxonomy/views/views_handler_filter_term_node_tid_depth.inc
- Build strings from the operators() for 'select' options
- views_handler_filter_user_current::construct in core/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 core/modules/user/views/views_handler_filter_user_name.inc
- Options form subform for setting options.
- views_handler_filter_user_permissions::get_value_options in core/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 core/modules/user/views/views_handler_filter_user_roles.inc
- Override empty and not empty operator labels to be clearer for user roles.
- views_handler_relationship::options_form in core/modules/views/handlers/views_handler_relationship.inc
- Default options form that provides the label widget that all fields
should have.
- views_handler_relationship_broken::options_form in core/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 core/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 core/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 core/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_translation::options_form in core/modules/translation/views/views_handler_relationship_translation.inc
- Add a translation selector.
- views_handler_sort::admin_summary in core/modules/views/handlers/views_handler_sort.inc
- Display whether or not the sort order is ascending or descending
- views_handler_sort::expose_form in core/modules/views/handlers/views_handler_sort.inc
- Form for exposed handler options.
- views_handler_sort::show_expose_button in core/modules/views/handlers/views_handler_sort.inc
- Shortcut to display the expose/hide button.
- views_handler_sort::sort_options in core/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
- views_handler_sort_broken::options_form in core/modules/views/handlers/views_handler_sort.inc
- Basic options for all sort criteria
- views_handler_sort_broken::ui_name in core/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 core/modules/views/handlers/views_handler_sort_date.inc
- Basic options for all sort criteria
- views_handler_sort_menu_hierarchy::options_form in core/modules/views/handlers/views_handler_sort_menu_hierarchy.inc
- Basic options for all sort criteria
- views_language_list in core/modules/views/views.module
- Returns an array of language names.
- views_many_to_one_helper::options_form in core/modules/views/includes/handlers.inc
- views_object::unpack_options in core/modules/views/includes/base.inc
- Unpack options over our existing defaults, drilling down into arrays
so that defaults don't get totally blown away.
- views_object::_set_option_defaults in core/modules/views/includes/base.inc
- views_object_types in core/modules/views/views.module
- Provide a list of views object types used in a view.
- views_permission in core/modules/views/views.module
- Implement hook_permission().
- views_plugin::summary_title in core/modules/views/includes/plugin.inc
- Returns the summary of the settings in the display.
- views_plugin_access::summary_title in core/modules/views/plugins/views_plugin_access.inc
- Return a string to display as the clickable title for the
access control.
- views_plugin_access_none::summary_title in core/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 core/modules/views/plugins/views_plugin_access_perm.inc
- Provide the default form for setting options.
- views_plugin_access_perm::summary_title in core/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 core/modules/views/plugins/views_plugin_access_role.inc
- Provide the default form for setting options.
- views_plugin_access_role::options_validate in core/modules/views/plugins/views_plugin_access_role.inc
- Provide the default form form for validating options
- views_plugin_access_role::summary_title in core/modules/views/plugins/views_plugin_access_role.inc
- Return a string to display as the clickable title for the
access control.
- views_plugin_argument_default::check_access in core/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 core/modules/views/plugins/views_plugin_argument_default_fixed.inc
- Provide the default form for setting options.
- views_plugin_argument_default_php::options_form in core/modules/views/plugins/views_plugin_argument_default_php.inc
- Provide the default form for setting options.
- views_plugin_argument_default_raw::options_form in core/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 core/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 core/modules/user/views/views_plugin_argument_default_user.inc
- Provide the default form for setting options.
- views_plugin_argument_validate::check_access in core/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 core/modules/node/views/views_plugin_argument_validate_node.inc
- Provide the default form for setting options.
- views_plugin_argument_validate_php::options_form in core/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 core/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 core/modules/user/views/views_plugin_argument_validate_user.inc
- Provide the default form for setting options.
- views_plugin_cache::summary_title in core/modules/views/plugins/views_plugin_cache.inc
- Return a string to display as the clickable title for the
access control.
- views_plugin_cache_none::summary_title in core/modules/views/plugins/views_plugin_cache_none.inc
- Return a string to display as the clickable title for the
access control.
- views_plugin_cache_time::options_form in core/modules/views/plugins/views_plugin_cache_time.inc
- Provide a form to edit options for this plugin.
- views_plugin_cache_time::options_validate in core/modules/views/plugins/views_plugin_cache_time.inc
- Validate the options form.
- views_plugin_display::format_themes in core/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 core/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 core/modules/views/plugins/views_plugin_display.inc
- Provide some helpful text for pagers.
- views_plugin_display::get_special_blocks in core/modules/views/plugins/views_plugin_display.inc
- Provide the block system with any exposed widget blocks for this display.
- views_plugin_display::options_form in core/modules/views/plugins/views_plugin_display.inc
- Provide the default form for setting options.
- views_plugin_display::options_summary in core/modules/views/plugins/views_plugin_display.inc
- Provide the default summary for options in the views UI.
- views_plugin_display::options_validate in core/modules/views/plugins/views_plugin_display.inc
- Validate the options form.
- views_plugin_display::option_link in core/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::validate in core/modules/views/plugins/views_plugin_display.inc
- Make sure the display and all associated handlers are valid.
- views_plugin_display_attachment::attachment_positions in core/modules/views/plugins/views_plugin_display_attachment.inc
- views_plugin_display_attachment::options_form in core/modules/views/plugins/views_plugin_display_attachment.inc
- Provide the default form for setting options.
- views_plugin_display_attachment::options_summary in core/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 core/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 core/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 core/modules/views/plugins/views_plugin_display_block.inc
- Provide the default form for setting options.
- views_plugin_display_block::options_summary in core/modules/views/plugins/views_plugin_display_block.inc
- Provide the summary for page options in the views UI.
- views_plugin_display_block::option_definition in core/modules/views/plugins/views_plugin_display_block.inc
- Information about options for all kinds of purposes will be held here.
@code
'option_name' => array(
- views_plugin_display_feed::options_form in core/modules/views/plugins/views_plugin_display_feed.inc
- Provide the default form for setting options.
- views_plugin_display_feed::options_summary in core/modules/views/plugins/views_plugin_display_feed.inc
- Provide the summary for page options in the views UI.
- views_plugin_display_page::get_argument_text in core/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 core/modules/views/plugins/views_plugin_display_page.inc
- Provide some helpful text for pagers.
- views_plugin_display_page::options_form in core/modules/views/plugins/views_plugin_display_page.inc
- Provide the default form for setting options.
- views_plugin_display_page::options_summary in core/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 core/modules/views/plugins/views_plugin_display_page.inc
- Validate the options form.
- views_plugin_display_page::validate in core/modules/views/plugins/views_plugin_display_page.inc
- Make sure the display and all associated handlers are valid.
- views_plugin_exposed_form::exposed_form_alter in core/modules/views/plugins/views_plugin_exposed_form.inc
- views_plugin_exposed_form::options_form in core/modules/views/plugins/views_plugin_exposed_form.inc
- Provide a form to edit options for this plugin.
- views_plugin_exposed_form_input_required::options_form in core/modules/views/plugins/views_plugin_exposed_form_input_required.inc
- Provide a form to edit options for this plugin.
- views_plugin_localization_core::save_string in core/modules/views/plugins/views_plugin_localization_core.inc
- Save a string for translation.
- views_plugin_localization_core::translate_string in core/modules/views/plugins/views_plugin_localization_core.inc
- Translate a string.
- views_plugin_pager::summary_title in core/modules/views/plugins/views_plugin_pager.inc
- Return a string to display as the clickable title for the
pager plugin.
- views_plugin_pager_full::exposed_form_validate in core/modules/views/plugins/views_plugin_pager_full.inc
- views_plugin_pager_full::options_form in core/modules/views/plugins/views_plugin_pager_full.inc
- Provide the default form for setting options.
- views_plugin_pager_full::options_validate in core/modules/views/plugins/views_plugin_pager_full.inc
- Provide the default form form for validating options
- views_plugin_pager_none::options_form in core/modules/views/plugins/views_plugin_pager_none.inc
- Provide the default form for setting options.
- views_plugin_pager_none::summary_title in core/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 core/modules/views/plugins/views_plugin_pager_some.inc
- Provide the default form for setting options.
- views_plugin_query::summary_title in core/modules/views/plugins/views_plugin_query.inc
- Returns the summary of the settings in the display.
- views_plugin_query_default::get_aggregation_info in core/modules/views/plugins/views_plugin_query_default.inc
- Get aggregation info for group by queries.
- views_plugin_query_default::options_form in core/modules/views/plugins/views_plugin_query_default.inc
- Add settings for the ui.
- views_plugin_row::options_form in core/modules/views/plugins/views_plugin_row.inc
- Provide a form for setting options.
- views_plugin_row_comment_rss::options_form in core/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 core/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 core/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 core/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 core/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 core/modules/views/plugins/views_plugin_row_fields.inc
- Provide a form for setting options.
- views_plugin_row_node_rss::options_form in core/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 core/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 core/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 core/modules/node/views/views_plugin_row_node_view.inc
- Return the main options, which are shown in the summary title.
- views_plugin_row_rss_fields::options_form in core/modules/views/plugins/views_plugin_row_rss_fields.inc
- Provide a form for setting options.
- views_plugin_row_rss_fields::validate in core/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 core/modules/search/views/views_plugin_row_search_view.inc
- Provide a form for setting options.
- views_plugin_row_user_view::options_form in core/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 core/modules/user/views/views_plugin_row_user_view.inc
- Return the main options, which are shown in the summary title.
- views_plugin_style::options_form in core/modules/views/plugins/views_plugin_style.inc
- Provide a form to edit options for this plugin.
- views_plugin_style::validate in core/modules/views/plugins/views_plugin_style.inc
- Validate that the plugin is correct and can be saved.
- views_plugin_style_grid::options_form in core/modules/views/plugins/views_plugin_style_grid.inc
- Render the given style.
- views_plugin_style_jump_menu::options_form in core/modules/views/plugins/views_plugin_style_jump_menu.inc
- Render the given style.
- views_plugin_style_list::options_form in core/modules/views/plugins/views_plugin_style_list.inc
- Render the given style.
- views_plugin_style_mapping::options_form in core/modules/views/plugins/views_plugin_style_mapping.inc
- Overrides views_plugin_style::options_form().
- views_plugin_style_rss::options_form in core/modules/views/plugins/views_plugin_style_rss.inc
- Provide a form to edit options for this plugin.
- views_plugin_style_summary::options_form in core/modules/views/plugins/views_plugin_style_summary.inc
- Provide a form to edit options for this plugin.
- views_plugin_style_summary_jump_menu::options_form in core/modules/views/plugins/views_plugin_style_summary_jump_menu.inc
- Provide a form to edit options for this plugin.
- views_plugin_style_summary_unformatted::options_form in core/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 core/modules/views/plugins/views_plugin_style_table.inc
- Render the given style.
- views_test_entity_entity_info in core/modules/views/tests/views_test_entity/views_test_entity.module
- Implements hook_entity_info().
- views_test_permission in core/modules/views/tests/views_test/views_test.module
- Implements hook_permission().
- views_test_plugin_style_test_mapping::define_mapping in core/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 core/modules/views/views.tokens.inc
- Implements hook_token_info().
- views_trim_text in core/modules/views/includes/utility.inc
- Trim the field down to the specified length.
- views_ui_add_ajax_trigger in core/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 core/modules/views_ui/views_ui.admin.inc
- Form builder for the "Add view" page.
- views_ui_add_form_save_submit in core/modules/views_ui/views_ui.admin.inc
- Process the add view form, 'save'.
- views_ui_add_item_form in core/modules/views_ui/views_ui.admin.inc
- Form to add_item items in the views UI.
- views_ui_add_page in core/modules/views_ui/views_ui.admin.inc
- Page callback to add a new view.
- views_ui_admin_bar_cache_info in core/modules/views_ui/views_ui.module
- Implements hook_admin_bar_cache_info().
- views_ui_admin_settings_advanced in core/modules/views_ui/views_ui.admin.inc
- Form builder for the advanced admin settings page.
- views_ui_admin_settings_advanced_submit in core/modules/views_ui/views_ui.admin.inc
- Submit handler for views_ui_admin_settings_advanced().
- views_ui_admin_settings_basic in core/modules/views_ui/views_ui.admin.inc
- Form builder for the admin display defaults page.
- views_ui_admin_settings_basic_submit in core/modules/views_ui/views_ui.admin.inc
- Submit handler for views_ui_admin_settings_basic().
- views_ui_analyze_format_result in core/modules/views_ui/views_ui.analyze.inc
- Format the analyze result into a message string.
- views_ui_analyze_view_form in core/modules/views_ui/views_ui.admin.inc
- Form constructor callback to display analysis information on a view
- views_ui_break_lock_confirm in core/modules/views_ui/views_ui.admin.inc
- Page to delete a view.
- views_ui_break_lock_confirm_submit in core/modules/views_ui/views_ui.admin.inc
- Submit handler to break_lock a view.
- views_ui_cache_set in core/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 core/modules/views_ui/views_ui.admin.inc
- Form callback; Clone a view.
- views_ui_clone_form_submit in core/modules/views_ui/views_ui.admin.inc
- Submit handler for views_ui_clone_form().
- views_ui_config_info in core/modules/views_ui/views_ui.module
- Implements hook_config_info().
- views_ui_config_item_extra_form in core/modules/views_ui/views_ui.admin.inc
- Form to config_item items in the views UI.
- views_ui_config_item_form in core/modules/views_ui/views_ui.admin.inc
- Form to config_item items in the views UI.
- views_ui_config_item_group_form in core/modules/views_ui/views_ui.admin.inc
- Form to config_item items in the views UI.
- views_ui_config_style_form in core/modules/views_ui/views_ui.admin.inc
- Form to config_style items in the views UI.
- views_ui_config_type_form in core/modules/views_ui/views_ui.admin.inc
- Form to config items in the views UI.
- views_ui_default_load in core/modules/views_ui/views_ui.module
- Specialized menu callback to load a view that is only a default
view.
- views_ui_delete_form in core/modules/views_ui/views_ui.admin.inc
- Form callback; Delete a view.
- views_ui_delete_form_submit in core/modules/views_ui/views_ui.admin.inc
- Submit handler for views_ui_delete_form().
- views_ui_edit_details_form in core/modules/views_ui/views_ui.admin.inc
- Form builder to edit details of a view.
- views_ui_edit_display_form in core/modules/views_ui/views_ui.admin.inc
- Form constructor callback to configure display of a view
- views_ui_edit_form in core/modules/views_ui/views_ui.admin.inc
- Form builder callback for configuring a View.
- views_ui_edit_form_get_bucket in core/modules/views_ui/views_ui.admin.inc
- Add information about a section to a display.
- views_ui_edit_page_display_tabs in core/modules/views_ui/views_ui.admin.inc
- Adds tabs for navigating across Displays when configuring a View.
- views_ui_edit_view_form_cancel in core/modules/views_ui/views_ui.admin.inc
- Submit handler for the configure view form.
- views_ui_edit_view_form_submit in core/modules/views_ui/views_ui.admin.inc
- Submit handler for the configure view form.
- views_ui_edit_view_form_validate in core/modules/views_ui/views_ui.admin.inc
- Validate that a view is complete and whole.
- views_ui_field_list in core/modules/views_ui/views_ui.admin.inc
- List all instances of fields on any views.
- views_ui_get_default_ajax_message in core/modules/views_ui/views_ui.admin.inc
- views_ui_get_display_label in core/modules/views_ui/views_ui.admin.inc
- Placeholder function for overriding $display->display_title.
- views_ui_get_display_tab in core/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 core/modules/views_ui/views_ui.admin.inc
- Helper function to get the display details section of the configure UI.
- views_ui_list_page in core/modules/views_ui/views_ui.admin.inc
- Page callback at admin/build/views to list all available views.
- views_ui_plugin_list in core/modules/views_ui/views_ui.admin.inc
- Lists all plugins and what enabled Views use them.
- views_ui_preview in core/modules/views_ui/views_ui.admin.inc
- Returns the results of the live preview.
- views_ui_preview_form in core/modules/views_ui/views_ui.admin.inc
- Provide the preview formulas and the preview output, too.
- views_ui_rearrange_filter_form in core/modules/views_ui/views_ui.admin.inc
- Form to rearrange items in the views UI.
- views_ui_rearrange_form in core/modules/views_ui/views_ui.admin.inc
- Form to rearrange items in the views UI.
- views_ui_render_display_top in core/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 core/modules/views_ui/views_ui.admin.inc
- Form constructor callback to reorder displays on a view
- views_ui_revert_form in core/modules/views_ui/views_ui.admin.inc
- Form callback; Delete a view.
- views_ui_revert_form_submit in core/modules/views_ui/views_ui.admin.inc
- Submit handler for views_ui_delete_form().
- views_ui_standard_display_dropdown in core/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 core/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 core/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 core/modules/views_ui/views_ui.admin.inc
- Submit hook to clear the views cache.
- views_ui_views_analyze in core/modules/views_ui/views_ui.analyze.inc
- Implements hook_views_analyze().
- views_ui_views_ui_wizards in core/modules/views_ui/views_ui.module
- Implements hook_views_ui_wizards().
- views_ui_view_preview_section_display_category_links in core/modules/views_ui/views_ui.module
- Returns a link to configuring a certain display setting.
- views_ui_view_preview_section_handler_links in core/modules/views_ui/views_ui.module
- Returns contextual links for each handler of a certain section.
- views_update_1003 in core/modules/views/views.install
- Update Views variables to use configuration files.
- views_views_data in core/modules/views/includes/views.views.inc
- Implements hook_views_data().
- views_views_plugins in core/modules/views/includes/views.views.inc
- Implements hook_views_plugins().
- view_mode_test_entity_view_mode_info in core/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 core/modules/field_ui/tests/view_mode_test/view_mode_test.module
- Implements hook_entity_view_mode_info_alter().
- watchdog_severity_levels in core/includes/common.inc
- Returns a list of severity levels, as defined in RFC 3164.
- _action_example_page in modules/examples/action_example/action_example.module
- A simple page to explain to the developer what to do.
- _ajax_example_get_first_dropdown_options in modules/examples/ajax_example/ajax_example.module
- Helper function to populate the first dropdown.
- _ajax_example_get_second_dropdown_options in modules/examples/ajax_example/ajax_example.module
- Helper function to populate the second dropdown.
- _backdrop_invalid_token_set_form_error in core/includes/form.inc
- Helper function to call form_set_error() if there is a token error.
- _backdrop_log_error in core/includes/errors.inc
- Logs a PHP error or exception and displays an error page in fatal cases.
- _batch_page in core/includes/batch.inc
- Renders the batch processing page based on the current state of the batch.
- _batch_test_finished_helper in core/modules/simpletest/tests/batch_test.callbacks.inc
- Common 'finished' callbacks for batches 1 to 4.
- _book_add_form_elements in core/modules/book/book.module
- Builds the common elements of the book form for the node and outline forms.
- _book_admin_table_tree in core/modules/book/book.admin.inc
- Helps build the main table in the book administration page form.
- _book_install_type_create in core/modules/book/book.install
- Creates the book content type.
- _book_parent_select in core/modules/book/book.module
- Builds the parent selection form element for the node form or outline tab.
- _ckeditor5_upgrade_format in core/modules/ckeditor5/ckeditor5.upgrade.inc
- Internal use only, performs the actual upgrade.
- _comment_get_modes in core/modules/comment/comment.module
- Returns an array of viewing modes for comment listings.
- _config_sync_finished in core/modules/config/config.sync.inc
- Batch API callback. Finish the config import.
- _date_field_instance_settings_form in core/modules/date/date.admin.inc
- Helper function for date_field_instance_settings_form().
- _date_field_settings_form in core/modules/date/date.admin.inc
- Helper function for date_field_settings_form().
- _date_field_widget_settings_form in core/modules/date/date.admin.inc
- Helper function for date_field_widget_settings_form().
- _date_html5_field_widget_form in core/modules/date/date.elements.inc
- Helper for the HTML5 widget form.
- _date_html5_field_widget_settings_form in core/modules/date/date.admin.inc
- Custom callback to provide the HTML5 widget settings form.
- _date_popup_process_date_part in core/modules/date/date.elements.inc
- Process the date portion of the element.
- _date_popup_process_time_part in core/modules/date/date.elements.inc
- Process the time portion of the element.
- _entityreference_field_instance_settings_form in core/modules/entityreference/entityreference.module
- Implements hook_field_settings_form().
- _entityreference_field_settings_process in core/modules/entityreference/entityreference.module
- Callback for custom element processing.
- _field_example_page in modules/examples/field_example/field_example.module
- A simple page to explain to the developer what to do.
- _field_permission_example_page in modules/examples/field_permission_example/field_permission_example.module
- A simple page to explain to the developer what to do.
- _field_token_info in core/modules/field/field.tokens.inc
- Fetch an array of field data used for tokens.
- _field_ui_field_overview_form_validate_add_existing in core/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 core/modules/field_ui/field_ui.admin.inc
- Validates the 'add new field' row of field_ui_field_overview_form().
- _file_fields_update in core/modules/file/file.file.inc
- Update an entity's field values without changing anything on the entity.
- _file_generic_settings_extensions in core/modules/file/file.field.inc
- Render API callback: Validates the allowed file extensions field.
- _file_generic_settings_max_filesize in core/modules/file/file.field.inc
- Render API callback: Validates the 'Maximum upload size' field.
- _file_query_file_access_alter in core/modules/file/file.module
- Helper for file entity access functions.
- _file_test_form in core/modules/simpletest/tests/file_test.module
- Form to test file uploads.
- _file_test_form_submit in core/modules/simpletest/tests/file_test.module
- Process the upload.
- _filter_autop_tips in core/modules/filter/filter.module
- Implements callback_filter_tips().
- _filter_example_filter_foo_settings in modules/examples/filter_example/filter_example.module
- Settings callback for foo filter.
- _filter_example_filter_foo_tips in modules/examples/filter_example/filter_example.module
- Filter tips callback for foo filter.
- _filter_example_filter_time_tips in modules/examples/filter_example/filter_example.module
- Filter tips callback for time filter.
- _filter_example_information in modules/examples/filter_example/filter_example.module
- Simply returns a little bit of information about the example.
- _filter_format_editor_link_url_validate in core/modules/filter/filter.pages.inc
- Element validation function.
- _filter_html_escape_tips in core/modules/filter/filter.module
- Implements callback_filter_tips().
- _filter_html_settings in core/modules/filter/filter.module
- Implements callback_filter_settings().
- _filter_html_tips in core/modules/filter/filter.module
- Implements callback_filter_tips().
- _filter_image_library_ajax in core/modules/filter/filter.pages.inc
- Render the image library.
- _filter_url_settings in core/modules/filter/filter.module
- Implements callback_filter_settings().
- _filter_url_tips in core/modules/filter/filter.module
- Implements callback_filter_tips().
- _format_date_callback in core/includes/common.inc
- Translates a formatted date string.
- _form_options_expand in core/modules/field/modules/options/options.element.inc
- Logic function for form_options_expand(). Do not call directly.
- _form_options_validate in core/modules/field/modules/options/options.element.inc
- Logic function for form_options_validate(). Do not call directly.
- _form_test_checkbox in core/modules/simpletest/tests/form_test.module
- Build a form to test a checkbox.
- _form_test_disabled_elements in core/modules/simpletest/tests/form_test.module
- Build a form to test disabled elements.
- _form_test_input_forgery in core/modules/simpletest/tests/form_test.module
- Build a form to test input forgery of enabled elements.
- _form_test_tableselect_form_builder in core/modules/simpletest/tests/form_test.module
- Build a form to test the tableselect element.
- _form_test_tableselect_get_data in core/modules/simpletest/tests/form_test.module
- Create a header and options array. Helper function for callbacks.
- _form_test_tableselect_multiple_false_form_submit in core/modules/simpletest/tests/form_test.module
- Process the tableselect #multiple = FALSE submitted values.
- _form_test_tableselect_multiple_true_form_submit in core/modules/simpletest/tests/form_test.module
- Process the tableselect #multiple = TRUE submitted values.
- _form_test_vertical_tabs_form in core/modules/simpletest/tests/form_test.module
- Tests functionality of vertical tabs.
- _image_field_widget_alt_validate in core/modules/image/image.field.inc
- Validate callback for alt field.
- _installer_browser_batch_install_release in core/modules/installer/installer.browser.inc
- Batch API callback: Installs a single release of a project during batch.
- _installer_browser_batch_install_releases_finished in core/modules/installer/installer.browser.inc
- Batch API callback: shows a message and finishes up the batch.
- _installer_manager_check_backends in core/modules/installer/installer.manager.inc
- Checks for file transfer backends and prepares a form fragment about them.
- _language_admin_common_controls in core/modules/language/language.admin.inc
- Common elements of the language addition and editing form.
- _layout_entity_bundle_label in core/modules/layout/layout.entity.admin.inc
- Get a bundle's label.
- _layout_get_group_operations in core/modules/layout/layout.admin.inc
- Given a path, return a list of operations for a group of layouts.
- _layout_get_operations in core/modules/layout/layout.admin.inc
- Given a layout, return a list of operations that can be performed on it.
- _layout_settings_get_group_operations in core/modules/layout/layout.admin.inc
- Given a path, return a list of operations for a group of layouts.
- _layout_site_info_page_message in core/modules/layout/layout.admin.inc
- Returns a "you should also change" message and link to the appropriate part
of the site information page.
- _link_validate in core/modules/link/link.module
- Validates that the link field has been entered properly.
- _locale_import_parse_plural_forms in core/includes/gettext.inc
- Parses a Plural-Forms entry from a Gettext Portable Object file header.
- _locale_import_po in core/includes/gettext.inc
- Parses Gettext Portable Object information and inserts it into the database.
- _locale_translate_seek in core/modules/locale/locale.pages.inc
- Perform a string search and display results in a table
- _menu_example_basic_instructions in modules/examples/menu_example/menu_example.module
- Page callback for the simplest introduction menu entry.
- _menu_example_menu_page in modules/examples/menu_example/menu_example.module
- Page callback for use with most of the menu entries.
- _menu_example_simple_title_callback in modules/examples/menu_example/menu_example.module
- Title callback to rewrite the '/user' menu link.
- _menu_item_localize in core/includes/menu.inc
- Localizes the router item title using t() or another callback.
- _menu_overview_tree_form in core/modules/menu/menu.admin.inc
- Recursive helper function for menu_overview_form().
- _menu_parents_recurse in core/modules/menu/menu.module
- Recursive helper function for menu_parent_options().
- _menu_site_status in core/includes/menu.inc
- Checks whether the site is in maintenance mode.
- _node_access_rebuild_batch_finished in core/modules/node/node.module
- Performs post-processing for node_access_rebuild().
- _node_characters in core/modules/node/node.types.inc
- Helper function for teaser length choices.
- _node_mass_update_batch_finished in core/modules/node/node.admin.inc
- Menu callback: Reports the status of batch operation for node_mass_update().
- _node_query_node_access_alter in core/modules/node/node.module
- Helper for node access functions.
- _node_type_example_installed_instances in modules/examples/node_type_example/node_type_example.module
- Defines the field instances for our content type.
- _session_test_get in core/modules/simpletest/tests/session_test.module
- Page callback, prints the stored session value to the screen.
- _session_test_is_logged_in in core/modules/simpletest/tests/session_test.module
- Menu callback, only available if current user is logged in.
- _session_test_no_set in core/modules/simpletest/tests/session_test.module
- Menu callback: turns off session saving and then tries to save a value
anyway.
- _session_test_set in core/modules/simpletest/tests/session_test.module
- Page callback, stores a value in $_SESSION['session_test_value'].
- _session_test_set_message in core/modules/simpletest/tests/session_test.module
- Menu callback, sets a message to me displayed on the following page.
- _simpletest_batch_finished in core/modules/simpletest/simpletest.module
- _simpletest_batch_operation in core/modules/simpletest/simpletest.module
- Batch operation callback.
- _simpletest_example_explanation in modules/examples/simpletest_example/simpletest_example.module
- Returns an explanation of this module.
- _simpletest_format_summary_line in core/modules/simpletest/simpletest.module
- _system_modules_build_row in core/modules/system/system.admin.inc
- Build a table row for the system modules page.
- _system_utf8mb4_convert_batch in core/modules/system/system.admin.inc
- Executes a batch operation for system_utf8mb4_convert_form_submit().
- _system_utf8mb4_convert_batch_finished in core/modules/system/system.admin.inc
- Performs post-processing for node_access_rebuild().
- _update_message_text in core/modules/update/update.module
- Returns the appropriate message text when site is out of date or not secure.
- _update_no_data in core/modules/update/update.module
- Returns a warning message when there is no data about available updates.
- _update_requirement_check in core/modules/update/update.install
- Fills in the requirements array.
- _user_cancel in core/modules/user/user.module
- Last batch processing step for cancelling a user account.
- _user_password_policy_help in core/modules/user/user.password.inc
- Generates help text for core password constraints on forms.
- _vertical_tabs_example_explanation in modules/examples/vertical_tabs_example/vertical_tabs_example.module
- Simple explanation page.
- _views_file_status in core/modules/system/views/system.views.inc
- _views_ui_get_displays in core/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_operations in core/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 core/modules/views_ui/views_ui.module
- Helper function to get a list of paths assigned to a view.
- _vocabulary_get_operations in core/modules/taxonomy/taxonomy.admin.inc
- Given a vocabulary, return a list of operations that can be performed on it.