- 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/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_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/ajax_example.test
- Check the non-JS 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
- Show/hide 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-JS 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 'drivertext' 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 e-mail message has the given value.
- BackdropWebTestCase::assertMailPattern in core/modules/simpletest/backdrop_web_test_case.php
- Asserts that the most recently sent e-mail message has the pattern in it.
- BackdropWebTestCase::assertMailString in core/modules/simpletest/backdrop_web_test_case.php
- Asserts that the most recently sent e-mail 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 e-mail 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/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
- Return a preview for this block.
- BlockBroken::getAdminTitle in core/modules/layout/includes/block.class.inc
- Return an administrative title that will always have a value.
- 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/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/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.
- 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 module.
- ckeditor_settings_form_validate in core/modules/ckeditor/ckeditor.admin.inc
- Additional validate handler for filter_admin_format_form().
- 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_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::testBrowserConditionalComments in core/modules/simpletest/tests/common.test
- Test adding JavaScript within conditional comments.
- 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.
- 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/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/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().
- 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_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::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_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::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.
- DBTNGExampleUnitTestCase::testUI in modules/examples/dbtng_example/dbtng_example.test
- Test the UI.
- dbtng_example_advanced_list in modules/examples/dbtng_example/dbtng_example.module
- Render a filtered list of entries in the database.
- dbtng_example_entry_insert in modules/examples/dbtng_example/dbtng_example.module
- Save an entry in the database.
- dbtng_example_entry_update in modules/examples/dbtng_example/dbtng_example.module
- Update an entry in the database.
- dbtng_example_form_add in modules/examples/dbtng_example/dbtng_example.module
- Prepare a simple form to add an entry, with all the interesting fields.
- dbtng_example_form_add_submit in modules/examples/dbtng_example/dbtng_example.module
- Submit handler for 'add entry' form.
- dbtng_example_form_update in modules/examples/dbtng_example/dbtng_example.module
- Sample UI to update a record.
- dbtng_example_form_update_submit in modules/examples/dbtng_example/dbtng_example.module
- Submit handler for 'update entry' form.
- dbtng_example_list in modules/examples/dbtng_example/dbtng_example.module
- Render a list of entries in the database.
- 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://api.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://api.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://api.backdropcms.org/node/43955
- EmailExampleTestCase::testContactForm in modules/examples/email_example/email_example.test
- Verify the functionality of the example module.
- EmailFieldTestCase::testEmailField in core/modules/email/tests/email.test
- Tests e-mail 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/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
- Settings form for configuring this access item.
- EntityIDLayoutAccess::formValidate in core/modules/layout/plugins/access/entity_id_layout_access.inc
- Validate handler for the settings form for this access item.
- EntityIDLayoutAccess::summary in core/modules/layout/plugins/access/entity_id_layout_access.inc
- Provides a human-readable summary of this access check's behavior.
- 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.
- 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/field_example.test
- Utility function to create fields on a content type.
- FieldExampleTest::testExampleFieldBasic in modules/examples/field_example/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 nodein 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_create_update().
- 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 exiisting 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_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_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/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::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
- Sets up a Backdrop site for running functional and integration tests.
- 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
- 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.
- 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::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.
- 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_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_1003 in core/modules/file/file.install
- Add a type column to the file_managed table, and add a file_metadata table.
- 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_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/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/form_example.test
- Test the element_example form for correct behavior.
- FormExampleTestCase::testTutorials in modules/examples/form_example/form_example.test
- Test each tutorial.
- FormExampleTestCase::testWizard in modules/examples/form_example/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.
- FormsElementsLabelsTestCase::testFormLabels in core/modules/simpletest/tests/form.test
- Test form elements, labels, title attibutes and required marks output
correctly and have the correct label option class if needed.
- FormsElementsTableSelectFunctionalTest::formSubmitHelper in 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 inlcude.
- 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::testRequiredCheckboxesRadio in core/modules/simpletest/tests/form.test
- Tests validation for required checkbox, select, and radio elements.
- 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::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_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
- Tutorial Example 1.
- form_example_tutorial_10 in modules/examples/form_example/form_example_tutorial.inc
- 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
- Example 3: A basic form with fieldsets.
- form_example_tutorial_4 in modules/examples/form_example/form_example_tutorial.inc
- Example 4: Basic form with required fields.
- form_example_tutorial_5 in modules/examples/form_example/form_example_tutorial.inc
- Example 5: Basic form with additional element attributes.
- form_example_tutorial_6 in modules/examples/form_example/form_example_tutorial.inc
- 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
- Example 7: With a submit 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
- Example 8: A simple multistep form with a Next and a Back button.
- 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
- Example 9: A form with a dynamically added new fields.
- 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_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/field_permission_example.test
- Create a field using the content type management form.
- GenericFieldTest::formTestGenericFieldNodeAddDeleteForm in modules/examples/field_permission_example/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_ckeditor_plugins in core/modules/ckeditor/ckeditor.api.php
- Provides a list of CKEditor plugins.
- hook_ckeditor_settings_alter in core/modules/ckeditor/ckeditor.api.php
- Modify the raw CKEditor 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_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
- Provides a list of layouts that can be used within the Layout module.
- hook_layout_style_info in core/modules/layout/layout.api.php
- Provides information on rendering styles that can be used by layouts.
- 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.
- 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/image_example.test
- Test implementations of image API hooks.
- ImageExampleTestCase::testImageExamplePage in modules/examples/image_example/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::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.
- 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::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::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 context, which is always available.
- layout_delete_form in core/modules/layout/layout.admin.inc
- Form callback; Delete a layout.
- layout_delete_form_submit in core/modules/layout/layout.admin.inc
- Submit handler for layout_delete_form(). Deletes a layout.
- 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_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_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_info in core/modules/layout/tests/layout_test/layout_test.module
- Implements hook_layout_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.
- 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
- If we're creating a new field and just hit 'save' on the default options, we want to make
sure they are set to the expected results.
- LinkUITest::testCRUDCreateFieldWithClass in core/modules/link/tests/link.ui.test
- If we're creating a new field and just hit 'save' on the default options, we want to make
sure they are set to the expected results.
- LinkUITest::testCRUDCreateFieldWithTwoClasses in core/modules/link/tests/link.ui.test
- If we're creating a new field and just hit 'save' on the default options, we want to make
sure they are set to the expected results.
- LinkUITest::testCRUDTitleOnlyTitleNoLink in core/modules/link/tests/link.ui.test
- Testing that if you have the title but no URL, the title is not sanitized twice.
- LinkUITest::testLinkCreate in 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
- Testing that if you use <strong> in a static title for your link, that the
title actually displays <strong>.
- 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 (boolen) : 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 (boolen) : 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/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/node_access_example.test
- Helper function.
- NodeAccessExampleTestCase::testNodeAccessBasic in modules/examples/node_access_example/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.
- NodeApiExampleTestCase::testNodeExampleBasic in modules/examples/nodeapi_example/nodeapi_example.test
- Log user in, creates an example node, and uses the rating system.
- NodeApiExampleTestCase::testNodeExampleRevision in modules/examples/nodeapi_example/nodeapi_example.test
- Test revisions of ratings.
- nodeapi_example_config_info in modules/examples/nodeapi_example/nodeapi_example.module
- Implements hook_config_info().
- nodeapi_example_form_alter in modules/examples/nodeapi_example/nodeapi_example.module
- Implements hook_form_alter().
- nodeapi_example_node_validate in modules/examples/nodeapi_example/nodeapi_example.module
- Implements hook_node_validate().
- 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.
- NodeExampleTestCase::testNodeCreation in modules/examples/node_example/node_example.test
- Verify the functionality of the example module.
- NodeFrontPageCallback::testCustomFrontPage in core/modules/node/tests/node.test
- 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.
- 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.
- 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_example_entity_info_alter in modules/examples/node_example/node_example.module
- Implements hook_entity_info_alter().
- node_example_field_formatter_info in modules/examples/node_example/node_example.module
- Implements hook_field_formatter_info().
- node_example_install in modules/examples/node_example/node_example.install
- Implements hook_install().
- node_example_node_type_insert in modules/examples/node_example/node_example.module
- Implements hook_node_type_insert().
- node_example_page in modules/examples/node_example/node_example.module
- Callback that builds our content and returns it to the browser.
- 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_layout_context_info in core/modules/node/node.module
- Implements hook_layout_context_info().
- node_layout_preview_test_config_info in core/modules/node/tests/node_layout_preview_test/node_layout_preview_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_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/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
- Build the pager query.
- 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/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 display toggles properly 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_confirm in core/modules/search/search.admin.inc
- Menu callback: confirm wiping of the index.
- search_reindex_confirm_submit in core/modules/search/search.admin.inc
- Handler for wipe 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::testGetAbsoluteUrl in core/modules/simpletest/tests/simpletest.test
- Test BackdropWebTestCase::getAbsoluteUrl().
- SimpleTestExampleMockModuleTestCase::testSimpleTestExampleMockModule in modules/examples/simpletest_example/simpletest_example.test
- Test modifications made by our mock module.
- SimpleTestExampleTestCase::testSimpleTestExampleCreate in modules/examples/simpletest_example/simpletest_example.test
- Create a simpletest_example node using the node form.
- SimpleTestExampleTestCase::testSimpleTestExampleEdit in modules/examples/simpletest_example/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.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_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_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_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_run_cron_submit in core/modules/system/system.admin.inc
- Submit callback; run cron.
- 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_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 theme configuration for entire site and 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_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_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
- Build 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.
- 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_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_telementry_info().
- template_preprocess_admin_bar_icon in core/modules/admin_bar/admin_bar.theme.inc
- Preprocesses variables for theme_admin_bar_icon().
- 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::_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_bar_icon in core/modules/admin_bar/admin_bar.theme.inc
- Renders an icon to display in the administration bar.
- theme_admin_bar_icon_page in core/modules/admin_bar/admin_bar.theme.inc
- Renders a page icon to display in the administration bar.
*
- 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_ckeditor_settings_toolbar in core/modules/ckeditor/ckeditor.theme.inc
- Displays the toolbar configuration for CKEditor.
- 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 for a layout. 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_nodeapi_example_rating in modules/examples/nodeapi_example/nodeapi_example.module
- A custom theme function.
- 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_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_token_tree in core/modules/system/system.theme.inc
- Provide a 'tree' display of nested tokens.
- theme_token_tree_link in core/modules/system/system.theme.inc
- Theme a link to a token tree either as a regular link or a dialog.
- 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/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::testModulePageRegularUpdate in core/modules/update/tests/update.test
- Checks the messages at admin/modules when an update is missing.
- UpdateCoreTestCase::testModulePageRunCron in core/modules/update/tests/update.test
- Checks that running cron updates the list of available updates.
- UpdateCoreTestCase::testModulePageSecurityUpdate in core/modules/update/tests/update.test
- Checks the messages at admin/modules when a security update is missing.
- 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
- 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.
- 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::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.
- UserPasswordResetTest::testUserPasswordReset in core/modules/user/tests/user_password_reset.test
- Tests password reset functionality.
- 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::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 e-mail 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_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_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://api.backdropcms.org/change-records/converted-user-roles-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_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
<