CountryValidator::validate |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/CountryValidator.php |
Checks if the passed value is valid. |
FileTestForm::validateForm |
function |
drupal/core/modules/file/tests/file_test/lib/Drupal/file_test/Form/FileTestForm.php |
Form validation handler. |
OverviewBase::validateForm |
function |
drupal/core/modules/field_ui/lib/Drupal/field_ui/OverviewBase.php |
Implements \Drupal\Core\Form\FormInterface::validateForm(). |
color_scheme_form_validate |
function |
drupal/core/modules/color/color.module |
Form validation handler for color_scheme_form(). |
path_form_element_validate |
function |
drupal/core/modules/path/path.module |
Form element validation handler for URL alias form element. |
ExecutionContext::validate |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ExecutionContext.php |
Validates the given value within the scope of the current validation. |
ContextInterface::validate |
function |
drupal/core/lib/Drupal/Component/Plugin/Context/ContextInterface.php |
Validates the set context value. |
field_attach_form_validate |
function |
drupal/core/modules/field/field.attach.inc |
Performs field validation against form-submitted field values. |
dblog_filter_form_validate |
function |
drupal/core/modules/dblog/dblog.admin.inc |
Form validation handler for dblog_filter_form(). |
StoreInterface::invalidate |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/StoreInterface.php |
Invalidates all cache entries that match the request. |
ConfigImporter::$validated |
property |
drupal/core/lib/Drupal/Core/Config/ConfigImporter.php |
Indicates changes to import have been validated. |
Name::validate_user_strings |
function |
drupal/core/modules/user/lib/Drupal/user/Plugin/views/filter/Name.php |
Validate the user string. Since this can come from either the form
or the exposed filter, this is abstracted out a bit so it can
handle the multiple input sources. |
FieldEditForm::validateForm |
function |
drupal/core/modules/field_ui/lib/Drupal/field_ui/Form/FieldEditForm.php |
Form validation handler. |
FormInterface::validateForm |
function |
drupal/core/lib/Drupal/Core/Form/FormInterface.php |
Form validation handler. |
views_exposed_form_validate |
function |
drupal/core/modules/views/views.module |
Validate handler for exposed filters |
ArgumentValidateTest::setUp |
function |
drupal/core/modules/user/lib/Drupal/user/Tests/Views/ArgumentValidateTest.php |
Sets up a Drupal site for running functional and integration tests. |
CurrencyValidator::validate |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/CurrencyValidator.php |
Checks if the passed value is valid. |
views_element_validate_tags |
function |
drupal/core/modules/views/views.module |
Validation callback for query tags. |
Validator::validateProperty |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Validator.php |
|
NullBackend::invalidateTags |
function |
drupal/core/lib/Drupal/Core/Cache/NullBackend.php |
Implements Drupal\Core\Cache\CacheBackendInterface::invalidateTags(). |
DatabaseBackend::invalidate |
function |
drupal/core/lib/Drupal/Core/Cache/DatabaseBackend.php |
Implements Drupal\Core\Cache\CacheBackendInterface::invalidate(). |
ViewsFormBase::validateForm |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/Form/Ajax/ViewsFormBase.php |
Implements \Drupal\Core\Form\FormInterface::validateForm(). |
BackendChain::invalidateAll |
function |
drupal/core/lib/Drupal/Core/Cache/BackendChain.php |
Implements Drupal\Core\Cache\CacheBackendInterface::invalidateAll(). |
ValidationVisitor::validate |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ValidationVisitor.php |
Validates a value. |
shortcut_link_edit_validate |
function |
drupal/core/modules/shortcut/shortcut.admin.inc |
Validation handler for the shortcut link add and edit forms. |
CallbackValidator::validate |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/CallbackValidator.php |
Checks if the passed value is valid. |
FieldOverview::validateForm |
function |
drupal/core/modules/field_ui/lib/Drupal/field_ui/FieldOverview.php |
Implements \Drupal\Core\Form\FormInterface::validateForm(). |
NotBlankValidator::validate |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/NotBlankValidator.php |
Checks if the passed value is valid. |
image_effect_color_validate |
function |
drupal/core/modules/image/image.admin.inc |
Element validate handler to ensure a hexadecimal color value. |
image_effect_scale_validate |
function |
drupal/core/modules/image/image.admin.inc |
Element validate handler to ensure that either a height or a width is
specified. |
EntityBCDecorator::validate |
function |
drupal/core/lib/Drupal/Core/Entity/EntityBCDecorator.php |
Forwards the call to the decorated entity. |
BlockPluginUI::formValidate |
function |
drupal/core/modules/block/lib/Drupal/block/Plugin/PluginUI/BlockPluginUI.php |
Overrides \Drupal\system\Plugin\PluginUIBase::formValidate(). |
LanguageValidator::validate |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/LanguageValidator.php |
Checks if the passed value is valid. |
SessionTest::testInvalidate |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/SessionTest.php |
|
hook_views_invalidate_cache |
function |
drupal/core/modules/views/views.api.php |
Allow modules to respond to the invalidation of the Views cache. |
DisplayPluginBase::validate |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php |
Make sure the display and all associated handlers are valid. |
SqlBase::exposedFormValidate |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/pager/SqlBase.php |
|
FeedFormController::validate |
function |
drupal/core/modules/aggregator/lib/Drupal/aggregator/FeedFormController.php |
Overrides Drupal\Core\Entity\EntityFormController::validate(). |
MemoryBackend::invalidateAll |
function |
drupal/core/lib/Drupal/Core/Cache/MemoryBackend.php |
Implements Drupal\Core\Cache\CacheBackendInterface::invalidateAll(). |
ValidationTest::testValidate |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/ValidationTest.php |
Tests form alterations by #element_validate, #validate, and form_set_value(). |
FormTestObject::validateForm |
function |
drupal/core/modules/system/tests/modules/form_test/lib/Drupal/form_test/FormTestObject.php |
Implements \Drupal\Core\Form\FormInterface::validateForm(). |
FormController::validateForm |
function |
drupal/core/modules/system/tests/modules/condition_test/lib/Drupal/condition_test/FormController.php |
Implements \Drupal\Core\Form\FormInterface::validateForm(). |
BackendChain::invalidateTags |
function |
drupal/core/lib/Drupal/Core/Cache/BackendChain.php |
Implements Drupal\Core\Cache\CacheBackendInterface::invalidateTags(). |
shortcut_set_switch_validate |
function |
drupal/core/modules/shortcut/shortcut.admin.inc |
Validation handler for shortcut_set_switch(). |
SessionInterface::invalidate |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/SessionInterface.php |
Invalidates the current session. |
HandlerBase::validateExposed |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/HandlerBase.php |
Validate the exposed handler form |
TermFormController::validate |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/TermFormController.php |
Overrides Drupal\Core\Entity\EntityFormController::validate(). |
SortPluginBase::sortValidate |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/sort/SortPluginBase.php |
|
NodeFormController::validate |
function |
drupal/core/modules/node/lib/Drupal/node/NodeFormController.php |
Overrides Drupal\Core\Entity\EntityFormController::validate(). |
RangeConstraint::validatedBy |
function |
drupal/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/RangeConstraint.php |
Overrides Range::validatedBy(). |