| DatabaseTestForm |
class |
core/modules/system/tests/modules/database_test/src/Form/DatabaseTestForm.php |
Form controller for database_test module. |
| DatabaseTestForm.php |
file |
core/modules/system/tests/modules/database_test/src/Form/DatabaseTestForm.php |
|
| DatabaseTestForm::buildForm |
function |
core/modules/system/tests/modules/database_test/src/Form/DatabaseTestForm.php |
|
| DatabaseTestForm::getFormId |
function |
core/modules/system/tests/modules/database_test/src/Form/DatabaseTestForm.php |
|
| DatabaseTestForm::submitForm |
function |
core/modules/system/tests/modules/database_test/src/Form/DatabaseTestForm.php |
|
| DataFieldRow::buildOptionsForm |
function |
core/modules/rest/src/Plugin/views/row/DataFieldRow.php |
|
| DataFieldRow::validateOptionsForm |
function |
core/modules/rest/src/Plugin/views/row/DataFieldRow.php |
|
| date.formatter |
service |
core/core.services.yml |
Drupal\Core\Datetime\DateFormatter |
| Date::$argFormat |
property |
core/modules/views/src/Plugin/views/argument/Date.php |
The date format used in the query. |
| Date::$dateFormat |
property |
core/modules/datetime/src/Plugin/views/filter/Date.php |
Date format for SQL conversion. |
| Date::$dateFormatStorage |
property |
core/modules/views/src/Plugin/views/field/Date.php |
The date format storage. |
| Date::$dateFormatter |
property |
core/modules/views/src/Plugin/views/field/Date.php |
The date formatter service. |
| Date::$dateFormatter |
property |
core/modules/views/src/Plugin/views/argument/Date.php |
The date formatter service. |
| Date::$dateFormatter |
property |
core/modules/datetime/src/Plugin/views/filter/Date.php |
The date formatter service. |
| Date::$format |
property |
core/modules/views/src/Plugin/views/argument/Date.php |
The date format used in the title. |
| Date::buildOptionsForm |
function |
core/modules/views/src/Plugin/views/sort/Date.php |
|
| Date::buildOptionsForm |
function |
core/modules/views/src/Plugin/views/field/Date.php |
|
| Date::defaultArgumentForm |
function |
core/modules/views/src/Plugin/views/argument/Date.php |
Add an option to set the default value to the current date. |
| Date::getArgFormat |
function |
core/modules/views/src/Plugin/views/argument/Date.php |
Returns the date format used in the query in a form usable by PHP. |
| Date::getDateFormat |
function |
core/modules/datetime/src/Plugin/views/sort/Date.php |
Overridden in order to pass in the string date flag. |
| Date::getDateFormat |
function |
core/modules/datetime/src/Plugin/views/argument/Date.php |
|
| Date::getFormula |
function |
core/modules/views/src/Plugin/views/argument/Date.php |
|
| Date::validateOptionsForm |
function |
core/modules/views/src/Plugin/views/filter/Date.php |
|
| Date::valueForm |
function |
core/modules/views/src/Plugin/views/filter/Date.php |
Add a type selector to the value form. |
| DateField::getFieldFormatterMap |
function |
core/modules/datetime/src/Plugin/migrate/field/DateField.php |
Get a map between D6 formatters and D8 formatters for this field type. |
| DateFormat |
class |
core/lib/Drupal/Core/Datetime/Entity/DateFormat.php |
Defines the Date Format configuration entity class. |
| DateFormat |
class |
core/modules/config_translation/src/FormElement/DateFormat.php |
Defines the date format element for the configuration translation interface. |
| DateFormat.php |
file |
core/modules/config_translation/src/FormElement/DateFormat.php |
|
| DateFormat.php |
file |
core/lib/Drupal/Core/Datetime/Entity/DateFormat.php |
|
| DateFormat::$id |
property |
core/lib/Drupal/Core/Datetime/Entity/DateFormat.php |
The date format machine name. |
| DateFormat::$label |
property |
core/lib/Drupal/Core/Datetime/Entity/DateFormat.php |
The human-readable name of the date format entity. |
| DateFormat::$locked |
property |
core/lib/Drupal/Core/Datetime/Entity/DateFormat.php |
The locked status of this date format. |
| DateFormat::$pattern |
property |
core/lib/Drupal/Core/Datetime/Entity/DateFormat.php |
The date format pattern. |
| DateFormat::getCacheTagsToInvalidate |
function |
core/lib/Drupal/Core/Datetime/Entity/DateFormat.php |
|
| DateFormat::getPattern |
function |
core/lib/Drupal/Core/Datetime/Entity/DateFormat.php |
|
| DateFormat::getTranslationElement |
function |
core/modules/config_translation/src/FormElement/DateFormat.php |
|
| DateFormat::isLocked |
function |
core/lib/Drupal/Core/Datetime/Entity/DateFormat.php |
|
| DateFormat::setPattern |
function |
core/lib/Drupal/Core/Datetime/Entity/DateFormat.php |
|
| DateFormat::sort |
function |
core/lib/Drupal/Core/Datetime/Entity/DateFormat.php |
|
| DateFormatAccessControlHandler |
class |
core/modules/system/src/DateFormatAccessControlHandler.php |
Defines the access control handler for the date format entity type. |
| DateFormatAccessControlHandler.php |
file |
core/modules/system/src/DateFormatAccessControlHandler.php |
|
| DateFormatAccessControlHandler::$viewLabelOperation |
property |
core/modules/system/src/DateFormatAccessControlHandler.php |
|
| DateFormatAccessControlHandler::checkAccess |
function |
core/modules/system/src/DateFormatAccessControlHandler.php |
|
| DateFormatAccessControlHandlerTest |
class |
core/modules/system/tests/src/Kernel/DateFormatAccessControlHandlerTest.php |
Tests Drupal\system\DateFormatAccessControlHandler. |
| DateFormatAccessControlHandlerTest.php |
file |
core/modules/system/tests/src/Kernel/DateFormatAccessControlHandlerTest.php |
|
| DateFormatAccessControlHandlerTest::$accessControlHandler |
property |
core/modules/system/tests/src/Kernel/DateFormatAccessControlHandlerTest.php |
The date_format access control handler. |
| DateFormatAccessControlHandlerTest::$modules |
property |
core/modules/system/tests/src/Kernel/DateFormatAccessControlHandlerTest.php |
|
| DateFormatAccessControlHandlerTest::providerTestAccess |
function |
core/modules/system/tests/src/Kernel/DateFormatAccessControlHandlerTest.php |
Provides test cases for access control based on user permissions and entity lock status. |
| DateFormatAccessControlHandlerTest::setUp |
function |
core/modules/system/tests/src/Kernel/DateFormatAccessControlHandlerTest.php |
|
| DateFormatAccessControlHandlerTest::testAccess |
function |
core/modules/system/tests/src/Kernel/DateFormatAccessControlHandlerTest.php |
Tests access. |