DateFormatTest::$entity |
property |
core/modules/jsonapi/tests/src/Functional/DateFormatTest.php |
|
DateFormatTest::$entityTypeId |
property |
core/modules/jsonapi/tests/src/Functional/DateFormatTest.php |
The tested entity type. |
DateFormatTest::$modules |
property |
core/modules/jsonapi/tests/src/Functional/DateFormatTest.php |
Modules to install. |
DateFormatTest::$modules |
property |
core/modules/system/tests/src/FunctionalJavascript/System/DateFormatTest.php |
Modules to install. |
DateFormatTest::$resourceTypeName |
property |
core/modules/jsonapi/tests/src/Functional/DateFormatTest.php |
The name of the tested JSON:API resource type. |
DateFormatTest::createEntity |
function |
core/modules/jsonapi/tests/src/Functional/DateFormatTest.php |
Creates the entity to be tested. |
DateFormatTest::getExpectedDocument |
function |
core/modules/jsonapi/tests/src/Functional/DateFormatTest.php |
Returns the expected JSON:API document for the entity. |
DateFormatTest::getPostDocument |
function |
core/modules/jsonapi/tests/src/Functional/DateFormatTest.php |
Returns the JSON:API POST document. |
DateFormatTest::setUp |
function |
core/modules/system/tests/src/FunctionalJavascript/System/DateFormatTest.php |
|
DateFormatTest::setUpAuthorization |
function |
core/modules/jsonapi/tests/src/Functional/DateFormatTest.php |
Sets up the necessary authorization. |
DateFormatTest::testDateFormatXss |
function |
core/modules/system/tests/src/FunctionalJavascript/System/DateFormatTest.php |
Tests XSS via date format configuration. |
DateFormatValidationTest |
class |
core/tests/Drupal/KernelTests/Core/Entity/DateFormatValidationTest.php |
Tests validation of date_format entities. |
DateFormatValidationTest.php |
file |
core/tests/Drupal/KernelTests/Core/Entity/DateFormatValidationTest.php |
|
DateFormatValidationTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Entity/DateFormatValidationTest.php |
|
DateFormatValidationTest::testPatternIsValidated |
function |
core/tests/Drupal/KernelTests/Core/Entity/DateFormatValidationTest.php |
Tests that the pattern of a date format is validated. |
DateFormatXmlAnonTest |
class |
core/tests/Drupal/FunctionalTests/Rest/DateFormatXmlAnonTest.php |
@group rest |
DateFormatXmlAnonTest.php |
file |
core/tests/Drupal/FunctionalTests/Rest/DateFormatXmlAnonTest.php |
|
DateFormatXmlAnonTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalTests/Rest/DateFormatXmlAnonTest.php |
The theme to install as the default for testing. |
DateFormatXmlAnonTest::$format |
property |
core/tests/Drupal/FunctionalTests/Rest/DateFormatXmlAnonTest.php |
The format to use in this test. |
DateFormatXmlAnonTest::$mimeType |
property |
core/tests/Drupal/FunctionalTests/Rest/DateFormatXmlAnonTest.php |
The MIME type that corresponds to $format. |
DateFormatXmlBasicAuthTest |
class |
core/tests/Drupal/FunctionalTests/Rest/DateFormatXmlBasicAuthTest.php |
@group rest |
DateFormatXmlBasicAuthTest.php |
file |
core/tests/Drupal/FunctionalTests/Rest/DateFormatXmlBasicAuthTest.php |
|
DateFormatXmlBasicAuthTest::$auth |
property |
core/tests/Drupal/FunctionalTests/Rest/DateFormatXmlBasicAuthTest.php |
The authentication mechanism to use in this test. |
DateFormatXmlBasicAuthTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalTests/Rest/DateFormatXmlBasicAuthTest.php |
The theme to install as the default for testing. |
DateFormatXmlBasicAuthTest::$format |
property |
core/tests/Drupal/FunctionalTests/Rest/DateFormatXmlBasicAuthTest.php |
The format to use in this test. |
DateFormatXmlBasicAuthTest::$mimeType |
property |
core/tests/Drupal/FunctionalTests/Rest/DateFormatXmlBasicAuthTest.php |
The MIME type that corresponds to $format. |
DateFormatXmlBasicAuthTest::$modules |
property |
core/tests/Drupal/FunctionalTests/Rest/DateFormatXmlBasicAuthTest.php |
Modules to install. |
DateFormatXmlCookieTest |
class |
core/tests/Drupal/FunctionalTests/Rest/DateFormatXmlCookieTest.php |
@group rest |
DateFormatXmlCookieTest.php |
file |
core/tests/Drupal/FunctionalTests/Rest/DateFormatXmlCookieTest.php |
|
DateFormatXmlCookieTest::$auth |
property |
core/tests/Drupal/FunctionalTests/Rest/DateFormatXmlCookieTest.php |
The authentication mechanism to use in this test. |
DateFormatXmlCookieTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalTests/Rest/DateFormatXmlCookieTest.php |
The theme to install as the default for testing. |
DateFormatXmlCookieTest::$format |
property |
core/tests/Drupal/FunctionalTests/Rest/DateFormatXmlCookieTest.php |
The format to use in this test. |
DateFormatXmlCookieTest::$mimeType |
property |
core/tests/Drupal/FunctionalTests/Rest/DateFormatXmlCookieTest.php |
The MIME type that corresponds to $format. |
DateHelper |
class |
core/lib/Drupal/Core/Datetime/DateHelper.php |
Defines Gregorian Calendar date values. |
DateHelper.php |
file |
core/lib/Drupal/Core/Datetime/DateHelper.php |
|
DateHelper::ampm |
function |
core/lib/Drupal/Core/Datetime/DateHelper.php |
Constructs an array of AM and PM options. |
DateHelper::dayOfWeek |
function |
core/lib/Drupal/Core/Datetime/DateHelper.php |
Returns day of week for a given date (0 = Sunday). |
DateHelper::dayOfWeekName |
function |
core/lib/Drupal/Core/Datetime/DateHelper.php |
Returns translated name of the day of week for a given date. |
DateHelper::days |
function |
core/lib/Drupal/Core/Datetime/DateHelper.php |
Constructs an array of days in a month. |
DateHelper::daysInMonth |
function |
core/lib/Drupal/Core/Datetime/DateHelper.php |
Identifies the number of days in a month for a date. |
DateHelper::daysInYear |
function |
core/lib/Drupal/Core/Datetime/DateHelper.php |
Identifies the number of days in a year for a date. |
DateHelper::hours |
function |
core/lib/Drupal/Core/Datetime/DateHelper.php |
Constructs an array of hours. |
DateHelper::minutes |
function |
core/lib/Drupal/Core/Datetime/DateHelper.php |
Constructs an array of minutes. |
DateHelper::monthNames |
function |
core/lib/Drupal/Core/Datetime/DateHelper.php |
Returns a translated array of month names. |
DateHelper::monthNamesAbbr |
function |
core/lib/Drupal/Core/Datetime/DateHelper.php |
Constructs a translated array of month name abbreviations. |
DateHelper::monthNamesAbbrUntranslated |
function |
core/lib/Drupal/Core/Datetime/DateHelper.php |
Constructs an untranslated array of abbreviated month names. |
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. |