FilterPluginBase::valueValidate |
function |
core/modules/views/src/Plugin/views/filter/FilterPluginBase.php |
Validate the options form. |
FilterTestHooks::filterFormatUpdate |
function |
core/modules/filter/tests/filter_test/src/Hook/FilterTestHooks.php |
Implements hook_ENTITY_TYPE_update(). |
FilterUninstallValidator::validate |
function |
core/modules/filter/src/FilterUninstallValidator.php |
Determines the reasons a module can not be uninstalled. |
FilterUninstallValidatorTest::testValidateNoFormats |
function |
core/modules/filter/tests/src/Unit/FilterUninstallValidatorTest.php |
@covers ::validate[[api-linebreak]] |
FilterUninstallValidatorTest::testValidateNoMatchingFormats |
function |
core/modules/filter/tests/src/Unit/FilterUninstallValidatorTest.php |
@covers ::validate[[api-linebreak]] |
FilterUninstallValidatorTest::testValidateNoPlugins |
function |
core/modules/filter/tests/src/Unit/FilterUninstallValidatorTest.php |
@covers ::validate[[api-linebreak]] |
filter_removed_post_updates |
function |
core/modules/filter/filter.post_update.php |
Implements hook_removed_post_updates(). |
FixtureManipulator::updateLock |
function |
core/modules/package_manager/tests/modules/fixture_manipulator/src/FixtureManipulator.php |
|
FixtureManipulator::validateComposer |
function |
core/modules/package_manager/tests/modules/fixture_manipulator/src/FixtureManipulator.php |
Validate the fixtures still passes `composer validate`. |
FormActionXssTest::validateForm |
function |
core/tests/Drupal/KernelTests/Core/Form/FormActionXssTest.php |
Form validation handler. |
FormAjaxResponseBuilderTest::testBuildResponseWithUpdateCommand |
function |
core/tests/Drupal/Tests/Core/Form/FormAjaxResponseBuilderTest.php |
@covers ::buildResponse[[api-linebreak]] |
FormatDate |
class |
core/modules/migrate/src/Plugin/migrate/process/FormatDate.php |
Converts date/datetime from one format to another. |
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 |
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. |