BookManagerInterface::updateOutline |
function |
core/modules/book/src/BookManagerInterface.php |
Handles additions and updates to the book outline. |
BookOutlineStorage::update |
function |
core/modules/book/src/BookOutlineStorage.php |
Updates book reference for links that were moved between books. |
BookOutlineStorage::updateMovedChildren |
function |
core/modules/book/src/BookOutlineStorage.php |
Update the book ID of the book link that it's being moved. |
BookOutlineStorageInterface::update |
function |
core/modules/book/src/BookOutlineStorageInterface.php |
Updates book reference for links that were moved between books. |
BookOutlineStorageInterface::updateMovedChildren |
function |
core/modules/book/src/BookOutlineStorageInterface.php |
Update the book ID of the book link that it's being moved. |
book_form_update |
function |
core/modules/book/book.module |
Renders a new parent page select element when the book selection changes. |
book_node_type_update |
function |
core/modules/book/book.module |
Implements hook_ENTITY_TYPE_update() for node_type entities. |
book_node_update |
function |
core/modules/book/book.module |
Implements hook_ENTITY_TYPE_update() for node entities. |
BrokenCacheUpdateTest |
class |
core/modules/system/tests/src/Functional/UpdateSystem/BrokenCacheUpdateTest.php |
Ensures that a broken or out-of-date element info cache is not used. |
BrokenCacheUpdateTest.php |
file |
core/modules/system/tests/src/Functional/UpdateSystem/BrokenCacheUpdateTest.php |
|
BrokenCacheUpdateTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/UpdateSystem/BrokenCacheUpdateTest.php |
The theme to install as the default for testing. |
BrokenCacheUpdateTest::setUp |
function |
core/modules/system/tests/src/Functional/UpdateSystem/BrokenCacheUpdateTest.php |
|
BrokenCacheUpdateTest::testUpdate |
function |
core/modules/system/tests/src/Functional/UpdateSystem/BrokenCacheUpdateTest.php |
Ensures that a broken or out-of-date element info cache is not used. |
CacheCollector::updateCache |
function |
core/lib/Drupal/Core/Cache/CacheCollector.php |
Writes a value to the persistent cache immediately. |
CacheCollectorTest::testUpdateCache |
function |
core/tests/Drupal/Tests/Core/Cache/CacheCollectorTest.php |
Tests updating the cache after a set. |
CacheCollectorTest::testUpdateCacheClear |
function |
core/tests/Drupal/Tests/Core/Cache/CacheCollectorTest.php |
Tests a clear of the cache collector. |
CacheCollectorTest::testUpdateCacheClearTags |
function |
core/tests/Drupal/Tests/Core/Cache/CacheCollectorTest.php |
Tests a clear of the cache collector using tags. |
CacheCollectorTest::testUpdateCacheDelete |
function |
core/tests/Drupal/Tests/Core/Cache/CacheCollectorTest.php |
Tests updating the cache after a delete. |
CacheCollectorTest::testUpdateCacheInvalidatedConflict |
function |
core/tests/Drupal/Tests/Core/Cache/CacheCollectorTest.php |
Tests updating the cache when there is a conflict after cache invalidation. |
CacheCollectorTest::testUpdateCacheLockFail |
function |
core/tests/Drupal/Tests/Core/Cache/CacheCollectorTest.php |
Tests updating the cache when the lock acquire fails. |
CacheCollectorTest::testUpdateCacheMerge |
function |
core/tests/Drupal/Tests/Core/Cache/CacheCollectorTest.php |
Tests updating the cache when a different request. |
CacheCollectorTest::testUpdateCacheNoChanges |
function |
core/tests/Drupal/Tests/Core/Cache/CacheCollectorTest.php |
Tests updating the cache when no changes were made. |
CacheCollectorTest::testUpdateCacheReset |
function |
core/tests/Drupal/Tests/Core/Cache/CacheCollectorTest.php |
Tests a reset of the cache collector. |
CachedStorageTest::update |
function |
core/tests/Drupal/KernelTests/Core/Config/Storage/CachedStorageTest.php |
|
ccc_update_test.info.yml |
file |
core/modules/update/tests/modules/ccc_update_test/ccc_update_test.info.yml |
core/modules/update/tests/modules/ccc_update_test/ccc_update_test.info.yml |
ckeditor.post_update.php |
file |
core/modules/ckeditor/ckeditor.post_update.php |
Post update functions for CKEditor. |
ckeditor5.post_update.php |
file |
core/modules/ckeditor5/ckeditor5.post_update.php |
Post update functions for CKEditor 5. |
CKEditor5UpdateAlignmentTest |
class |
core/modules/ckeditor5/tests/src/Functional/Update/CKEditor5UpdateAlignmentTest.php |
Tests the update path for CKEditor 5 alignment. |
CKEditor5UpdateAlignmentTest.php |
file |
core/modules/ckeditor5/tests/src/Functional/Update/CKEditor5UpdateAlignmentTest.php |
|
CKEditor5UpdateAlignmentTest::$defaultTheme |
property |
core/modules/ckeditor5/tests/src/Functional/Update/CKEditor5UpdateAlignmentTest.php |
The theme to install as the default for testing. |
CKEditor5UpdateAlignmentTest::setDatabaseDumpFiles |
function |
core/modules/ckeditor5/tests/src/Functional/Update/CKEditor5UpdateAlignmentTest.php |
Set database dump files to be used. |
CKEditor5UpdateAlignmentTest::testUpdateAlignmentButtons |
function |
core/modules/ckeditor5/tests/src/Functional/Update/CKEditor5UpdateAlignmentTest.php |
Tests update of individual button that are alignment configuration. |
CKEditor5UpdateImageToolbarItemTest |
class |
core/modules/ckeditor5/tests/src/Functional/Update/CKEditor5UpdateImageToolbarItemTest.php |
Tests the update path for the CKEditor 5 image toolbar item. |
CKEditor5UpdateImageToolbarItemTest.php |
file |
core/modules/ckeditor5/tests/src/Functional/Update/CKEditor5UpdateImageToolbarItemTest.php |
|
CKEditor5UpdateImageToolbarItemTest::$defaultTheme |
property |
core/modules/ckeditor5/tests/src/Functional/Update/CKEditor5UpdateImageToolbarItemTest.php |
The theme to install as the default for testing. |
CKEditor5UpdateImageToolbarItemTest::getFilterHtmlRestrictions |
function |
core/modules/ckeditor5/tests/src/Functional/Update/CKEditor5UpdateImageToolbarItemTest.php |
Gets the configured restrictions for the `filter_html` filter plugin. |
CKEditor5UpdateImageToolbarItemTest::getSourceEditingRestrictions |
function |
core/modules/ckeditor5/tests/src/Functional/Update/CKEditor5UpdateImageToolbarItemTest.php |
Gets the configured HTML restrictions for the Source Editing plugin. |
CKEditor5UpdateImageToolbarItemTest::provider |
function |
core/modules/ckeditor5/tests/src/Functional/Update/CKEditor5UpdateImageToolbarItemTest.php |
Data provider for ::test(). |
CKEditor5UpdateImageToolbarItemTest::setDatabaseDumpFiles |
function |
core/modules/ckeditor5/tests/src/Functional/Update/CKEditor5UpdateImageToolbarItemTest.php |
Set database dump files to be used. |
CKEditor5UpdateImageToolbarItemTest::test |
function |
core/modules/ckeditor5/tests/src/Functional/Update/CKEditor5UpdateImageToolbarItemTest.php |
Tests that `uploadImage` toolbar item is updated to `drupalInsertImage`. |
ckeditor5_post_update_alignment_buttons |
function |
core/modules/ckeditor5/ckeditor5.post_update.php |
Updates text formats that has alignment shown as individual buttons. |
ckeditor5_post_update_image_toolbar_item |
function |
core/modules/ckeditor5/ckeditor5.post_update.php |
The image toolbar item changed from `uploadImage` to `drupalInsertImage`. |
CKEditorAdminSortTrait::sortableUpdate |
function |
core/modules/ckeditor/tests/src/Traits/CKEditorAdminSortTrait.php |
Define to provide any necessary callback following layout change. |
CKEditorUpdateOmitDisabledPluginSettings |
class |
core/modules/ckeditor/tests/src/Functional/Update/CKEditorUpdateOmitDisabledPluginSettings.php |
Tests the update path for CKEditor plugin settings for disabled plugins. |
CKEditorUpdateOmitDisabledPluginSettings.php |
file |
core/modules/ckeditor/tests/src/Functional/Update/CKEditorUpdateOmitDisabledPluginSettings.php |
|
CKEditorUpdateOmitDisabledPluginSettings::$defaultTheme |
property |
core/modules/ckeditor/tests/src/Functional/Update/CKEditorUpdateOmitDisabledPluginSettings.php |
The theme to install as the default for testing. |
CKEditorUpdateOmitDisabledPluginSettings::setDatabaseDumpFiles |
function |
core/modules/ckeditor/tests/src/Functional/Update/CKEditorUpdateOmitDisabledPluginSettings.php |
Set database dump files to be used. |
CKEditorUpdateOmitDisabledPluginSettings::testUpdateUpdateOmitDisabledSettingsEntitySave |
function |
core/modules/ckeditor/tests/src/Functional/Update/CKEditorUpdateOmitDisabledPluginSettings.php |
Ensure settings for disabled CKEditor 4 plugins are omitted on entity save. |
CKEditorUpdateOmitDisabledPluginSettings::testUpdateUpdateOmitDisabledSettingsPostUpdate |
function |
core/modules/ckeditor/tests/src/Functional/Update/CKEditorUpdateOmitDisabledPluginSettings.php |
Ensure settings for disabled CKEditor 4 plugins are omitted on post update. |
ckeditor_post_update_omit_settings_for_disabled_plugins |
function |
core/modules/ckeditor/ckeditor.post_update.php |
Updates Text Editors using CKEditor 4 to omit settings for disabled plugins. |