| MediaLibraryWidget::validateRequired |
function |
core/modules/media_library/src/Plugin/Field/FieldWidget/MediaLibraryWidget.php |
Validates whether the widget is required and contains values. |
| MediaListBuilder::$dateFormatter |
property |
core/modules/media/src/MediaListBuilder.php |
The date formatter service. |
| MediaMappingsConstraintValidator::validate |
function |
core/modules/media/src/Plugin/Validation/Constraint/MediaMappingsConstraintValidator.php |
|
| MediaSelection::validateReferenceableNewEntities |
function |
core/modules/media/src/Plugin/EntityReferenceSelection/MediaSelection.php |
Validates which newly created entities can be referenced. |
| MediaSourceBase::validateConfigurationForm |
function |
core/modules/media/src/MediaSourceBase.php |
Form validation handler. |
| MediaTestConstraintValidator::validate |
function |
core/modules/media/tests/modules/media_test_source/src/Plugin/Validation/Constraint/MediaTestConstraintValidator.php |
|
| MediaTypeForm::validateForm |
function |
core/modules/media/src/MediaTypeForm.php |
Form validation handler. |
| MediaTypeValidationTest::testMediaSourceIsValidated |
function |
core/modules/media/tests/src/Kernel/MediaTypeValidationTest.php |
Tests that the media source plugin's existence is validated. |
| media_filter_format_edit_form_validate |
function |
core/modules/media/media.module |
Validate callback to ensure filter order and allowed_html are compatible. |
| media_library.post_update.php |
file |
core/modules/media_library/media_library.post_update.php |
Post update functions for Media Library. |
| media_library_removed_post_updates |
function |
core/modules/media_library/media_library.post_update.php |
Implements hook_removed_post_updates(). |
| media_library_update_last_removed |
function |
core/modules/media_library/media_library.install |
Implements hook_update_last_removed(). |
| media_post_update_media_author_views_filter_update |
function |
core/modules/media/media.post_update.php |
Empty update function to clear the Views data cache. |
| media_removed_post_updates |
function |
core/modules/media/media.post_update.php |
Implements hook_removed_post_updates(). |
| media_update_last_removed |
function |
core/modules/media/media.install |
Implements hook_update_last_removed(). |
| MemoryBackend::invalidate |
function |
core/lib/Drupal/Core/Cache/MemoryBackend.php |
Marks a cache item as invalid. |
| MemoryBackend::invalidateAll |
function |
core/lib/Drupal/Core/Cache/MemoryBackend.php |
Marks all cache items as invalid. |
| MemoryBackend::invalidateMultiple |
function |
core/lib/Drupal/Core/Cache/MemoryBackend.php |
Marks cache items as invalid. |
| MemoryBackend::invalidateTags |
function |
core/lib/Drupal/Core/Cache/MemoryBackend.php |
Marks cache items with any of the specified tags as invalid. |
| MemoryStorageTest::update |
function |
core/tests/Drupal/KernelTests/Core/Config/Storage/MemoryStorageTest.php |
Updates configuration data in the storage. |
| MenuBlockDepthTest::testUpdate |
function |
core/modules/block/tests/src/Functional/Update/MenuBlockDepthTest.php |
Tests that menu blocks with a `depth` setting of 0 are changed to NULL. |
| MenuLinkContent::updateLink |
function |
core/modules/menu_link_content/src/Plugin/Menu/MenuLinkContent.php |
Updates the definition values for a menu link. |
| MenuLinkContentHooks::pathAliasUpdate |
function |
core/modules/menu_link_content/src/Hook/MenuLinkContentHooks.php |
Implements hook_ENTITY_TYPE_update() for 'path_alias'. |
| MenuLinkContentHooks::updatePathAlias |
function |
core/modules/menu_link_content/src/Hook/MenuLinkContentHooks.php |
Helper function to update plugin definition using internal scheme. |
| MenuLinkDefault::updateLink |
function |
core/lib/Drupal/Core/Menu/MenuLinkDefault.php |
Updates the definition values for a menu link. |
| MenuLinkDefaultForm::validateConfigurationForm |
function |
core/lib/Drupal/Core/Menu/Form/MenuLinkDefaultForm.php |
Form validation handler. |
| MenuLinkDefaultTest::testUpdateLink |
function |
core/tests/Drupal/Tests/Core/Menu/MenuLinkDefaultTest.php |
Tests update link. |
| MenuLinkDefaultTest::testUpdateLinkWithoutPersist |
function |
core/tests/Drupal/Tests/Core/Menu/MenuLinkDefaultTest.php |
Tests update link without persist. |
| MenuLinkDepthConstraintValidator::validate |
function |
core/lib/Drupal/Core/Menu/Plugin/Validation/Constraint/MenuLinkDepthConstraintValidator.php |
|
| MenuLinkEditForm::validateForm |
function |
core/modules/menu_ui/src/Form/MenuLinkEditForm.php |
Form validation handler. |
| MenuLinkInterface::updateLink |
function |
core/lib/Drupal/Core/Menu/MenuLinkInterface.php |
Updates the definition values for a menu link. |
| MenuLinkManager::updateDefinition |
function |
core/lib/Drupal/Core/Menu/MenuLinkManager.php |
Updates the values for a menu link definition in the menu tree storage. |
| MenuLinkManagerInterface::updateDefinition |
function |
core/lib/Drupal/Core/Menu/MenuLinkManagerInterface.php |
Updates the values for a menu link definition in the menu tree storage. |
| MenuLinkMock::updateLink |
function |
core/tests/Drupal/Tests/Core/Menu/MenuLinkMock.php |
Updates the definition values for a menu link. |
| MenuLinksTest::testMenuLinkContentParentUpdate |
function |
core/modules/menu_link_content/tests/src/Kernel/MenuLinksTest.php |
Tests the MenuLinkContent::preDelete function. |
| MenuLinksTest::testMenuLinkParentUpdate |
function |
core/modules/menu_link_content/tests/src/Kernel/MenuLinksTest.php |
Tests automatic update of parent menu links. |
| MenuSettingsConstraintValidator::validate |
function |
core/modules/menu_ui/src/Plugin/Validation/Constraint/MenuSettingsConstraintValidator.php |
|
| MenuTreeHierarchyConstraintValidator::validate |
function |
core/modules/menu_link_content/src/Plugin/Validation/Constraint/MenuTreeHierarchyConstraintValidator.php |
|
| MenuTreeStorage::updateParentalStatus |
function |
core/lib/Drupal/Core/Menu/MenuTreeStorage.php |
Sets has_children for the link's parent if it has visible children. |
| MenuTreeStorageSchemaUpdateTest |
class |
core/modules/system/tests/src/Functional/Update/MenuTreeStorageSchemaUpdateTest.php |
Tests update of menu tree storage fields. |
| MenuTreeStorageSchemaUpdateTest.php |
file |
core/modules/system/tests/src/Functional/Update/MenuTreeStorageSchemaUpdateTest.php |
|
| MenuTreeStorageSchemaUpdateTest::$connection |
property |
core/modules/system/tests/src/Functional/Update/MenuTreeStorageSchemaUpdateTest.php |
The database. |
| MenuTreeStorageSchemaUpdateTest::setDatabaseDumpFiles |
function |
core/modules/system/tests/src/Functional/Update/MenuTreeStorageSchemaUpdateTest.php |
Set database dump files to be used. |
| MenuTreeStorageSchemaUpdateTest::setUp |
function |
core/modules/system/tests/src/Functional/Update/MenuTreeStorageSchemaUpdateTest.php |
|
| MenuTreeStorageSchemaUpdateTest::testSchemaLengthAfterUpdate |
function |
core/modules/system/tests/src/Functional/Update/MenuTreeStorageSchemaUpdateTest.php |
Tests DB behavior after update. |
| menu_link_content.post_update.php |
file |
core/modules/menu_link_content/menu_link_content.post_update.php |
Post update functions for the Menu link content module. |
| menu_link_content_removed_post_updates |
function |
core/modules/menu_link_content/menu_link_content.post_update.php |
Implements hook_removed_post_updates(). |
| menu_link_content_update_last_removed |
function |
core/modules/menu_link_content/menu_link_content.install |
Implements hook_update_last_removed(). |
| menu_ui_form_node_type_form_validate |
function |
core/modules/menu_ui/menu_ui.module |
Validate handler for forms with menu options. |
| Merge::$needsUpdate |
property |
core/lib/Drupal/Core/Database/Query/Merge.php |
Flag indicating whether an UPDATE is necessary. |