Search for valid
- Search 7.x for valid
- Search 9.5.x for valid
- Search 10.3.x for valid
- Search 11.x for valid
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
FileWidget::validateMultipleCount | function | core/ |
Form element validation callback for upload element on file widget. Checks if user has uploaded more files than allowed. |
file_stream_wrapper_valid_scheme | function | core/ |
Checks that the scheme of a stream URI is valid. |
file_test_file_validate | function | core/ |
Implements hook_file_validate(). |
file_test_validator | function | core/ |
Helper validator that returns the $errors parameter. |
file_validate | function | core/ |
Checks that a file meets the criteria specified by the validators. |
file_validate_extensions | function | core/ |
Checks that the filename ends with an allowed extension. |
file_validate_image_resolution | function | core/ |
Verifies that image dimensions are within the specified maximum and minimum. |
file_validate_is_image | function | core/ |
Checks that the file is recognized as a valid image. |
file_validate_name_length | function | core/ |
Checks for files with names longer than can be stored in the database. |
file_validate_size | function | core/ |
Checks that the file's size is below certain limits. |
file_valid_uri | function | core/ |
Determines whether the URI has a valid scheme for file API operations. |
filter.uninstall_validator | service | core/ |
Drupal\filter\FilterUninstallValidator |
FilterDateTest::_testUiValidation | function | core/ |
Make sure the validation callbacks works. |
FilterFormatFormBase::validateForm | function | core/ |
Form validation handler. |
FilterPluginBase::buildGroupValidate | function | core/ |
Validate the build group options form. |
FilterPluginBase::hasValidGroupedValue | function | core/ |
Determines if the given grouped filter entry has a valid value. |
FilterPluginBase::operatorValidate | function | core/ |
Validate the operator form. |
FilterPluginBase::validate | function | core/ |
Validate that the plugin is correct and can be saved. |
FilterPluginBase::validateExposeForm | function | core/ |
Validate the options form. |
FilterPluginBase::validateIdentifier | function | core/ |
Validates a filter identifier. |
FilterPluginBase::validateOptionsForm | function | core/ |
Simple validate handler |
FilterPluginBase::valueValidate | function | core/ |
Validate the options form. |
FilterTest::testInvalidFilterPathDueMissingMetaPrefixReferenceFieldWithMetaProperties | function | core/ |
@covers ::queryCondition |
FilterTest::testInvalidFilterPathDueToElidedSoleProperty | function | core/ |
@covers ::queryCondition |
FilterTest::testInvalidFilterPathDueToMissingPropertyName | function | core/ |
@covers ::queryCondition |
FilterTest::testInvalidFilterPathDueToMissingPropertyNameReferenceFieldWithMetaProperties | function | core/ |
@covers ::queryCondition |
FilterTest::testInvalidFilterPathDueToMissingPropertyNameReferenceFieldWithoutMetaProperties | function | core/ |
@covers ::queryCondition |
FilterTest::testInvalidFilterPathDueToNonexistentProperty | function | core/ |
@covers ::queryCondition |
FilterUninstallValidator | class | core/ |
Provides a proxy class for \Drupal\filter\FilterUninstallValidator. |
FilterUninstallValidator | class | core/ |
Prevents uninstallation of modules providing used filter plugins. |
FilterUninstallValidator.php | file | core/ |
|
FilterUninstallValidator.php | file | core/ |
|
FilterUninstallValidator::$container | property | core/ |
The service container. |
FilterUninstallValidator::$drupalProxyOriginalServiceId | property | core/ |
The id of the original proxied service. |
FilterUninstallValidator::$filterManager | property | core/ |
The filter plugin manager. |
FilterUninstallValidator::$filterStorage | property | core/ |
The filter entity storage. |
FilterUninstallValidator::$service | property | core/ |
The real proxied service, after it was lazy loaded. |
FilterUninstallValidator::getEnabledFilterFormats | function | core/ |
Returns all enabled filter formats. |
FilterUninstallValidator::getFilterDefinitionsByProvider | function | core/ |
Returns all filter definitions that are provided by the specified provider. |
FilterUninstallValidator::lazyLoadItself | function | core/ |
Lazy loads the real service from the container. |
FilterUninstallValidator::setStringTranslation | function | core/ |
|
FilterUninstallValidator::validate | function | core/ |
Determines the reasons a module can not be uninstalled. |
FilterUninstallValidator::validate | function | core/ |
Determines the reasons a module can not be uninstalled. |
FilterUninstallValidator::__construct | function | core/ |
Constructs a ProxyClass Drupal proxy object. |
FilterUninstallValidator::__construct | function | core/ |
Constructs a new FilterUninstallValidator. |
FilterUninstallValidatorTest | class | core/ |
@coversDefaultClass \Drupal\filter\FilterUninstallValidator @group filter |
FilterUninstallValidatorTest.php | file | core/ |
|
FilterUninstallValidatorTest::$filterUninstallValidator | property | core/ |
|
FilterUninstallValidatorTest::setUp | function | core/ |
|
FilterUninstallValidatorTest::testValidateNoFormats | function | core/ |
@covers ::validate |
Pagination
- Previous page
- Page 19
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.