ValidateTest |
class |
drupal/core/modules/file/lib/Drupal/file/Tests/ValidateTest.php |
Tests the file_validate() function. |
file_validate |
function |
drupal/core/modules/file/file.module |
Checks that a file meets the criteria specified by the validators. |
hook_validate |
function |
drupal/core/modules/node/node.api.php |
Perform node validation before a node is created or updated. |
_form_validate |
function |
drupal/core/includes/form.inc |
Performs validation on form elements. |
Page::validate |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/Page.php |
Overrides \Drupal\views\Plugin\views\display\DisplayPluginBase::validate(). |
ViewUI::validate |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewUI.php |
Implements \Drupal\Core\TypedData\TypedDataInterface::validate(). |
ValidateTest.php |
file |
drupal/core/modules/file/lib/Drupal/file/Tests/ValidateTest.php |
Definition of Drupal\file\Tests\ValidateTest. |
Entity::validate |
function |
drupal/core/lib/Drupal/Core/Entity/Entity.php |
Implements \Drupal\Core\TypedData\TypedDataInterface::validate(). |
form_validate_url |
function |
drupal/core/includes/form.inc |
Form element validation handler for #type 'url'. |
Context::validate |
function |
drupal/core/lib/Drupal/Core/Plugin/Context/Context.php |
Overrides \Drupal\Component\Plugin\Context\Context::getConstraints(). |
Store::invalidate |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/Store.php |
Invalidates all cache entries that match the request. |
Context::validate |
function |
drupal/core/lib/Drupal/Component/Plugin/Context/Context.php |
Implements \Drupal\Component\Plugin\Context\ContextInterface::validate(). |
hook_node_validate |
function |
drupal/core/modules/node/node.api.php |
Perform node validation before a node is created or updated. |
file_validate_size |
function |
drupal/core/modules/file/file.module |
Checks that the file's size is below certain limits. |
hook_file_validate |
function |
drupal/core/modules/file/file.api.php |
Check that files meet a given criteria. |
user_validate_name |
function |
drupal/core/modules/user/user.module |
Verify the syntax of the given name. |
Color::validateHex |
function |
drupal/core/lib/Drupal/Core/Utility/Color.php |
Validates whether a hexadecimal color value is syntatically correct. |
user_pass_validate |
function |
drupal/core/modules/user/user.pages.inc |
|
Property::validate |
function |
drupal/core/lib/Drupal/Core/Config/Schema/Property.php |
Implements TypedDataInterface::validate(). |
EntityNG::validate |
function |
drupal/core/lib/Drupal/Core/Entity/EntityNG.php |
Implements \Drupal\Core\TypedData\TypedDataInterface::validate(). |
Name::valueValidate |
function |
drupal/core/modules/user/lib/Drupal/user/Plugin/views/filter/Name.php |
Validate the options form. |
text_field_validate |
function |
drupal/core/modules/text/text.module |
Implements hook_field_validate(). |
Validator::validate |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Validator.php |
Validates a value. |
hook_field_validate |
function |
drupal/core/modules/field/field.api.php |
Validate this module's field data. |
form_validate_table |
function |
drupal/core/includes/form.inc |
#element_validate callback for #type 'table'. |
form_validate_email |
function |
drupal/core/includes/form.inc |
Form element validation handler for #type 'email'. |
form_validate_color |
function |
drupal/core/includes/form.inc |
Form element validation handler for #type 'color'. |
Session::invalidate |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Session.php |
Invalidates the current session. |
forum_node_validate |
function |
drupal/core/modules/forum/forum.module |
Implements hook_node_validate(). |
BlockBase::validate |
function |
drupal/core/modules/block/lib/Drupal/block/BlockBase.php |
Implements \Drupal\block\BlockPluginInterface::validate(). |
HttpCache::validate |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/HttpCache.php |
Validates that a cache entry is fresh. |
TypedData::validate |
function |
drupal/core/lib/Drupal/Core/TypedData/TypedData.php |
Implements \Drupal\Core\TypedData\TypedDataInterface::validate(). |
RssFields::validate |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/row/RssFields.php |
Validate that the plugin is correct and can be saved. |
drupal_validate_form |
function |
drupal/core/includes/form.inc |
Validates user-submitted form data in the $form_state array. |
ArgumentValidateTest |
class |
drupal/core/modules/user/lib/Drupal/user/Tests/Views/ArgumentValidateTest.php |
Tests views user argument validator plugin. |
search_form_validate |
function |
drupal/core/modules/search/search.pages.inc |
Form validation handler for search_form(). |
PluginBase::validate |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/PluginBase.php |
Validate that the plugin is correct and can be saved. |
Config::validateName |
function |
drupal/core/lib/Drupal/Core/Config/Config.php |
Validates the configuration object name. |
InOperator::validate |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/InOperator.php |
Validates the handler against the complete View. |
form_validate_number |
function |
drupal/core/includes/form.inc |
Form element validation handler for #type 'number'. |
node_search_validate |
function |
drupal/core/modules/node/node.module |
Form validation handler for node_form_search_form_alter(). |
drupal_validate_utf8 |
function |
drupal/core/includes/bootstrap.inc |
Checks whether a string is valid UTF-8. |
Name::validateExposed |
function |
drupal/core/modules/user/lib/Drupal/user/Plugin/views/filter/Name.php |
Validate the exposed handler form |
Display::validateForm |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/Form/Ajax/Display.php |
Overrides \Drupal\views_ui\Form\Ajax\ViewsFormBase::validateForm(). |
form_validate_pattern |
function |
drupal/core/includes/form.inc |
#element_validate callback for #pattern form element property. |
Unicode::validateUtf8 |
function |
drupal/core/lib/Drupal/Component/Utility/Unicode.php |
Checks whether a string is valid UTF-8. |
FileFieldValidateTest |
class |
drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldValidateTest.php |
Tests various validations. |
Response::canValidate |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/Response.php |
Check if the response can be validated against the origin server using a conditional GET request. |
Cache::invalidateTags |
function |
drupal/core/lib/Drupal/Core/Cache/Cache.php |
Marks cache items from all bins with any of the specified tags as invalid. |
HandlerBase::validate |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/HandlerBase.php |
Validates the handler against the complete View. |