hook_updater_info_alter |
function |
core/lib/Drupal/Core/Extension/module.api.php |
Alter the Updater information array. |
hook_update_dependencies |
function |
core/lib/Drupal/Core/Extension/module.api.php |
Return an array of information about module update dependencies. |
hook_update_last_removed |
function |
core/lib/Drupal/Core/Extension/module.api.php |
Return a number which is no longer available as hook_update_N(). |
hook_update_N |
function |
core/lib/Drupal/Core/Extension/module.api.php |
Perform a single update between minor versions. |
hook_update_projects_alter |
function |
core/modules/update/update.api.php |
Alter the list of projects before fetching data and comparing versions. |
hook_update_status_alter |
function |
core/modules/update/update.api.php |
Alter the information about available updates for projects. |
hook_verify_update_archive |
function |
core/modules/update/update.api.php |
Verify an archive after it has been downloaded and extracted. |
hook_views_invalidate_cache |
function |
core/modules/views/views.api.php |
Allow modules to respond to the invalidation of the Views cache. |
HTMLRestrictions::validateAllowedRestrictionsPhase1 |
function |
core/modules/ckeditor5/src/HTMLRestrictions.php |
Validates allowed elements — phase 1: shape of keys. |
HTMLRestrictions::validateAllowedRestrictionsPhase2 |
function |
core/modules/ckeditor5/src/HTMLRestrictions.php |
Validates allowed elements — phase 2: shape of values. |
HTMLRestrictions::validateAllowedRestrictionsPhase3 |
function |
core/modules/ckeditor5/src/HTMLRestrictions.php |
Validates allowed elements — phase 3: HTML tag attribute restriction keys. |
HTMLRestrictions::validateAllowedRestrictionsPhase4 |
function |
core/modules/ckeditor5/src/HTMLRestrictions.php |
Validates allowed elements — phase 4: HTML tag attr restriction values. |
HTMLRestrictions::validateAllowedRestrictionsPhase5 |
function |
core/modules/ckeditor5/src/HTMLRestrictions.php |
Validates allowed elements — phase 5: disallowed attribute overrides. |
IdentifierFieldSchemaTypeUpdateTest |
class |
core/modules/system/tests/src/Functional/Update/IdentifierFieldSchemaTypeUpdateTest.php |
Tests the upgrade path for updating the stored type of identifier fields. |
IdentifierFieldSchemaTypeUpdateTest.php |
file |
core/modules/system/tests/src/Functional/Update/IdentifierFieldSchemaTypeUpdateTest.php |
|
IdentifierFieldSchemaTypeUpdateTest::setDatabaseDumpFiles |
function |
core/modules/system/tests/src/Functional/Update/IdentifierFieldSchemaTypeUpdateTest.php |
Set database dump files to be used. |
IdentifierFieldSchemaTypeUpdateTest::testSystemUpdate8901 |
function |
core/modules/system/tests/src/Functional/Update/IdentifierFieldSchemaTypeUpdateTest.php |
Tests system_update_8901(). |
image.post_update.php |
file |
core/modules/image/image.post_update.php |
Post-update functions for Image. |
Image::validateConfigurationForm |
function |
core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Image.php |
|
ImageConfigUpdater |
class |
core/modules/image/src/ImageConfigUpdater.php |
Provides a BC layer for modules providing old configurations. |
ImageConfigUpdater.php |
file |
core/modules/image/src/ImageConfigUpdater.php |
|
ImageConfigUpdater::processImageLazyLoad |
function |
core/modules/image/src/ImageConfigUpdater.php |
Re-order mappings by breakpoint ID and descending numeric multiplier order. |
ImageEffectFormBase::validateForm |
function |
core/modules/image/src/Form/ImageEffectFormBase.php |
Form validation handler. |
ImageFieldValidateTest |
class |
core/modules/image/tests/src/FunctionalJavascript/ImageFieldValidateTest.php |
Tests validation functions such as min/max resolution. |
ImageFieldValidateTest |
class |
core/modules/image/tests/src/Functional/ImageFieldValidateTest.php |
Tests validation functions such as min/max resolution. |
ImageFieldValidateTest.php |
file |
core/modules/image/tests/src/FunctionalJavascript/ImageFieldValidateTest.php |
|
ImageFieldValidateTest.php |
file |
core/modules/image/tests/src/Functional/ImageFieldValidateTest.php |
|
ImageFieldValidateTest::$defaultTheme |
property |
core/modules/image/tests/src/FunctionalJavascript/ImageFieldValidateTest.php |
The theme to install as the default for testing. |
ImageFieldValidateTest::$defaultTheme |
property |
core/modules/image/tests/src/Functional/ImageFieldValidateTest.php |
The theme to install as the default for testing. |
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 resolution settings. |
ImageFieldValidateTest::testValid |
function |
core/modules/image/tests/src/Functional/ImageFieldValidateTest.php |
Tests image validity. |
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 resolution fields. |
ImageLazyLoadUpdateTest |
class |
core/modules/image/tests/src/Functional/ImageLazyLoadUpdateTest.php |
Tests lazy-load upgrade path. |
ImageLazyLoadUpdateTest.php |
file |
core/modules/image/tests/src/Functional/ImageLazyLoadUpdateTest.php |
|
ImageLazyLoadUpdateTest::setDatabaseDumpFiles |
function |
core/modules/image/tests/src/Functional/ImageLazyLoadUpdateTest.php |
Set database dump files to be used. |
ImageLazyLoadUpdateTest::testUpdate |
function |
core/modules/image/tests/src/Functional/ImageLazyLoadUpdateTest.php |
Test new lazy-load setting upgrade path. |
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. |