Search for update

  1. Search 7.x for update
  2. Search 9.5.x for update
  3. Search 10.3.x for update
  4. Search 11.x for update
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Update class core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestMysql/Update.php MySQL test implementation of \Drupal\Core\Database\Query\Update.
Update class core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestPgsql/Update.php PostgreSQL implementation of \Drupal\Core\Database\Query\Update.
Update class core/lib/Drupal/Core/Database/Driver/sqlite/Update.php SQLite implementation of \Drupal\Core\Database\Query\Update.
Update class core/lib/Drupal/Core/Database/Driver/mysql/Update.php MySQL implementation of \Drupal\Core\Database\Query\Update.
Update class core/lib/Drupal/Core/Database/Driver/pgsql/Update.php PostgreSQL implementation of \Drupal\Core\Database\Query\Update.
Update class core/lib/Drupal/Core/Database/Query/Update.php General class for an abstracted UPDATE operation.

All search results

Title Object type File name Summary
MediaLibraryUpdateViewTableDisplayTest::testMediaLibraryViewTableDisplay function core/modules/media_library/tests/src/Functional/Update/MediaLibraryUpdateViewTableDisplayTest.php Tests the widget_table display is added to the views config.
MediaLibraryUpdateWidgetViewTest class core/modules/media_library/tests/src/Functional/Update/MediaLibraryUpdateWidgetViewTest.php Tests the media library module updates for the widget view.
MediaLibraryUpdateWidgetViewTest.php file core/modules/media_library/tests/src/Functional/Update/MediaLibraryUpdateWidgetViewTest.php
MediaLibraryUpdateWidgetViewTest::setDatabaseDumpFiles function core/modules/media_library/tests/src/Functional/Update/MediaLibraryUpdateWidgetViewTest.php Set database dump files to be used.
MediaLibraryUpdateWidgetViewTest::testMediaLibraryViewsConfig function core/modules/media_library/tests/src/Functional/Update/MediaLibraryUpdateWidgetViewTest.php Tests that the media library view config is updated.
MediaLibraryWidget::updateWidget function core/modules/media_library/src/Plugin/Field/FieldWidget/MediaLibraryWidget.php AJAX callback to update the widget when the selection changes.
MediaUpdateTest class core/modules/media/tests/src/Functional/Update/MediaUpdateTest.php Tests that media settings are properly updated during database updates.
MediaUpdateTest.php file core/modules/media/tests/src/Functional/Update/MediaUpdateTest.php
MediaUpdateTest::setDatabaseDumpFiles function core/modules/media/tests/src/Functional/Update/MediaUpdateTest.php Set database dump files to be used.
MediaUpdateTest::testBundlePermission function core/modules/media/tests/src/Functional/Update/MediaUpdateTest.php Tests that media permissions are correctly migrated.
MediaUpdateTest::testEnableStandaloneUrl function core/modules/media/tests/src/Functional/Update/MediaUpdateTest.php Tests that the standalone URL is still accessible.
MediaUpdateTest::testMediaViewStatusExtraFilter function core/modules/media/tests/src/Functional/Update/MediaUpdateTest.php Tests that the status extra filter is added to the media view.
MediaUpdateTest::testOEmbedConfig function core/modules/media/tests/src/Functional/Update/MediaUpdateTest.php Tests that media.settings config is updated with oEmbed configuration.
MediaUpdateTest::testOwnerEntityKey function core/modules/media/tests/src/Functional/Update/MediaUpdateTest.php Tests that the media entity type has an 'owner' entity key.
media_library.post_update.php file core/modules/media_library/media_library.post_update.php Post update functions for Media Library.
media_library_post_update_add_buttons_to_page_view function core/modules/media_library/media_library.post_update.php Add edit and delete button to media library view page display.
media_library_post_update_add_langcode_filters function core/modules/media_library/media_library.post_update.php Add langcode filters to media library view displays.
media_library_post_update_add_media_library_image_style function core/modules/media_library/media_library.post_update.php Create the 'media_library' image style if necessary.
media_library_post_update_add_status_extra_filter function core/modules/media_library/media_library.post_update.php Add a status extra filter to the media library view default display.
media_library_post_update_default_administrative_list_to_table_display function core/modules/media_library/media_library.post_update.php Sets /admin/content/media to the table display of the 'media' view.
media_library_post_update_display_modes function core/modules/media_library/media_library.post_update.php Create and configure Media Library form and view displays for media types.
media_library_post_update_table_display function core/modules/media_library/media_library.post_update.php Add a table display to the media library view and link grid/table displays.
media_library_post_update_update_8001_checkbox_classes function core/modules/media_library/media_library.post_update.php Add non js prefixed classes to checkboxes if not present.
media_library_update_8701 function core/modules/media_library/media_library.install Create the 'media_library' image style.
media_library_update_8702 function core/modules/media_library/media_library.install Updates the media library view widget display (contextual) filters.
media_library_update_8703 function core/modules/media_library/media_library.install This update has been removed and will not run.
media_library_update_8704 function core/modules/media_library/media_library.install Creates the media_library.settings config object.
media_post_update_add_status_extra_filter function core/modules/media/media.post_update.php Add a status extra filter to the media view default display.
media_post_update_collection_route function core/modules/media/media.post_update.php Clear caches due to changes in local tasks and action links.
media_post_update_enable_standalone_url function core/modules/media/media.post_update.php Keep media items viewable at /media/{id}.
media_post_update_storage_handler function core/modules/media/media.post_update.php Clear caches due to the addition of a Media-specific entity storage handler.
media_update_8500 function core/modules/media/media.install Introduce per-bundle permissions.
media_update_8600 function core/modules/media/media.install Updates media.settings to support OEmbed.
media_update_8700 function core/modules/media/media.install Set the 'owner' entity key and update the field.
MemoryStorageTest::update function core/tests/Drupal/KernelTests/Core/Config/Storage/MemoryStorageTest.php
MenuBlockPostUpdateTest class core/modules/system/tests/src/Functional/Update/MenuBlockPostUpdateTest.php Tests updating menu blocks configuration.
MenuBlockPostUpdateTest.php file core/modules/system/tests/src/Functional/Update/MenuBlockPostUpdateTest.php
MenuBlockPostUpdateTest::$defaultTheme property core/modules/system/tests/src/Functional/Update/MenuBlockPostUpdateTest.php The theme to install as the default for testing.
MenuBlockPostUpdateTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/MenuBlockPostUpdateTest.php Set database dump files to be used.
MenuBlockPostUpdateTest::testPostUpdateMenuBlockFields function core/modules/system/tests/src/Functional/Update/MenuBlockPostUpdateTest.php Tests updating blocks with default 'expand_all_items' value.
MenuLinkContent::updateLink function core/modules/menu_link_content/src/Plugin/Menu/MenuLinkContent.php Updates the definition values for a menu link.
MenuLinkContentUpdateTest class core/modules/menu_link_content/tests/src/Functional/Update/MenuLinkContentUpdateTest.php Tests the upgrade path for custom menu links.
MenuLinkContentUpdateTest.php file core/modules/menu_link_content/tests/src/Functional/Update/MenuLinkContentUpdateTest.php
MenuLinkContentUpdateTest::assertMenuLinkTitle function core/modules/menu_link_content/tests/src/Functional/Update/MenuLinkContentUpdateTest.php Assert that a menu link label matches the expectation.
MenuLinkContentUpdateTest::replaceUser1 function core/modules/menu_link_content/tests/src/Functional/Update/MenuLinkContentUpdateTest.php Replace User 1 with the user created here.
MenuLinkContentUpdateTest::setDatabaseDumpFiles function core/modules/menu_link_content/tests/src/Functional/Update/MenuLinkContentUpdateTest.php Set database dump files to be used.
MenuLinkContentUpdateTest::testConversionToRevisionable function core/modules/menu_link_content/tests/src/Functional/Update/MenuLinkContentUpdateTest.php Tests the conversion of custom menu links to be revisionable.
MenuLinkContentUpdateTest::testMissingDataUpdateRequirementsCheck function core/modules/menu_link_content/tests/src/Functional/Update/MenuLinkContentUpdateTest.php Test the update hook requirements check for revisionable menu links.
MenuLinkContentUpdateTest::testPublishedEntityKeyAddition function core/modules/menu_link_content/tests/src/Functional/Update/MenuLinkContentUpdateTest.php Tests the addition of the publishing status entity key.
MenuLinkDefault::updateLink function core/lib/Drupal/Core/Menu/MenuLinkDefault.php Updates the definition values for a menu link.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.