| DateFormatInterface::getPattern |
function |
core/lib/Drupal/Core/Datetime/DateFormatInterface.php |
Gets the date pattern string for this format. |
| DateFormatInterface::isLocked |
function |
core/lib/Drupal/Core/Datetime/DateFormatInterface.php |
Determines if this date format is locked. |
| DateFormatInterface::setPattern |
function |
core/lib/Drupal/Core/Datetime/DateFormatInterface.php |
Sets the date pattern for this format. |
| DateFormatJsonAnonTest |
class |
core/tests/Drupal/FunctionalTests/Rest/DateFormatJsonAnonTest.php |
Tests Date Format Json Anon. |
| DateFormatJsonAnonTest.php |
file |
core/tests/Drupal/FunctionalTests/Rest/DateFormatJsonAnonTest.php |
|
| DateFormatJsonAnonTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalTests/Rest/DateFormatJsonAnonTest.php |
The theme to install as the default for testing. |
| DateFormatJsonAnonTest::$format |
property |
core/tests/Drupal/FunctionalTests/Rest/DateFormatJsonAnonTest.php |
The format to use in this test. |
| DateFormatJsonAnonTest::$mimeType |
property |
core/tests/Drupal/FunctionalTests/Rest/DateFormatJsonAnonTest.php |
The MIME type that corresponds to $format. |
| DateFormatJsonBasicAuthTest |
class |
core/tests/Drupal/FunctionalTests/Rest/DateFormatJsonBasicAuthTest.php |
Tests Date Format Json Basic Auth. |
| DateFormatJsonBasicAuthTest.php |
file |
core/tests/Drupal/FunctionalTests/Rest/DateFormatJsonBasicAuthTest.php |
|
| DateFormatJsonBasicAuthTest::$auth |
property |
core/tests/Drupal/FunctionalTests/Rest/DateFormatJsonBasicAuthTest.php |
The authentication mechanism to use in this test. |
| DateFormatJsonBasicAuthTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalTests/Rest/DateFormatJsonBasicAuthTest.php |
The theme to install as the default for testing. |
| DateFormatJsonBasicAuthTest::$format |
property |
core/tests/Drupal/FunctionalTests/Rest/DateFormatJsonBasicAuthTest.php |
The format to use in this test. |
| DateFormatJsonBasicAuthTest::$mimeType |
property |
core/tests/Drupal/FunctionalTests/Rest/DateFormatJsonBasicAuthTest.php |
The MIME type that corresponds to $format. |
| DateFormatJsonBasicAuthTest::$modules |
property |
core/tests/Drupal/FunctionalTests/Rest/DateFormatJsonBasicAuthTest.php |
Modules to install. |
| DateFormatJsonCookieTest |
class |
core/tests/Drupal/FunctionalTests/Rest/DateFormatJsonCookieTest.php |
Tests Date Format Json Cookie. |
| DateFormatJsonCookieTest.php |
file |
core/tests/Drupal/FunctionalTests/Rest/DateFormatJsonCookieTest.php |
|
| DateFormatJsonCookieTest::$auth |
property |
core/tests/Drupal/FunctionalTests/Rest/DateFormatJsonCookieTest.php |
The authentication mechanism to use in this test. |
| DateFormatJsonCookieTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalTests/Rest/DateFormatJsonCookieTest.php |
The theme to install as the default for testing. |
| DateFormatJsonCookieTest::$format |
property |
core/tests/Drupal/FunctionalTests/Rest/DateFormatJsonCookieTest.php |
The format to use in this test. |
| DateFormatJsonCookieTest::$mimeType |
property |
core/tests/Drupal/FunctionalTests/Rest/DateFormatJsonCookieTest.php |
The MIME type that corresponds to $format. |
| DateFormatListBuilder |
class |
core/modules/system/src/DateFormatListBuilder.php |
Defines a class to build a listing of date format entities. |
| DateFormatListBuilder.php |
file |
core/modules/system/src/DateFormatListBuilder.php |
|
| DateFormatListBuilder::buildHeader |
function |
core/modules/system/src/DateFormatListBuilder.php |
Builds the header row for the entity listing. |
| DateFormatListBuilder::buildRow |
function |
core/modules/system/src/DateFormatListBuilder.php |
Builds a row for an entity in the entity listing. |
| DateFormatListBuilder::createInstance |
function |
core/modules/system/src/DateFormatListBuilder.php |
Instantiates a new instance of this entity handler. |
| DateFormatListBuilder::__construct |
function |
core/modules/system/src/DateFormatListBuilder.php |
Constructs a new DateFormatListBuilder object. |
| DateFormatResourceTestBase |
class |
core/tests/Drupal/FunctionalTests/Rest/DateFormatResourceTestBase.php |
ResourceTestBase for DateFormat entity. |
| DateFormatResourceTestBase.php |
file |
core/tests/Drupal/FunctionalTests/Rest/DateFormatResourceTestBase.php |
|
| DateFormatResourceTestBase::$entity |
property |
core/tests/Drupal/FunctionalTests/Rest/DateFormatResourceTestBase.php |
The DateFormat entity. |
| DateFormatResourceTestBase::$entityTypeId |
property |
core/tests/Drupal/FunctionalTests/Rest/DateFormatResourceTestBase.php |
The tested entity type. |
| DateFormatResourceTestBase::$modules |
property |
core/tests/Drupal/FunctionalTests/Rest/DateFormatResourceTestBase.php |
Modules to install. |
| DateFormatResourceTestBase::createEntity |
function |
core/tests/Drupal/FunctionalTests/Rest/DateFormatResourceTestBase.php |
Creates the entity to be tested. |
| DateFormatResourceTestBase::getExpectedNormalizedEntity |
function |
core/tests/Drupal/FunctionalTests/Rest/DateFormatResourceTestBase.php |
Returns the expected normalization of the entity. |
| DateFormatResourceTestBase::getNormalizedPostEntity |
function |
core/tests/Drupal/FunctionalTests/Rest/DateFormatResourceTestBase.php |
Returns the normalized POST entity. |
| DateFormatResourceTestBase::setUpAuthorization |
function |
core/tests/Drupal/FunctionalTests/Rest/DateFormatResourceTestBase.php |
Sets up the necessary authorization. |
| DateFormatsLockedTest |
class |
core/modules/system/tests/src/Functional/System/DateFormatsLockedTest.php |
Tests the locked functionality of date formats. |
| DateFormatsLockedTest.php |
file |
core/modules/system/tests/src/Functional/System/DateFormatsLockedTest.php |
|
| DateFormatsLockedTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/System/DateFormatsLockedTest.php |
The theme to install as the default for testing. |
| DateFormatsLockedTest::testDateLocking |
function |
core/modules/system/tests/src/Functional/System/DateFormatsLockedTest.php |
Tests attempts at listing, editing, and deleting locked date formats. |
| DateFormatsMachineNameTest |
class |
core/modules/system/tests/src/Functional/System/DateFormatsMachineNameTest.php |
Tests validity of date format machine names. |
| DateFormatsMachineNameTest.php |
file |
core/modules/system/tests/src/Functional/System/DateFormatsMachineNameTest.php |
|
| DateFormatsMachineNameTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/System/DateFormatsMachineNameTest.php |
The theme to install as the default for testing. |
| DateFormatsMachineNameTest::setUp |
function |
core/modules/system/tests/src/Functional/System/DateFormatsMachineNameTest.php |
|
| DateFormatsMachineNameTest::testDateFormatsMachineNameAllowedValues |
function |
core/modules/system/tests/src/Functional/System/DateFormatsMachineNameTest.php |
Tests that date formats cannot be created with invalid machine names. |
| DateFormatter |
class |
core/lib/Drupal/Core/Datetime/DateFormatter.php |
Provides a service to handle various date related functionality. |
| DateFormatter.php |
file |
core/lib/Drupal/Core/Datetime/DateFormatter.php |
|
| DateFormatter::$configFactory |
property |
core/lib/Drupal/Core/Datetime/DateFormatter.php |
The configuration factory. |
| DateFormatter::$dateFormats |
property |
core/lib/Drupal/Core/Datetime/DateFormatter.php |
The available date formats. |
| DateFormatter::$dateFormatStorage |
property |
core/lib/Drupal/Core/Datetime/DateFormatter.php |
The date format storage. |