MediaDeleteMultipleConfirmForm.php |
file |
core/modules/media/src/Form/MediaDeleteMultipleConfirmForm.php |
|
MediaDeleteMultipleConfirmForm::$mediaItems |
property |
core/modules/media/src/Form/MediaDeleteMultipleConfirmForm.php |
The array of media items to delete, indexed by ID and language. |
MediaDeleteMultipleConfirmForm::$storage |
property |
core/modules/media/src/Form/MediaDeleteMultipleConfirmForm.php |
The entity storage. |
MediaDeleteMultipleConfirmForm::$tempStoreFactory |
property |
core/modules/media/src/Form/MediaDeleteMultipleConfirmForm.php |
The tempstore factory. |
MediaDeleteMultipleConfirmForm::buildForm |
function |
core/modules/media/src/Form/MediaDeleteMultipleConfirmForm.php |
@todo Change to trait or base class when #2843395 is done. |
MediaDeleteMultipleConfirmForm::create |
function |
core/modules/media/src/Form/MediaDeleteMultipleConfirmForm.php |
Instantiates a new instance of this class. |
MediaDeleteMultipleConfirmForm::getCancelUrl |
function |
core/modules/media/src/Form/MediaDeleteMultipleConfirmForm.php |
Returns the route to go to if the user cancels the action. |
MediaDeleteMultipleConfirmForm::getConfirmText |
function |
core/modules/media/src/Form/MediaDeleteMultipleConfirmForm.php |
Returns a caption for the button that confirms the action. |
MediaDeleteMultipleConfirmForm::getFormId |
function |
core/modules/media/src/Form/MediaDeleteMultipleConfirmForm.php |
Returns a unique string identifying the form. |
MediaDeleteMultipleConfirmForm::getQuestion |
function |
core/modules/media/src/Form/MediaDeleteMultipleConfirmForm.php |
Returns the question to ask the user. |
MediaDeleteMultipleConfirmForm::submitForm |
function |
core/modules/media/src/Form/MediaDeleteMultipleConfirmForm.php |
@todo Change to trait or base class when #2843395 is done. |
MediaDeleteMultipleConfirmForm::__construct |
function |
core/modules/media/src/Form/MediaDeleteMultipleConfirmForm.php |
Constructs a MediaDeleteMultipleConfirmForm form object. |
MediaLibraryUpdateViewPageDisplayEditDeleteLinkTest |
class |
core/modules/media_library/tests/src/Functional/Update/MediaLibraryUpdateViewPageDisplayEditDeleteLinkTest.php |
Tests the media library module updates for the view page display links. |
MediaLibraryUpdateViewPageDisplayEditDeleteLinkTest.php |
file |
core/modules/media_library/tests/src/Functional/Update/MediaLibraryUpdateViewPageDisplayEditDeleteLinkTest.php |
|
MediaLibraryUpdateViewPageDisplayEditDeleteLinkTest::setDatabaseDumpFiles |
function |
core/modules/media_library/tests/src/Functional/Update/MediaLibraryUpdateViewPageDisplayEditDeleteLinkTest.php |
Set database dump files to be used. |
MediaLibraryUpdateViewPageDisplayEditDeleteLinkTest::testMediaLibraryViewsConfig |
function |
core/modules/media_library/tests/src/Functional/Update/MediaLibraryUpdateViewPageDisplayEditDeleteLinkTest.php |
Tests that the media library view config is updated. |
MediaTypeDeleteConfirmForm |
class |
core/modules/media/src/Form/MediaTypeDeleteConfirmForm.php |
Provides a form for media type deletion. |
MediaTypeDeleteConfirmForm.php |
file |
core/modules/media/src/Form/MediaTypeDeleteConfirmForm.php |
|
MediaTypeDeleteConfirmForm::$entityTypeManager |
property |
core/modules/media/src/Form/MediaTypeDeleteConfirmForm.php |
The entity type manager. |
MediaTypeDeleteConfirmForm::buildForm |
function |
core/modules/media/src/Form/MediaTypeDeleteConfirmForm.php |
Form constructor. |
MediaTypeDeleteConfirmForm::create |
function |
core/modules/media/src/Form/MediaTypeDeleteConfirmForm.php |
Instantiates a new instance of this class. |
MediaTypeDeleteConfirmForm::__construct |
function |
core/modules/media/src/Form/MediaTypeDeleteConfirmForm.php |
Constructs a new MediaTypeDeleteConfirm object. |
Memory::deleteItem |
function |
core/lib/Drupal/Core/Queue/Memory.php |
Deletes a finished item from the queue. |
Memory::deleteQueue |
function |
core/lib/Drupal/Core/Queue/Memory.php |
Deletes a queue and every item in the queue. |
MemoryBackend::delete |
function |
core/lib/Drupal/Core/Cache/MemoryBackend.php |
Deletes an item from the cache. |
MemoryBackend::deleteAll |
function |
core/lib/Drupal/Core/Cache/MemoryBackend.php |
Deletes all cache items in a bin. |
MemoryBackend::deleteMultiple |
function |
core/lib/Drupal/Core/Cache/MemoryBackend.php |
Deletes multiple items from the cache. |
MemoryCounterBackend::delete |
function |
core/lib/Drupal/Core/Cache/MemoryCounterBackend.php |
Deletes an item from the cache. |
MemoryStorage::delete |
function |
core/lib/Drupal/Core/Config/MemoryStorage.php |
Deletes a configuration object from the storage. |
MemoryStorage::delete |
function |
core/lib/Drupal/Core/KeyValueStore/MemoryStorage.php |
Deletes an item from the key/value store. |
MemoryStorage::deleteAll |
function |
core/lib/Drupal/Core/Config/MemoryStorage.php |
Deletes configuration objects whose names start with a given prefix. |
MemoryStorage::deleteAll |
function |
core/lib/Drupal/Core/KeyValueStore/MemoryStorage.php |
Deletes all items from the key/value store. |
MemoryStorage::deleteMultiple |
function |
core/lib/Drupal/Core/KeyValueStore/MemoryStorage.php |
Deletes multiple items from the key/value store. |
MemoryStorageTest::delete |
function |
core/tests/Drupal/KernelTests/Core/Config/Storage/MemoryStorageTest.php |
|
Menu::delete |
function |
core/modules/system/src/Entity/Menu.php |
Deletes an entity permanently. |
Menu::preDelete |
function |
core/modules/system/src/Entity/Menu.php |
Acts on entities before they are deleted and before hooks are invoked. |
MenuDeleteForm |
class |
core/modules/menu_ui/src/Form/MenuDeleteForm.php |
Defines a confirmation form for deletion of a custom menu. |
MenuDeleteForm.php |
file |
core/modules/menu_ui/src/Form/MenuDeleteForm.php |
|
MenuDeleteForm::$connection |
property |
core/modules/menu_ui/src/Form/MenuDeleteForm.php |
The database connection. |
MenuDeleteForm::$menuLinkManager |
property |
core/modules/menu_ui/src/Form/MenuDeleteForm.php |
The menu link manager. |
MenuDeleteForm::create |
function |
core/modules/menu_ui/src/Form/MenuDeleteForm.php |
Instantiates a new instance of this class. |
MenuDeleteForm::getDescription |
function |
core/modules/menu_ui/src/Form/MenuDeleteForm.php |
Returns additional text to display as a description. |
MenuDeleteForm::logDeletionMessage |
function |
core/modules/menu_ui/src/Form/MenuDeleteForm.php |
Logs a message about the deleted entity. |
MenuDeleteForm::submitForm |
function |
core/modules/menu_ui/src/Form/MenuDeleteForm.php |
|
MenuDeleteForm::__construct |
function |
core/modules/menu_ui/src/Form/MenuDeleteForm.php |
Constructs a new MenuDeleteForm. |
MenuLinkBase::deleteLink |
function |
core/lib/Drupal/Core/Menu/MenuLinkBase.php |
Deletes a menu link. |
MenuLinkBase::getDeleteRoute |
function |
core/lib/Drupal/Core/Menu/MenuLinkBase.php |
Returns route information for a route to delete the menu link. |
MenuLinkContent::deleteLink |
function |
core/modules/menu_link_content/src/Plugin/Menu/MenuLinkContent.php |
Deletes a menu link. |
MenuLinkContent::getDeleteRoute |
function |
core/modules/menu_link_content/src/Plugin/Menu/MenuLinkContent.php |
Returns route information for a route to delete the menu link. |
MenuLinkContent::preDelete |
function |
core/modules/menu_link_content/src/Entity/MenuLinkContent.php |
Acts on entities before they are deleted and before hooks are invoked. |