Search for help

  1. Search 7.x for help
  2. Search 9.5.x for help
  3. Search 8.9.x for help
  4. Search 11.x for help
  5. Search main for help
  6. Other projects
Title Object type File name Summary
DateHelper::monthNamesUntranslated function core/lib/Drupal/Core/Datetime/DateHelper.php Constructs an untranslated array of month names.
DateHelper::seconds function core/lib/Drupal/Core/Datetime/DateHelper.php Constructs an array of seconds.
DateHelper::weekDays function core/lib/Drupal/Core/Datetime/DateHelper.php Returns a translated array of week names.
DateHelper::weekDaysAbbr function core/lib/Drupal/Core/Datetime/DateHelper.php Constructs a translated array of week day abbreviations.
DateHelper::weekDaysAbbr1 function core/lib/Drupal/Core/Datetime/DateHelper.php Constructs a translated array of 1-letter week day abbreviations.
DateHelper::weekDaysAbbr2 function core/lib/Drupal/Core/Datetime/DateHelper.php Constructs a translated array of 2-letter week day abbreviations.
DateHelper::weekDaysOrdered function core/lib/Drupal/Core/Datetime/DateHelper.php Reorders weekdays to match the first day of the week.
DateHelper::weekDaysUntranslated function core/lib/Drupal/Core/Datetime/DateHelper.php Constructs an untranslated array of week days.
DateHelper::years function core/lib/Drupal/Core/Datetime/DateHelper.php Constructs an array of years in a specified range.
DateHelperTest class core/tests/Drupal/Tests/Core/Datetime/DateHelperTest.php @coversDefaultClass \Drupal\Core\Datetime\DateHelper[[api-linebreak]]
@group Datetime
DateHelperTest.php file core/tests/Drupal/Tests/Core/Datetime/DateHelperTest.php
DateHelperTest::$languageManager property core/tests/Drupal/Tests/Core/Datetime/DateHelperTest.php The language manager.
DateHelperTest::providerTestWeekDaysOrdered function core/tests/Drupal/Tests/Core/Datetime/DateHelperTest.php
DateHelperTest::setUp function core/tests/Drupal/Tests/Core/Datetime/DateHelperTest.php
DateHelperTest::testDayOfWeek function core/tests/Drupal/Tests/Core/Datetime/DateHelperTest.php @covers ::dayOfWeek[[api-linebreak]]
DateHelperTest::testDayOfWeekName function core/tests/Drupal/Tests/Core/Datetime/DateHelperTest.php @covers ::dayOfWeekName[[api-linebreak]]
DateHelperTest::testDaysInMonth function core/tests/Drupal/Tests/Core/Datetime/DateHelperTest.php @covers ::daysInMonth[[api-linebreak]]
DateHelperTest::testDaysInYear function core/tests/Drupal/Tests/Core/Datetime/DateHelperTest.php @covers ::daysInYear[[api-linebreak]]
DateHelperTest::testWeekDaysOrdered function core/tests/Drupal/Tests/Core/Datetime/DateHelperTest.php @covers ::weekDaysOrdered[[api-linebreak]]
@dataProvider providerTestWeekDaysOrdered
datetime_help function core/modules/datetime/datetime.module Implements hook_help().
datetime_range_help function core/modules/datetime_range/datetime_range.module Implements hook_help().
datetime_type_field_views_data_helper function core/modules/datetime/datetime.views.inc Provides Views integration for any datetime-based fields.
dblog_help function core/modules/dblog/dblog.module Implements hook_help().
DbUpdateController::helpfulLinks function core/modules/system/src/Controller/DbUpdateController.php Provides links to the homepage and administration pages.
DefaultLazyPluginCollection::sortHelper function core/lib/Drupal/Core/Plugin/DefaultLazyPluginCollection.php Provides uasort() callback to sort plugins.
DefaultLazyPluginCollectionTest::providerTestSortHelper function core/tests/Drupal/Tests/Core/Plugin/DefaultLazyPluginCollectionTest.php Provides test data for testSortHelper.
DefaultLazyPluginCollectionTest::testSortHelper function core/tests/Drupal/Tests/Core/Plugin/DefaultLazyPluginCollectionTest.php @covers ::sortHelper[[api-linebreak]]
@dataProvider providerTestSortHelper
demo_umami_help function core/profiles/demo_umami/demo_umami.profile Implements hook_help().
DeprecationHelper class core/lib/Drupal/Component/Utility/DeprecationHelper.php Provides a helper method for handling deprecated code paths in projects.
DeprecationHelper.php file core/lib/Drupal/Component/Utility/DeprecationHelper.php
DeprecationHelper::backwardsCompatibleCall function core/lib/Drupal/Component/Utility/DeprecationHelper.php Helper to run a callback based on the installed version of a project.
DeprecationHelperTest class core/tests/Drupal/Tests/Component/Utility/DeprecationHelperTest.php @coversDefaultClass \Drupal\Component\Utility\DeprecationHelper[[api-linebreak]]
@group Utility
DeprecationHelperTest.php file core/tests/Drupal/Tests/Component/Utility/DeprecationHelperTest.php
DeprecationHelperTest::deprecatedHelperTestCases function core/tests/Drupal/Tests/Component/Utility/DeprecationHelperTest.php
DeprecationHelperTest::testDeprecationHelper function core/tests/Drupal/Tests/Component/Utility/DeprecationHelperTest.php @dataProvider deprecatedHelperTestCases
drupal-10.access-help-pages.php file core/modules/help/tests/fixtures/update/drupal-10.access-help-pages.php Contains database additions for testing the help module permission.
drupal-10.access-help-pages.yml file core/modules/help/tests/fixtures/update/drupal-10.access-help-pages.yml core/modules/help/tests/fixtures/update/drupal-10.access-help-pages.yml
dynamic_page_cache_help function core/modules/dynamic_page_cache/dynamic_page_cache.module Implements hook_help().
editor_help function core/modules/editor/editor.module Implements hook_help().
ElementsTableSelectTest::formSubmitHelper function core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php Helper function for the option check test to submit a form while collecting errors.
EmptyHelpSection class core/modules/help/tests/modules/help_page_test/src/Plugin/HelpSection/EmptyHelpSection.php Provides an empty section for the help page, for testing.
EmptyHelpSection.php file core/modules/help/tests/modules/help_page_test/src/Plugin/HelpSection/EmptyHelpSection.php
EmptyHelpSection::listTopics function core/modules/help/tests/modules/help_page_test/src/Plugin/HelpSection/EmptyHelpSection.php Returns a list of topics to show in the help section.
EntityDisplayTest::assertDependencyHelper function core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php Provides a helper for dependency assertions.
ExperimentalHelpTest class core/modules/help/tests/src/Functional/ExperimentalHelpTest.php Verifies help for experimental modules.
ExperimentalHelpTest.php file core/modules/help/tests/src/Functional/ExperimentalHelpTest.php
ExperimentalHelpTest::$adminUser property core/modules/help/tests/src/Functional/ExperimentalHelpTest.php The admin user.
ExperimentalHelpTest::$defaultTheme property core/modules/help/tests/src/Functional/ExperimentalHelpTest.php The theme to install as the default for testing.
ExperimentalHelpTest::$modules property core/modules/help/tests/src/Functional/ExperimentalHelpTest.php Modules to install.
ExperimentalHelpTest::setUp function core/modules/help/tests/src/Functional/ExperimentalHelpTest.php

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.