103 string references to date.formatter in Drupal 10
- automated_cron_form_system_cron_settings_alter in core/
modules/ automated_cron/ automated_cron.module - Implements hook_form_FORM_ID_alter() for the system_cron_settings() form.
- BreakLockLink::create in core/
lib/ Drupal/ Core/ TempStore/ Element/ BreakLockLink.php - Creates an instance of the plugin.
- CommentAdminOverview::create in core/
modules/ comment/ src/ Form/ CommentAdminOverview.php - Instantiates a new instance of this class.
- CommentAttributesTest::_testBasicCommentRdfaMarkup in core/
modules/ rdf/ tests/ src/ Functional/ CommentAttributesTest.php - Helper function for testCommentRdfaMarkup().
- CommentPreviewTest::testCommentEditPreviewSave in core/
modules/ comment/ tests/ src/ Functional/ CommentPreviewTest.php - Tests comment edit, preview, and save.
- CommentTokenReplaceTest::testCommentTokenReplacement in core/
modules/ comment/ tests/ src/ Functional/ CommentTokenReplaceTest.php - Creates a comment, then tests the tokens generated from it.
- CommentTranslationUITest::doTestAuthoringInfo in core/
modules/ comment/ tests/ src/ Functional/ CommentTranslationUITest.php - comment_tokens in core/
modules/ comment/ comment.tokens.inc - Implements hook_tokens().
- CommonDataConverter::dateIso8601Value in core/
modules/ rdf/ src/ CommonDataConverter.php - Converts a date entity field array into an ISO 8601 timestamp string.
- ConfigTranslationUiTest::testDateFormatTranslation in core/
modules/ config_translation/ tests/ src/ Functional/ ConfigTranslationUiTest.php - Tests date format translation.
- ContactPersonalTest::testPersonalContactFlood in core/
modules/ contact/ tests/ src/ Functional/ ContactPersonalTest.php - Tests the personal contact form flood protection.
- ContentTranslationHandler::createInstance in core/
modules/ content_translation/ src/ ContentTranslationHandler.php - ContentTranslationUITestBase::doTestAuthoringInfo in core/
modules/ content_translation/ tests/ src/ Functional/ ContentTranslationUITestBase.php - Tests the translation authoring information.
- CronForm::create in core/
modules/ system/ src/ Form/ CronForm.php - Instantiates a new instance of this class.
- Date::create in core/
modules/ views/ src/ Plugin/ views/ argument/ Date.php - Creates an instance of the plugin.
- Date::create in core/
modules/ views/ src/ Plugin/ views/ field/ Date.php - Date::create in core/
modules/ datetime/ src/ Plugin/ views/ filter/ Date.php - Creates an instance of the plugin.
- DateFormat::getTranslationElement in core/
modules/ config_translation/ src/ FormElement/ DateFormat.php - Returns the translation form element for a given configuration definition.
- DateFormatDeleteForm::create in core/
modules/ system/ src/ Form/ DateFormatDeleteForm.php - Instantiates a new instance of this class.
- DateFormatFormBase::create in core/
modules/ system/ src/ Form/ DateFormatFormBase.php - Instantiates a new instance of this class.
- DateFormatListBuilder::createInstance in core/
modules/ system/ src/ DateFormatListBuilder.php - Instantiates a new instance of this entity handler.
- DateFormatterTest::testFormat in core/
tests/ Drupal/ KernelTests/ Core/ Datetime/ DateFormatterTest.php - Tests DateFormatter::format().
- DateTestBase::setUp in core/
modules/ datetime/ tests/ src/ Functional/ DateTestBase.php - DateTimeFieldTest::testDateField in core/
modules/ datetime/ tests/ src/ Functional/ DateTimeFieldTest.php - Tests date field functionality.
- DateTimeFieldTest::testDatetimeField in core/
modules/ datetime/ tests/ src/ Functional/ DateTimeFieldTest.php - Tests date and time field.
- DateTimeFormatterBase::create in core/
modules/ datetime/ src/ Plugin/ Field/ FieldFormatter/ DateTimeFormatterBase.php - Creates an instance of the plugin.
- DbLogController::create in core/
modules/ dblog/ src/ Controller/ DbLogController.php - Instantiates a new instance of this class.
- FieldDateTest::testFieldDate in core/
modules/ views/ tests/ src/ Kernel/ Handler/ FieldDateTest.php - Sets up functional test of the views date field.
- FieldFieldTest::testComplexRender in core/
modules/ views/ tests/ src/ Kernel/ Handler/ FieldFieldTest.php - Tests the output of a view with complex field configuration.
- FileFieldPathTest::testUploadPath in core/
modules/ file/ tests/ src/ Functional/ FileFieldPathTest.php - Tests the normal formatter display on node display.
- FileSystemForm::create in core/
modules/ system/ src/ Form/ FileSystemForm.php - Instantiates a new instance of this class.
- FileTokenReplaceTest::testFileTokenReplacement in core/
modules/ file/ tests/ src/ Functional/ FileTokenReplaceTest.php - Creates a file, then tests the tokens generated from it.
- file_tokens in core/
modules/ file/ file.module - Implements hook_tokens().
- FilterDateTimeTest::setUp in core/
modules/ datetime/ tests/ src/ Kernel/ Views/ FilterDateTimeTest.php - FilterDateTimeTest::_testExact in core/
modules/ datetime/ tests/ src/ Kernel/ Views/ FilterDateTimeTest.php - Tests exact date matching.
- FormatDateTest::testAdminDefinedFormatDate in core/
modules/ system/ tests/ src/ Functional/ Common/ FormatDateTest.php - Tests admin-defined formats in DateFormatterInterface::format().
- hook_requirements in core/
lib/ Drupal/ Core/ Extension/ module.api.php - Check installation requirements and do status reporting.
- hook_tokens in core/
lib/ Drupal/ Core/ Utility/ token.api.php - Provide replacement values for placeholder tokens.
- IncrementalForm::create in core/
modules/ migrate_drupal_ui/ src/ Form/ IncrementalForm.php - Instantiates a new instance of this class.
- JsonApiFunctionalDateFieldTest::testRead in core/
modules/ jsonapi/ tests/ src/ Functional/ JsonApiFunctionalDateFieldTest.php - Tests the GET method.
- LocaleUpdateInterfaceTest::testInterface in core/
modules/ locale/ tests/ src/ Functional/ LocaleUpdateInterfaceTest.php - Tests the user interfaces of the interface translation update system.
- LocaleUpdateTest::testUpdateImportSourceRemote in core/
modules/ locale/ tests/ src/ Functional/ LocaleUpdateTest.php - Tests translation import from remote sources.
- MediaListBuilder::createInstance in core/
modules/ media/ src/ MediaListBuilder.php - Instantiates a new instance of this entity handler.
- MediaOverviewPageTest::testMediaOverviewPage in core/
modules/ media/ tests/ src/ Functional/ MediaOverviewPageTest.php - Tests that the Media overview page (/admin/content/media).
- MessageForm::create in core/
modules/ contact/ src/ MessageForm.php - Instantiates a new instance of this class.
- ModeratedNodeListBuilder::createInstance in core/
modules/ content_moderation/ src/ ModeratedNodeListBuilder.php - Instantiates a new instance of this entity handler.
- NodeAttributesTest::testNodeAttributes in core/
modules/ rdf/ tests/ src/ Functional/ NodeAttributesTest.php - Creates a node of type article and tests its RDFa markup.
- NodeController::create in core/
modules/ node/ src/ Controller/ NodeController.php - Instantiates a new instance of this class.
- NodeCreationTest::testNodeCreation in core/
modules/ node/ tests/ src/ Functional/ NodeCreationTest.php - Creates a "Basic page" node and verifies its consistency in the database.
- NodeDisplayConfigurableTest::assertNodeHtml in core/
modules/ node/ tests/ src/ Functional/ NodeDisplayConfigurableTest.php - Asserts that the node HTML is as expected.
- NodeEditFormTest::testNodeMetaInformation in core/
modules/ node/ tests/ src/ Functional/ NodeEditFormTest.php - Tests the node meta information.
- NodeForm::create in core/
modules/ node/ src/ NodeForm.php - Instantiates a new instance of this class.
- NodeListBuilder::createInstance in core/
modules/ node/ src/ NodeListBuilder.php - Instantiates a new instance of this entity handler.
- NodeRevisionDeleteForm::create in core/
modules/ node/ src/ Form/ NodeRevisionDeleteForm.php - Instantiates a new instance of this class.
- NodeRevisionRevertForm::create in core/
modules/ node/ src/ Form/ NodeRevisionRevertForm.php - Instantiates a new instance of this class.
- NodeRevisionRevertTranslationForm::create in core/
modules/ node/ src/ Form/ NodeRevisionRevertTranslationForm.php - NodeRevisionsAllTest::testRevisions in core/
modules/ node/ tests/ src/ Functional/ NodeRevisionsAllTest.php - Checks node revision operations.
- NodeRevisionsTest::testRevisions in core/
modules/ node/ tests/ src/ Functional/ NodeRevisionsTest.php - Checks node revision related operations.
- NodeRevisionsUiTest::testNodeRevisionDoubleEscapeFix in core/
modules/ node/ tests/ src/ Functional/ NodeRevisionsUiTest.php - Checks HTML double escaping of revision logs.
- NodeTokenReplaceTest::testNodeTokenReplacement in core/
modules/ node/ tests/ src/ Kernel/ NodeTokenReplaceTest.php - Creates a node, then tests the tokens generated from it.
- NodeTranslationUITest::doTestAuthoringInfo in core/
modules/ node/ tests/ src/ Functional/ NodeTranslationUITest.php - node_tokens in core/
modules/ node/ node.tokens.inc - Implements hook_tokens().
- olivero_preprocess_comment in core/
themes/ olivero/ olivero.theme - Implements hook_preprocess_HOOK() for comment.html.twig.
- olivero_preprocess_node in core/
themes/ olivero/ olivero.theme - Implements hook_preprocess_HOOK() for node.html.twig.
- olivero_preprocess_search_result in core/
themes/ olivero/ olivero.theme - Implements hook_preprocess_search_result().
- PerformanceForm::create in core/
modules/ system/ src/ Form/ PerformanceForm.php - Instantiates a new instance of this class.
- ProjectSecurityRequirement::getDateEndRequirement in core/
modules/ update/ src/ ProjectSecurityRequirement.php - Gets the security coverage requirement based on an end date.
- RdfaAttributesTest::testDatatypeCallback in core/
modules/ rdf/ tests/ src/ Kernel/ RdfaAttributesTest.php - Tests attribute creation for mappings that override human-readable content.
- SearchExactTest::testExactQuery in core/
modules/ search/ tests/ src/ Functional/ SearchExactTest.php - Tests that the correct number of pager links are found for both keywords and phrases.
- StandardProfileTest::assertRdfaCommonNodeProperties in core/
modules/ rdf/ tests/ src/ Functional/ StandardProfileTest.php - Tests output for properties held in common between articles and pages.
- StandardProfileTest::assertRdfaNodeCommentProperties in core/
modules/ rdf/ tests/ src/ Functional/ StandardProfileTest.php - Tests output for comment properties on nodes in full page view mode.
- StatisticsTokenReplaceTest::testStatisticsTokenReplacement in core/
modules/ statistics/ tests/ src/ Functional/ StatisticsTokenReplaceTest.php - Creates a node, then tests the statistics tokens generated from it.
- statistics_tokens in core/
modules/ statistics/ statistics.tokens.inc - Implements hook_tokens().
- SystemTestController::getCurrentDate in core/
modules/ system/ tests/ modules/ system_test/ src/ Controller/ SystemTestController.php - Returns the current date.
- system_requirements in core/
modules/ system/ system.install - Implements hook_requirements().
- 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.module - Prepares variables for comment templates.
- template_preprocess_forum_submitted in core/
modules/ forum/ forum.module - Prepares variables for forum submission information templates.
- template_preprocess_locale_translation_last_check in core/
modules/ locale/ locale.pages.inc - Prepares variables for most recent translation update templates.
- template_preprocess_search_result in core/
modules/ search/ search.pages.inc - Prepares variables for individual search result templates.
- template_preprocess_time in core/
includes/ theme.inc - Prepares variables for time templates.
- template_preprocess_update_last_check in core/
modules/ update/ update.module - Prepares variables for last time update data was checked templates.
- template_preprocess_update_project_status in core/
modules/ update/ update.report.inc - Prepares variables for update project status templates.
- Time::create in core/
modules/ views/ src/ Plugin/ views/ cache/ Time.php - Creates an instance of the plugin.
- TimeInterval::create in core/
modules/ views/ src/ Plugin/ views/ field/ TimeInterval.php - TimestampAgoFormatter::create in core/
lib/ Drupal/ Core/ Field/ Plugin/ Field/ FieldFormatter/ TimestampAgoFormatter.php - Creates an instance of the plugin.
- TimestampFormatter::create in core/
lib/ Drupal/ Core/ Field/ Plugin/ Field/ FieldFormatter/ TimestampFormatter.php - Creates an instance of the plugin.
- TimestampFormatterTest::testTimestampAgoFormatter in core/
modules/ field/ tests/ src/ Kernel/ Timestamp/ TimestampFormatterTest.php - Tests TimestampAgoFormatter.
- TimestampFormatterTest::testTimestampFormatter in core/
modules/ field/ tests/ src/ Kernel/ Timestamp/ TimestampFormatterTest.php - Tests TimestampFormatter.
- TokenReplaceKernelTest::testSystemDateTokenReplacement in core/
modules/ system/ tests/ src/ Kernel/ Token/ TokenReplaceKernelTest.php - Tests the generation of all system date tokens.
- TrackerController::create in core/
modules/ tracker/ src/ Controller/ TrackerController.php - Instantiates a new instance of this class.
- TrackerTest::testTrackerAll in core/
modules/ tracker/ tests/ src/ Functional/ TrackerTest.php - Tests for the presence of nodes on the global tracker listing.
- UserAdminListingTest::testUserListing in core/
modules/ user/ tests/ src/ Functional/ UserAdminListingTest.php - Tests the listing.
- UserController::create in core/
modules/ user/ src/ Controller/ UserController.php - Instantiates a new instance of this class.
- UserListBuilder::createInstance in core/
modules/ user/ src/ UserListBuilder.php - Instantiates a new instance of this entity handler.
- UserTokenReplaceTest::testUserTokenReplacement in core/
modules/ user/ tests/ src/ Functional/ UserTokenReplaceTest.php - Creates a user, then tests the tokens generated from it.
- user_tokens in core/
modules/ user/ user.tokens.inc - Implements hook_tokens().
- user_user_view in core/
modules/ user/ user.module - Implements hook_ENTITY_TYPE_view() for user entities.
- ViewEditForm::create in core/
modules/ views_ui/ src/ ViewEditForm.php - WorkspaceViewBuilder::createInstance in core/
modules/ workspaces/ src/ WorkspaceViewBuilder.php - Instantiates a new instance of this entity handler.
- _batch_finished in core/
includes/ batch.inc - Ends the batch processing.
- _batch_process in core/
includes/ batch.inc - Processes sets in a batch.