| FormatDate.php |
file |
core/modules/migrate/src/Plugin/migrate/process/FormatDate.php |
|
| FormatDate::transform |
function |
core/modules/migrate/src/Plugin/migrate/process/FormatDate.php |
Performs the associated process. |
| FormatDateTest |
class |
core/modules/migrate/tests/src/Unit/process/FormatDateTest.php |
Tests the format date process plugin. |
| FormatDateTest |
class |
core/modules/system/tests/src/Functional/Common/FormatDateTest.php |
Tests the DateFormatterInterface::format() function. |
| FormatDateTest.php |
file |
core/modules/system/tests/src/Functional/Common/FormatDateTest.php |
|
| FormatDateTest.php |
file |
core/modules/migrate/tests/src/Unit/process/FormatDateTest.php |
|
| FormatDateTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Common/FormatDateTest.php |
The theme to install as the default for testing. |
| FormatDateTest::datesDataProvider |
function |
core/modules/migrate/tests/src/Unit/process/FormatDateTest.php |
Data provider of test dates. |
| FormatDateTest::testAdminDefinedFormatDate |
function |
core/modules/system/tests/src/Functional/Common/FormatDateTest.php |
Tests admin-defined formats in DateFormatterInterface::format(). |
| FormatDateTest::testMigrateExceptionBadFormat |
function |
core/modules/migrate/tests/src/Unit/process/FormatDateTest.php |
Tests that date format mismatches will throw an exception. |
| FormatDateTest::testMigrateExceptionMissingFromFormat |
function |
core/modules/migrate/tests/src/Unit/process/FormatDateTest.php |
Tests that missing configuration will throw an exception. |
| FormatDateTest::testMigrateExceptionMissingToFormat |
function |
core/modules/migrate/tests/src/Unit/process/FormatDateTest.php |
Tests that missing configuration will throw an exception. |
| FormatDateTest::testMigrateExceptionUnexpectedValue |
function |
core/modules/migrate/tests/src/Unit/process/FormatDateTest.php |
Tests that an unexpected date value will throw an exception. |
| FormatDateTest::testTransform |
function |
core/modules/migrate/tests/src/Unit/process/FormatDateTest.php |
Tests transformation. |
| FormattedDateDiff |
class |
core/lib/Drupal/Core/Datetime/FormattedDateDiff.php |
Contains a formatted time difference. |
| FormattedDateDiff.php |
file |
core/lib/Drupal/Core/Datetime/FormattedDateDiff.php |
|
| FormattedDateDiff::$maxAge |
property |
core/lib/Drupal/Core/Datetime/FormattedDateDiff.php |
The maximum time in seconds that this string may be cached. |
| FormattedDateDiff::$string |
property |
core/lib/Drupal/Core/Datetime/FormattedDateDiff.php |
The actual formatted time difference. |
| FormattedDateDiff::getCacheMaxAge |
function |
core/lib/Drupal/Core/Datetime/FormattedDateDiff.php |
The maximum age for which this object may be cached. |
| FormattedDateDiff::getString |
function |
core/lib/Drupal/Core/Datetime/FormattedDateDiff.php |
|
| FormattedDateDiff::toRenderable |
function |
core/lib/Drupal/Core/Datetime/FormattedDateDiff.php |
Returns a render array representation of the object. |
| FormattedDateDiff::__construct |
function |
core/lib/Drupal/Core/Datetime/FormattedDateDiff.php |
Creates a new FormattedDateDiff instance. |
| FormBase::validateForm |
function |
core/lib/Drupal/Core/Form/FormBase.php |
Form validation handler. |
| FormBuilder::executeValidateHandlers |
function |
core/lib/Drupal/Core/Form/FormBuilder.php |
Executes custom validation handlers for a given form. |
| FormBuilder::validateForm |
function |
core/lib/Drupal/Core/Form/FormBuilder.php |
Validates user-submitted form data in the $form_state. |
| FormController::validateForm |
function |
core/modules/system/tests/modules/condition_test/src/FormController.php |
Implements \Drupal\Core\Form\FormInterface::validateForm(). |
| FormDefaultHandlersTest::customValidateForm |
function |
core/tests/Drupal/KernelTests/Core/Form/FormDefaultHandlersTest.php |
|
| FormDefaultHandlersTest::validateForm |
function |
core/tests/Drupal/KernelTests/Core/Form/FormDefaultHandlersTest.php |
Form validation handler. |
| FormElement::validatePattern |
function |
core/lib/Drupal/Core/Render/Element/FormElement.php |
#element_validate callback for #pattern form element property. |
| FormElementMaxlengthTest::validateForm |
function |
core/modules/system/tests/src/Kernel/Form/FormElementMaxlengthTest.php |
Form validation handler. |
| FormInterface::validateForm |
function |
core/lib/Drupal/Core/Form/FormInterface.php |
Form validation handler. |
| FormOperations::validateDefaultWorkspace |
function |
core/modules/workspaces/src/FormOperations.php |
Validation handler which sets a validation error for all unsupported forms. |
| FormState::$must_validate |
property |
core/lib/Drupal/Core/Form/FormState.php |
Indicates if a validation will be forced. |
| FormState::$validate_handlers |
property |
core/lib/Drupal/Core/Form/FormState.php |
Stores the gathered validation handlers. |
| FormState::getValidateHandlers |
function |
core/lib/Drupal/Core/Form/FormState.php |
Gets the validate handlers. |
| FormState::setValidateHandlers |
function |
core/lib/Drupal/Core/Form/FormState.php |
Sets the validate handlers. |
| FormStateDecoratorBase::getValidateHandlers |
function |
core/lib/Drupal/Core/Form/FormStateDecoratorBase.php |
Gets the validate handlers. |
| FormStateDecoratorBase::setValidateHandlers |
function |
core/lib/Drupal/Core/Form/FormStateDecoratorBase.php |
Sets the validate handlers. |
| FormStateDecoratorBaseTest::testGetValidateHandlers |
function |
core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php |
@covers ::getValidateHandlers[[api-linebreak]] |
| FormStateDecoratorBaseTest::testSetValidateHandlers |
function |
core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php |
@covers ::setValidateHandlers[[api-linebreak]] |
| FormStateInterface::getValidateHandlers |
function |
core/lib/Drupal/Core/Form/FormStateInterface.php |
Gets the validate handlers. |
| FormStateInterface::setValidateHandlers |
function |
core/lib/Drupal/Core/Form/FormStateInterface.php |
Sets the validate handlers. |
| FormStoragePageCacheTest::testValidateFormStorageOnCachedPage |
function |
core/modules/system/tests/src/Functional/Form/FormStoragePageCacheTest.php |
Build-id is regenerated when validating cached form. |
| FormTest::validateSelectSorting |
function |
core/modules/system/tests/src/Functional/Form/FormTest.php |
Validates that the options are in the right order in a select. |
| FormTestArgumentsObject::validateForm |
function |
core/modules/system/tests/modules/form_test/src/FormTestArgumentsObject.php |
Form validation handler. |
| FormTestClickedButtonForm::validateForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestClickedButtonForm.php |
Form validation handler. |
| FormTestControllerObject::validateForm |
function |
core/modules/system/tests/modules/form_test/src/FormTestControllerObject.php |
Form validation handler. |
| FormTestDetailsForm::validateForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestDetailsForm.php |
Form validation handler. |
| FormTestGroupVerticalTabsForm::validateForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestGroupVerticalTabsForm.php |
Form validation handler. |
| FormTestLimitValidationErrorsForm::elementValidateLimitValidationErrors |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestLimitValidationErrorsForm.php |
|