| 
            FieldWidgetTypeForm::validateForm           | 
                  
            function           | 
                  
            drupal/core/modules/field_ui/lib/Drupal/field_ui/Form/FieldWidgetTypeForm.php           | 
                  
            Form validation handler.           | 
              
          
                  | 
            FilterPluginBase::operatorValidate           | 
                  
            function           | 
                  
            drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/FilterPluginBase.php           | 
                  
            Validate the operator form.           | 
              
          
                  | 
            EntityFormController::validateForm           | 
                  
            function           | 
                  
            drupal/core/lib/Drupal/Core/Entity/EntityFormController.php           | 
                  
            Form validation handler.           | 
              
          
                  | 
            ActionFormControllerBase::validate           | 
                  
            function           | 
                  
            drupal/core/modules/action/lib/Drupal/action/ActionFormControllerBase.php           | 
                  
            Implements \Drupal\Core\Entity\EntityFormControllerInterface::validate().           | 
              
          
                  | 
            WizardPluginBase::$validated_views           | 
                  
            property           | 
                  
            drupal/core/modules/views/lib/Drupal/views/Plugin/views/wizard/WizardPluginBase.php           | 
                  
            An array of validated view objects, keyed by a hash.           | 
              
          
                  | 
            WizardPluginBase::setValidatedView           | 
                  
            function           | 
                  
            drupal/core/modules/views/lib/Drupal/views/Plugin/views/wizard/WizardPluginBase.php           | 
                  
            Stores a validated view from a form submission.           | 
              
          
                  | 
            FieldOverview::validateAddExisting           | 
                  
            function           | 
                  
            drupal/core/modules/field_ui/lib/Drupal/field_ui/FieldOverview.php           | 
                  
            Validates the 're-use existing field' row.           | 
              
          
                  | 
            ValidateTest::testCallerValidation           | 
                  
            function           | 
                  
            drupal/core/modules/file/lib/Drupal/file/Tests/ValidateTest.php           | 
                  
            Test that the validators passed into are checked.           | 
              
          
                  | 
            OptionsWidgetBase::validateElement           | 
                  
            function           | 
                  
            drupal/core/modules/options/lib/Drupal/options/Plugin/field/widget/OptionsWidgetBase.php           | 
                  
            Form validation handler for widget elements.           | 
              
          
                  | 
            SystemConfigFormBase::validateForm           | 
                  
            function           | 
                  
            drupal/core/modules/system/lib/Drupal/system/SystemConfigFormBase.php           | 
                  
            Implements \Drupal\Core\Form\FormInterface::validateForm().           | 
              
          
                  | 
            RowPluginBase::validateOptionsForm           | 
                  
            function           | 
                  
            drupal/core/modules/views/lib/Drupal/views/Plugin/views/row/RowPluginBase.php           | 
                  
            Validate the options form.           | 
              
          
                  | 
            FieldInstanceEditForm::validateForm           | 
                  
            function           | 
                  
            drupal/core/modules/field_ui/lib/Drupal/field_ui/Form/FieldInstanceEditForm.php           | 
                  
            Form validation handler.           | 
              
          
                  | 
            PathPluginBase::validateOptionsForm           | 
                  
            function           | 
                  
            drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/PathPluginBase.php           | 
                  
            Overrides \Drupal\views\Plugin\views\display\DisplayPluginBase::validateOptionsForm().           | 
              
          
                  | 
            SimpletestResultsForm::validateForm           | 
                  
            function           | 
                  
            drupal/core/modules/simpletest/lib/Drupal/simpletest/Form/SimpletestResultsForm.php           | 
                  
            Form validation handler.           | 
              
          
                  | 
            ActionAdminManageForm::validateForm           | 
                  
            function           | 
                  
            drupal/core/modules/action/lib/Drupal/action/Form/ActionAdminManageForm.php           | 
                  
            Form validation handler.           | 
              
          
                  | 
            FormTestServiceObject::validateForm           | 
                  
            function           | 
                  
            drupal/core/modules/system/tests/modules/form_test/lib/Drupal/form_test/FormTestServiceObject.php           | 
                  
            Implements \Drupal\Core\Form\FormInterface::validateForm().           | 
              
          
                  | 
            DatabaseBackend::invalidateMultiple           | 
                  
            function           | 
                  
            drupal/core/lib/Drupal/Core/Cache/DatabaseBackend.php           | 
                  
            Implements Drupal\Core\Cache\CacheBackendInterface::invalideMultiple().           | 
              
          
                  | 
            ValidatorTest::testValidateOneGroup           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/ValidatorTest.php           | 
                  
                       | 
              
          
                  | 
            ValidatorTest::testValidateProperty           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/ValidatorTest.php           | 
                  
                       | 
              
          
                  | 
            FileFieldValidateTest::testRequired           | 
                  
            function           | 
                  
            drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldValidateTest.php           | 
                  
            Tests the required property on file fields.           | 
              
          
                  | 
            locale_translate_edit_form_validate           | 
                  
            function           | 
                  
            drupal/core/modules/locale/locale.pages.inc           | 
                  
            Form validation handler for locale_translate_edit_form().           | 
              
          
                  | 
            update_manager_update_form_validate           | 
                  
            function           | 
                  
            drupal/core/modules/update/update.manager.inc           | 
                  
            Form validation handler for update_manager_update_form().           | 
              
          
                  | 
            SortPluginBase::validateOptionsForm           | 
                  
            function           | 
                  
            drupal/core/modules/views/lib/Drupal/views/Plugin/views/sort/SortPluginBase.php           | 
                  
            Simple validate handler           | 
              
          
                  | 
            ValidatorTest::testFileValidateSize           | 
                  
            function           | 
                  
            drupal/core/modules/file/lib/Drupal/file/Tests/ValidatorTest.php           | 
                  
            Test file_validate_size().           | 
              
          
                  | 
            ExecutionContextInterface::validate           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ExecutionContextInterface.php           | 
                  
            Validates the given value within the scope of the current validation.           | 
              
          
                  | 
            AutocompleteWidget::elementValidate           | 
                  
            function           | 
                  
            drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/field/widget/AutocompleteWidget.php           | 
                  
            Overrides \Drupal\entity_reference\Plugin\field\widget\AutocompleteWidgetBase::elementValidate()           | 
              
          
                  | 
            BundleConstraintValidator::validate           | 
                  
            function           | 
                  
            drupal/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/BundleConstraintValidator.php           | 
                  
            Implements \Symfony\Component\Validator\ConstraintValidatorInterface::validate().           | 
              
          
                  | 
            field_test_widget_multiple_validate           | 
                  
            function           | 
                  
            drupal/core/modules/field/tests/modules/field_test/field_test.field.inc           | 
                  
            Form element validation handler for 'test_field_widget_multiple' widget.           | 
              
          
                  | 
            authorize_filetransfer_form_validate           | 
                  
            function           | 
                  
            drupal/core/includes/authorize.inc           | 
                  
            Form validation handler for authorize_filetransfer_form().           | 
              
          
                  | 
            PagerPluginBase::validateOptionsForm           | 
                  
            function           | 
                  
            drupal/core/modules/views/lib/Drupal/views/Plugin/views/pager/PagerPluginBase.php           | 
                  
            Provide the default form form for validating options           | 
              
          
                  | 
            CacheBackendInterface::invalidateAll           | 
                  
            function           | 
                  
            drupal/core/lib/Drupal/Core/Cache/CacheBackendInterface.php           | 
                  
            Marks all cache items as invalid.           | 
              
          
                  | 
            _system_theme_settings_validate_path           | 
                  
            function           | 
                  
            drupal/core/modules/system/system.admin.inc           | 
                  
            Helper function for the system_theme_settings form.           | 
              
          
                  | 
            SimpletestSettingsForm::validateForm           | 
                  
            function           | 
                  
            drupal/core/modules/simpletest/lib/Drupal/simpletest/Form/SimpletestSettingsForm.php           | 
                  
            Implements \Drupal\Core\Form\FormInterface::validateForm().           | 
              
          
                  | 
            FilterPluginBase::validateExposeForm           | 
                  
            function           | 
                  
            drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/FilterPluginBase.php           | 
                  
            Validate the options form.           | 
              
          
                  | 
            FilterPluginBase::buildGroupValidate           | 
                  
            function           | 
                  
            drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/FilterPluginBase.php           | 
                  
            Validate the build group options form.           | 
              
          
                  | 
            PagerPluginBase::exposedFormValidate           | 
                  
            function           | 
                  
            drupal/core/modules/views/lib/Drupal/views/Plugin/views/pager/PagerPluginBase.php           | 
                  
                       | 
              
          
                  | 
            FailingConstraintValidator::validate           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Fixtures/FailingConstraintValidator.php           | 
                  
            Checks if the passed value is valid.           | 
              
          
                  | 
            Twig_Loader_Filesystem::validateName           | 
                  
            function           | 
                  
            drupal/core/vendor/twig/twig/lib/Twig/Loader/Filesystem.php           | 
                  
                       | 
              
          
                  | 
            ValidationVisitor::$validatedObjects           | 
                  
            property           | 
                  
            drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ValidationVisitor.php           | 
                  
                       | 
              
          
                  | 
            StylePluginBase::validateOptionsForm           | 
                  
            function           | 
                  
            drupal/core/modules/views/lib/Drupal/views/Plugin/views/style/StylePluginBase.php           | 
                  
            Validate the options form.           | 
              
          
                  | 
            QueryPluginBase::validateOptionsForm           | 
                  
            function           | 
                  
            drupal/core/modules/views/lib/Drupal/views/Plugin/views/query/QueryPluginBase.php           | 
                  
            Validate the options form.           | 
              
          
                  | 
            update_manager_install_form_validate           | 
                  
            function           | 
                  
            drupal/core/modules/update/update.manager.inc           | 
                  
            Form validation handler for update_manager_install_form().           | 
              
          
                  | 
            ViewsSelection::settingsFormValidate           | 
                  
            function           | 
                  
            drupal/core/modules/views/lib/Drupal/views/Plugin/entity_reference/selection/ViewsSelection.php           | 
                  
            Element validate; Check View is valid.           | 
              
          
                  | 
            ValidationVisitorInterface::validate           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ValidationVisitorInterface.php           | 
                  
            Validates a value.           | 
              
          
                  | 
            ValidatorInterface::validateProperty           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ValidatorInterface.php           | 
                  
            Validates a property of a value against its current value.           | 
              
          
                  | 
            ArgumentPluginBase::validateArgument           | 
                  
            function           | 
                  
            drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/ArgumentPluginBase.php           | 
                  
            Validate that this argument works. By default, all arguments are valid.           | 
              
          
                  | 
            form_test_programmatic_form_validate           | 
                  
            function           | 
                  
            drupal/core/modules/system/tests/modules/form_test/form_test.module           | 
                  
            Form validation handler for programmatic form submissions.           | 
              
          
                  | 
            ConfigurableActionInterface::validate           | 
                  
            function           | 
                  
            drupal/core/lib/Drupal/Core/Action/ConfigurableActionInterface.php           | 
                  
            Form validation handler.           | 
              
          
                  | 
            FilterPluginBase::validateOptionsForm           | 
                  
            function           | 
                  
            drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/FilterPluginBase.php           | 
                  
            Simple validate handler           | 
              
          
                  | 
            CacheBackendInterface::invalidateTags           | 
                  
            function           | 
                  
            drupal/core/lib/Drupal/Core/Cache/CacheBackendInterface.php           | 
                  
            Marks cache items with any of the specified tags as invalid.           |