ImageFieldValidateTest::getFieldSettings |
function |
core/modules/image/tests/src/Functional/ImageFieldValidateTest.php |
Returns field settings. |
ImageFieldValidateTest::providerTestEmpty |
function |
core/modules/image/tests/src/Functional/ImageFieldValidateTest.php |
Data provider for ::testEmpty() |
ImageFieldValidateTest::testAJAXValidationMessage |
function |
core/modules/image/tests/src/FunctionalJavascript/ImageFieldValidateTest.php |
Tests the validation message is displayed only once for ajax uploads. |
ImageFieldValidateTest::testEmpty |
function |
core/modules/image/tests/src/Functional/ImageFieldValidateTest.php |
Tests creating an entity while leaving the image field empty. |
ImageFieldValidateTest::testFriendlyAjaxValidation |
function |
core/modules/image/tests/src/FunctionalJavascript/ImageFieldValidateTest.php |
Tests that image field validation works with other form submit handlers. |
ImageFieldValidateTest::testRequiredAttributes |
function |
core/modules/image/tests/src/Functional/ImageFieldValidateTest.php |
Tests that required alt/title fields gets validated right. |
ImageFieldValidateTest::testResolution |
function |
core/modules/image/tests/src/Functional/ImageFieldValidateTest.php |
Tests min/max dimensions settings. |
ImageFieldValidateTest::testValid |
function |
core/modules/image/tests/src/Functional/ImageFieldValidateTest.php |
Tests image validity. |
ImageHooks::fieldConfigUpdate |
function |
core/modules/image/src/Hook/ImageHooks.php |
Implements hook_ENTITY_TYPE_update() for 'field_config'. |
ImageHooks::fieldStorageConfigUpdate |
function |
core/modules/image/src/Hook/ImageHooks.php |
Implements hook_ENTITY_TYPE_update() for 'field_storage_config'. |
ImageItem::validateDefaultImageForm |
function |
core/modules/image/src/Plugin/Field/FieldType/ImageItem.php |
Validates the managed_file element for the default Image form. |
ImageItem::validateResolution |
function |
core/modules/image/src/Plugin/Field/FieldType/ImageItem.php |
Element validate function for dimensions fields. |
ImageResize::validateConfigurationForm |
function |
core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/ImageResize.php |
|
ImageStyleEditForm::effectValidate |
function |
core/modules/image/src/Form/ImageStyleEditForm.php |
Validate handler for image effect. |
ImageStyleEditForm::updateEffectWeights |
function |
core/modules/image/src/Form/ImageStyleEditForm.php |
Updates image effect weights. |
ImageToolkitBase::validateConfigurationForm |
function |
core/lib/Drupal/Core/ImageToolkit/ImageToolkitBase.php |
Form validation handler. |
ImageToolkitForm::validateForm |
function |
core/modules/system/src/Form/ImageToolkitForm.php |
Form validation handler. |
ImageToolkitOperationBase::validateArguments |
function |
core/lib/Drupal/Core/ImageToolkit/ImageToolkitOperationBase.php |
Validates the arguments. |
ImageWidget::validateRequiredFields |
function |
core/modules/image/src/Plugin/Field/FieldWidget/ImageWidget.php |
Validate callback for alt and title field, if the user wants them required. |
image_removed_post_updates |
function |
core/modules/image/image.post_update.php |
Implements hook_removed_post_updates(). |
image_update_last_removed |
function |
core/modules/image/image.install |
Implements hook_update_last_removed(). |
ImmutablePropertiesConstraintValidator::validate |
function |
core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/ImmutablePropertiesConstraintValidator.php |
|
ImmutablePropertiesConstraintValidatorTest::testValidatedEntityMustHaveAnId |
function |
core/tests/Drupal/KernelTests/Core/Entity/ImmutablePropertiesConstraintValidatorTest.php |
Tests that entities without an ID will raise an exception. |
ImportableEntityStorageInterface::importUpdate |
function |
core/lib/Drupal/Core/Config/Entity/ImportableEntityStorageInterface.php |
Updates entities upon synchronizing configuration changes. |
ImportForm::validateForm |
function |
core/modules/locale/src/Form/ImportForm.php |
Form validation handler. |
InaccessibleMenuLink::updateLink |
function |
core/lib/Drupal/Core/Menu/InaccessibleMenuLink.php |
Updates the definition values for a menu link. |
IncrementalForm::$dateFormatter |
property |
core/modules/migrate_drupal_ui/src/Form/IncrementalForm.php |
The date formatter service. |
InlineBlock::blockValidate |
function |
core/modules/layout_builder/src/Plugin/Block/InlineBlock.php |
|
inline_form_errors_preprocess_datetime_wrapper |
function |
core/modules/inline_form_errors/inline_form_errors.module |
Implements hook_preprocess_HOOK() for datetime form wrapper templates. |
InOperator::validate |
function |
core/modules/views/src/Plugin/views/filter/InOperator.php |
Validate that the plugin is correct and can be saved. |
InOperatorTest::testValidate |
function |
core/modules/views/tests/src/Unit/Plugin/filter/InOperatorTest.php |
@covers ::validate |
InOperatorTest::validate_options_callback |
function |
core/modules/views/tests/src/Unit/Plugin/filter/InOperatorTest.php |
Views filter callback: Generate the values for the options. |
InputStreamUploadedFile::validate |
function |
core/modules/file/src/Upload/InputStreamUploadedFile.php |
Validates the uploaded file information. |
InputTest::testInputIsValidated |
function |
core/tests/Drupal/KernelTests/Core/Recipe/InputTest.php |
Tests input validation. |
InstallCommand::validateProfile |
function |
core/lib/Drupal/Core/Command/InstallCommand.php |
Validates a user provided install profile. |
InstallCommand::validateRecipe |
function |
core/lib/Drupal/Core/Command/InstallCommand.php |
Validates a user provided recipe. |
InstallProfileUninstallValidator::validate |
function |
core/lib/Drupal/Core/Extension/InstallProfileUninstallValidator.php |
Determines the reasons a module can not be uninstalled. |
InstallTest::testUninstallPostUpdateFunctions |
function |
core/modules/system/tests/src/Kernel/Module/InstallTest.php |
Ensures that post update functions are removed on uninstallation. |
InvalidUpdateHookTest |
class |
core/modules/system/tests/src/Functional/UpdateSystem/InvalidUpdateHookTest.php |
Tests that hook_update_8000() is disallowed. |
InvalidUpdateHookTest.php |
file |
core/modules/system/tests/src/Functional/UpdateSystem/InvalidUpdateHookTest.php |
|
InvalidUpdateHookTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/UpdateSystem/InvalidUpdateHookTest.php |
The theme to install as the default for testing. |
InvalidUpdateHookTest::$modules |
property |
core/modules/system/tests/src/Functional/UpdateSystem/InvalidUpdateHookTest.php |
Modules to install. |
InvalidUpdateHookTest::$updateUrl |
property |
core/modules/system/tests/src/Functional/UpdateSystem/InvalidUpdateHookTest.php |
URL for the upgrade script. |
InvalidUpdateHookTest::$updateUser |
property |
core/modules/system/tests/src/Functional/UpdateSystem/InvalidUpdateHookTest.php |
A user account with upgrade permission. |
InvalidUpdateHookTest::setUp |
function |
core/modules/system/tests/src/Functional/UpdateSystem/InvalidUpdateHookTest.php |
|
InvalidUpdateHookTest::testInvalidUpdateHook |
function |
core/modules/system/tests/src/Functional/UpdateSystem/InvalidUpdateHookTest.php |
Tests updating from a module with a hook_update_8000(). |
IsNullConstraintValidator::validate |
function |
core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/IsNullConstraintValidator.php |
|
JsonApiDocumentTopLevelNormalizer::validateRequestBody |
function |
core/modules/jsonapi/src/Normalizer/JsonApiDocumentTopLevelNormalizer.php |
Performs minimal validation of the document. |
JsonApiFunctionalDateFieldTest |
class |
core/modules/jsonapi/tests/src/Functional/JsonApiFunctionalDateFieldTest.php |
JSON:API integration test for the "Date" field. |
JsonApiFunctionalDateFieldTest.php |
file |
core/modules/jsonapi/tests/src/Functional/JsonApiFunctionalDateFieldTest.php |
|