| 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. |
| FormatPluralUpdateTest |
class |
core/modules/views/tests/src/Functional/Update/FormatPluralUpdateTest.php |
Tests the upgrade path for converting format_plural from integer to boolean. |
| FormatPluralUpdateTest.php |
file |
core/modules/views/tests/src/Functional/Update/FormatPluralUpdateTest.php |
|
| FormatPluralUpdateTest::setDatabaseDumpFiles |
function |
core/modules/views/tests/src/Functional/Update/FormatPluralUpdateTest.php |
Set database dump files to be used. |
| FormatPluralUpdateTest::testViewsFieldFormatPluralConversion |
function |
core/modules/views/tests/src/Functional/Update/FormatPluralUpdateTest.php |
Tests that fields with the format_plural option are updated properly. |
| 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 |
Render API callback: Handles the #pattern form element property. |
| FormElementBase::validatePattern |
function |
core/lib/Drupal/Core/Render/Element/FormElementBase.php |
Render API callback: Handles the #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/Hook/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 |
Tests get validate handlers. |
| FormStateDecoratorBaseTest::testSetValidateHandlers |
function |
core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php |
Tests set validate handlers. |
| 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. |
| FormStatePersistTest::validateForm |
function |
core/modules/system/tests/src/Kernel/Form/FormStatePersistTest.php |
Form validation handler. |
| 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 |
|
| FormTestMachineNameValidationForm::buildAjaxSnackConfigureFormValidate |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestMachineNameValidationForm.php |
Validate callback that forces a form rebuild. |
| FormTestObject::validateForm |
function |
core/modules/system/tests/modules/form_test/src/FormTestObject.php |
Form validation handler. |
| FormTestProgrammaticForm::validateForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestProgrammaticForm.php |
Form validation handler. |
| FormTestRecipeInputForm::validateForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestRecipeInputForm.php |
Form validation handler. |
| FormTestServiceObject::validateForm |
function |
core/modules/system/tests/modules/form_test/src/FormTestServiceObject.php |
Form validation handler. |