FileDeleteTest::testNormal |
function |
core/tests/Drupal/KernelTests/Core/File/FileDeleteTest.php |
Delete a normal file. |
FileDeleteTest::testSymlinkDirectory |
function |
core/tests/Drupal/KernelTests/Core/File/FileDeleteTest.php |
Tests deleting a symlink to a directory. |
FileDeleteTest::testSymlinkDirectoryStreamWrappers |
function |
core/tests/Drupal/KernelTests/Core/File/FileDeleteTest.php |
Tests deleting using a symlinked directory using stream wrappers. |
FileFieldItemList::delete |
function |
core/modules/file/src/Plugin/Field/FieldType/FileFieldItemList.php |
Defines custom delete behavior for field values. |
FileFieldItemList::deleteRevision |
function |
core/modules/file/src/Plugin/Field/FieldType/FileFieldItemList.php |
Defines custom revision delete behavior for field values. |
FileHooks::filePredelete |
function |
core/modules/file/src/Hook/FileHooks.php |
Implements hook_ENTITY_TYPE_predelete() for file entities. |
FileReadOnlyStorage::delete |
function |
core/lib/Drupal/Component/PhpStorage/FileReadOnlyStorage.php |
Deletes PHP code from storage. |
FileReadOnlyStorage::deleteAll |
function |
core/lib/Drupal/Component/PhpStorage/FileReadOnlyStorage.php |
Removes all files in this bin. |
FileStorage::delete |
function |
core/lib/Drupal/Component/PhpStorage/FileStorage.php |
Deletes PHP code from storage. |
FileStorage::delete |
function |
core/lib/Drupal/Core/Config/FileStorage.php |
Deletes a configuration object from the storage. |
FileStorage::deleteAll |
function |
core/lib/Drupal/Core/Config/FileStorage.php |
Deletes configuration objects whose names start with a given prefix. |
FileStorage::deleteAll |
function |
core/lib/Drupal/Component/PhpStorage/FileStorage.php |
Removes all files in this bin. |
FileStorageReadOnlyTest::testDeleteAll |
function |
core/tests/Drupal/Tests/Component/PhpStorage/FileStorageReadOnlyTest.php |
@legacy-covers ::deleteAll |
FileStorageTest::delete |
function |
core/tests/Drupal/KernelTests/Core/Config/Storage/FileStorageTest.php |
Deletes configuration data from the storage. |
FileStorageTest::testDeleteAll |
function |
core/tests/Drupal/Tests/Component/PhpStorage/FileStorageTest.php |
@legacy-covers ::deleteAll |
FileSystem::delete |
function |
core/lib/Drupal/Core/File/FileSystem.php |
Deletes a file without database changes or hook invocations. |
FileSystem::deleteRecursive |
function |
core/lib/Drupal/Core/File/FileSystem.php |
Deletes all files and directories in the specified filepath recursively. |
FileSystemInterface::delete |
function |
core/lib/Drupal/Core/File/FileSystemInterface.php |
Deletes a file without database changes or hook invocations. |
FileSystemInterface::deleteRecursive |
function |
core/lib/Drupal/Core/File/FileSystemInterface.php |
Deletes all files and directories in the specified filepath recursively. |
FileTestHooks::filePredelete |
function |
core/modules/file/tests/file_test/src/Hook/FileTestHooks.php |
Implements hook_ENTITY_TYPE_predelete() for file entities. |
FileUsageBase::delete |
function |
core/modules/file/src/FileUsage/FileUsageBase.php |
Removes a record to indicate that a module is no longer using a file. |
FileUsageInterface::delete |
function |
core/modules/file/src/FileUsage/FileUsageInterface.php |
Removes a record to indicate that a module is no longer using a file. |
FormBuilder::deleteCache |
function |
core/lib/Drupal/Core/Form/FormBuilder.php |
Deletes a form in the cache. |
FormCache::deleteCache |
function |
core/lib/Drupal/Core/Form/FormCache.php |
Deletes a form in the cache. |
FormCacheInterface::deleteCache |
function |
core/lib/Drupal/Core/Form/FormCacheInterface.php |
Deletes a form in the cache. |
FormCacheTest::testDeleteCache |
function |
core/tests/Drupal/Tests/Core/Form/FormCacheTest.php |
Tests delete cache. |
GenerateThemeTest::testDeleteDirectory |
function |
core/tests/Drupal/BuildTests/Command/GenerateThemeTest.php |
|
GenericCacheBackendUnitTestBase::testDelete |
function |
core/tests/Drupal/KernelTests/Core/Cache/GenericCacheBackendUnitTestBase.php |
Tests Drupal\Core\Cache\CacheBackendInterface::delete(). |
GenericCacheBackendUnitTestBase::testDeleteAll |
function |
core/tests/Drupal/KernelTests/Core/Cache/GenericCacheBackendUnitTestBase.php |
Tests Drupal\Core\Cache\CacheBackendInterface::deleteAll(). |
GenericCacheBackendUnitTestBase::testDeleteMultiple |
function |
core/tests/Drupal/KernelTests/Core/Cache/GenericCacheBackendUnitTestBase.php |
Tests delete multiple. |
HistoryHooks::nodeDelete |
function |
core/modules/history/src/Hook/HistoryHooks.php |
Implements hook_ENTITY_TYPE_delete() for node entities. |
HistoryHooks::userDelete |
function |
core/modules/history/src/Hook/HistoryHooks.php |
Implements hook_ENTITY_TYPE_delete() for user entities. |
hook_entity_bundle_delete |
function |
core/lib/Drupal/Core/Entity/entity.api.php |
Act on entity_bundle_delete(). |
hook_entity_delete |
function |
core/lib/Drupal/Core/Entity/entity.api.php |
Respond to entity deletion. |
hook_entity_predelete |
function |
core/lib/Drupal/Core/Entity/entity.api.php |
Act before entity deletion. |
hook_entity_revision_delete |
function |
core/lib/Drupal/Core/Entity/entity.api.php |
Respond to entity revision deletion. |
hook_entity_translation_delete |
function |
core/lib/Drupal/Core/Entity/entity.api.php |
Respond to entity translation deletion. |
hook_ENTITY_TYPE_delete |
function |
core/lib/Drupal/Core/Entity/entity.api.php |
Respond to entity deletion of a particular type. |
hook_ENTITY_TYPE_predelete |
function |
core/lib/Drupal/Core/Entity/entity.api.php |
Act before entity deletion of a particular entity type. |
hook_ENTITY_TYPE_revision_delete |
function |
core/lib/Drupal/Core/Entity/entity.api.php |
Respond to entity revision deletion of a particular type. |
hook_ENTITY_TYPE_translation_delete |
function |
core/lib/Drupal/Core/Entity/entity.api.php |
Respond to entity translation deletion of a particular type. |
Htmx::delete |
function |
core/lib/Drupal/Core/Htmx/Htmx.php |
Creates a `data-hx-delete` attribute. |
HtmxAttributesTest::testHxDelete |
function |
core/tests/Drupal/Tests/Core/Htmx/HtmxAttributesTest.php |
Test delete method. |
ImageEffectDeleteForm |
class |
core/modules/image/src/Form/ImageEffectDeleteForm.php |
Form for deleting an image effect. |
ImageEffectDeleteForm.php |
file |
core/modules/image/src/Form/ImageEffectDeleteForm.php |
|
ImageEffectDeleteForm::$imageEffect |
property |
core/modules/image/src/Form/ImageEffectDeleteForm.php |
The image effect to be deleted. |
ImageEffectDeleteForm::$imageStyle |
property |
core/modules/image/src/Form/ImageEffectDeleteForm.php |
The image style containing the image effect to be deleted. |
ImageEffectDeleteForm::buildForm |
function |
core/modules/image/src/Form/ImageEffectDeleteForm.php |
Form constructor. |
ImageEffectDeleteForm::getCancelUrl |
function |
core/modules/image/src/Form/ImageEffectDeleteForm.php |
Returns the route to go to if the user cancels the action. |
ImageEffectDeleteForm::getConfirmText |
function |
core/modules/image/src/Form/ImageEffectDeleteForm.php |
Returns a caption for the button that confirms the action. |