- BackdropWebTestCase::backdropCreateNode in core/
modules/ simpletest/ backdrop_web_test_case.php - Creates a node based on default settings.
- 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.
- CommentPreviewTest::testCommentEditPreviewSave in core/
modules/ comment/ tests/ comment.test - Tests comment edit, preview, and save.
- comment_admin_overview in core/
modules/ comment/ comment.admin.inc - Form constructor for the comment overview administration form.
- comment_form in core/
modules/ comment/ comment.module - Form constructor for the basic commenting form.
- comment_tokens in core/
modules/ comment/ comment.tokens.inc - Implements hook_tokens().
- 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.
- config_sync_form in core/
modules/ config/ config.admin.inc - Form callback; Build the form for syncing all staged configuration.
- DashboardNewsBlock::getContent in core/
modules/ dashboard/ includes/ block.news.inc - Return the content of a block.
- DateFieldTokenTestCase::testDateFieldToken in core/
modules/ date/ tests/ date_field.test - Tests that date field tokens function properly.
- DateViewsTestCase::testDateViewsPagerPlugin in core/
modules/ date/ tests/ date_views.test - Test the date views pager plugin.
- DBLogTestCase::doUser in core/
modules/ dblog/ tests/ dblog.test - Generates and then verifies some user events.
- dblog_event in core/
modules/ dblog/ dblog.admin.inc - Page callback: Displays details about a specific database 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.
- entity_example_basic_view in modules/
examples/ entity_example/ entity_example.module - Menu callback to display an entity.
- FileTokenReplaceTestCase::testFileTokenReplacement in core/
modules/ file/ tests/ file.test - Creates a file, then tests the tokens generated from it.
- FilterExampleTestCase::testFilterExampleBasic in modules/
examples/ filter_example/ tests/ filter_example.test - Functional test of the foo filter.
- form_process_date in core/
includes/ form.inc - Expands a date element into year, month, and day select elements.
- form_process_html_datetime in core/
includes/ form.inc - Combine html_date and html_time form elements.
- hook_tokens in core/
modules/ system/ system.api.php - Provide replacement values for placeholder tokens.
- hook_watchdog in core/
modules/ system/ system.api.php - Log an event message.
- html_datetime_validate in core/
includes/ form.inc - Validate a combined date and time array.
- installer_browser_installation_select_versions_form in core/
modules/ installer/ installer.pages.inc - Form builder for the select versions form.
- LocaleDateFormatsFunctionalTest::testLocalizeDateFormats in core/
modules/ locale/ tests/ locale.test - Functional tests for localizing date formats.
- locale_date_format_form in core/
modules/ locale/ locale.admin.inc - Form callback; Display fields for setting the date format for each language.
- NodePublishScheduling::testNodeTypeCreateDefaultDraft in core/
modules/ node/ tests/ node.test - NodeRevisionsTestCase::testRevisions in core/
modules/ node/ tests/ node.test - Checks node revision related operations.
- node_form in core/
modules/ node/ node.pages.inc - Form constructor for the node add/edit form.
- node_form_submit in core/
modules/ node/ node.pages.inc - Form submission handler that saves the node for node_form().
- node_object_prepare in core/
modules/ node/ node.module - Prepares a node entity for editing.
- 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_show in core/
modules/ node/ node.module - Page callback: Generates an array which displays a node detail page.
- node_tokens in core/
modules/ node/ node.tokens.inc - Implements hook_tokens().
- PagePreviewTestCase::testPagePreview in core/
modules/ node/ tests/ node.test - Checks the node preview functionality.
- redirect_404_list in core/
modules/ redirect/ redirect.admin.inc - Form callback; Display a list of all recent 404 pages.
- redirect_list_form in core/
modules/ redirect/ redirect.admin.inc - Form callback; Display the list of all redirects.
- redirect_list_table in core/
modules/ redirect/ redirect.admin.inc - Display a list of redirects. Used on forms when editing an entity.
- system_configure_date_formats_form in core/
modules/ system/ system.admin.inc - Allow users to add additional date formats.
- system_date_delete_format_form in core/
modules/ system/ system.admin.inc - Menu callback; present a form for deleting a date format.
- system_date_time_formats in core/
modules/ system/ system.admin.inc - Displays the date format strings overview page.
- 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().
- template_preprocess_comment in core/
modules/ comment/ comment.theme.inc - Preprocesses variables for comment.tpl.php.
- template_preprocess_datetime in core/
includes/ theme.inc - Preprocess variables for theme_datetime().
- template_preprocess_file_entity in core/
modules/ file/ file.module - Process variables for file.tpl.php
- template_preprocess_installer_browser_project in core/
modules/ installer/ installer.theme.inc - Add some variables for the project theme.
- template_preprocess_node in core/
modules/ node/ node.theme.inc - Processes variables for node.tpl.php.
- template_preprocess_search_results in core/
modules/ search/ search.theme.inc - Process variables for search-results.tpl.php.
- template_preprocess_views_view_row_search in core/
modules/ search/ views/ search.views.inc - Template helper for theme_views_view_row_search
- ThemeDatetime::testThemeDatetime in core/
modules/ simpletest/ tests/ theme.test - Test function theme_datetime().
- theme_update_report in core/
modules/ update/ update.theme.inc - Returns HTML for the project status report.
- theme_update_version in core/
modules/ update/ update.theme.inc - Returns HTML for the version display of a project.
- TokenReplaceTestCase::testSystemDateTokenReplacement in core/
modules/ simpletest/ tests/ token.test - Tests the generation of all system date tokens.
- TokenReplaceTestCase::testTokenReplacement in core/
modules/ simpletest/ tests/ token.test - Creates a user and a node, then tests the tokens generated from them.
- UserTokenReplaceTestCase::testUserTokenReplacement in core/
modules/ user/ tests/ user.test - Creates a user, then tests the tokens generated from it.
- 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_submit in core/
modules/ user/ user.pages.inc - Submit handler for user_pass_reset_form().
- user_tokens in core/
modules/ user/ user.tokens.inc - Implements hook_tokens().
- ViewsHandlerFieldDateTest::testFieldDate in core/
modules/ views/ tests/ handlers/ views_handler_field_date.test - ViewsHandlerFilterDateTest::testBetween in core/
modules/ views/ tests/ handlers/ views_handler_filter_date.test - Tests the filter operator between/not between.
- views_handler_argument_node_created_day::summary_name in core/
modules/ node/ views/ views_handler_argument_dates_various.inc - Provide a link to the next level of the view
- views_handler_argument_node_created_day::title in core/
modules/ node/ views/ views_handler_argument_dates_various.inc - Provide a link to the next level of the view
- views_handler_argument_node_created_fulldate::summary_name in core/
modules/ node/ views/ views_handler_argument_dates_various.inc - Provide a link to the next level of the view
- views_handler_argument_node_created_fulldate::title in core/
modules/ node/ views/ views_handler_argument_dates_various.inc - Provide a link to the next level of the view
- views_handler_argument_node_created_month::summary_name in core/
modules/ node/ views/ views_handler_argument_dates_various.inc - Provide a link to the next level of the view
- views_handler_argument_node_created_month::title in core/
modules/ node/ views/ views_handler_argument_dates_various.inc - Provide a link to the next level of the view
- views_handler_argument_node_created_year_month::summary_name in core/
modules/ node/ views/ views_handler_argument_dates_various.inc - Provide a link to the next level of the view
- views_handler_argument_node_created_year_month::title in core/
modules/ node/ views/ views_handler_argument_dates_various.inc - Provide a link to the next level of the view
- views_handler_field_date::options_form in core/
modules/ views/ handlers/ views_handler_field_date.inc - Default options form that provides the label widget that all fields should have.
- views_handler_field_date::render in core/
modules/ views/ handlers/ views_handler_field_date.inc - Render the field.
- _comment_close_all in core/
modules/ comment/ comment.module - Close all comments that meet the current threshold.
- _filter_example_filter_time_process in modules/
examples/ filter_example/ filter_example.module - Time filter process callback.