Search for delete
- Search 7.x for delete
- Search 9.5.x for delete
- Search 10.3.x for delete
- Search 11.x for delete
- Other projects
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Delete | class | core/ |
MySQL test implementation of \Drupal\Core\Database\Query\Delete. |
Delete | class | core/ |
PostgreSQL implementation of \Drupal\Core\Database\Query\Delete. |
Delete | class | core/ |
SQLite implementation of \Drupal\Core\Database\Query\Delete. |
Delete | class | core/ |
MySQL implementation of \Drupal\Core\Database\Query\Delete. |
Delete | class | core/ |
PostgreSQL implementation of \Drupal\Core\Database\Query\Delete. |
Delete | class | core/ |
General class for an abstracted DELETE operation. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
FileSystem::delete | function | core/ |
Deletes a file without database changes or hook invocations. |
FileSystem::deleteRecursive | function | core/ |
Deletes all files and directories in the specified filepath recursively. |
FileSystemDeprecationTest::testDeprecatedUnmanagedFileDelete | function | core/ |
@expectedDeprecation file_unmanaged_delete() is deprecated in Drupal 8.7.0 and will be removed before Drupal 9.0.0. Use \Drupal\Core\File\FileSystemInterface::delete(). See https://www.drupal.org/node/3006851. |
FileSystemDeprecationTest::testDeprecatedUnmanagedFileDeleteRecursive | function | core/ |
@expectedDeprecation file_unmanaged_delete_recursive() is deprecated in Drupal 8.7.0 and will be removed before Drupal 9.0.0. Use \Drupal\Core\File\FileSystemInterface::deleteRecursive(). See https://www.drupal.org/node/3006851. |
FileSystemInterface::delete | function | core/ |
Deletes a file without database changes or hook invocations. |
FileSystemInterface::deleteRecursive | function | core/ |
Deletes all files and directories in the specified filepath recursively. |
FileUploadTest::testDeleteIndividual | function | core/ |
@requires module irrelevant_for_this_test |
FileUsageBase::delete | function | core/ |
Removes a record to indicate that a module is no longer using a file. |
FileUsageInterface::delete | function | core/ |
Removes a record to indicate that a module is no longer using a file. |
file_delete | function | core/ |
Deletes a file and its database record. |
file_delete_multiple | function | core/ |
Deletes files. |
file_file_predelete | function | core/ |
Implements hook_ENTITY_TYPE_predelete() for file entities. |
file_test_file_predelete | function | core/ |
Implements hook_ENTITY_TYPE_predelete() for file entities. |
file_unmanaged_delete | function | core/ |
Deletes a file without database changes or hook invocations. |
file_unmanaged_delete_recursive | function | core/ |
Deletes all files and directories in the specified filepath recursively. |
FormBuilder::deleteCache | function | core/ |
Deletes a form in the cache. |
FormCache::deleteCache | function | core/ |
Deletes a form in the cache. |
FormCacheInterface::deleteCache | function | core/ |
Deletes a form in the cache. |
FormCacheTest::testDeleteCache | function | core/ |
@covers ::deleteCache |
ForumIndexStorage::delete | function | core/ |
Deletes the records in {forum} table for the given node. |
ForumIndexStorage::deleteIndex | function | core/ |
Deletes the {forum_index} records for a given node. |
ForumIndexStorage::deleteRevision | function | core/ |
Deletes the records in {forum} table for a given node revision. |
ForumIndexStorageInterface::delete | function | core/ |
Deletes the records in {forum} table for the given node. |
ForumIndexStorageInterface::deleteIndex | function | core/ |
Deletes the {forum_index} records for a given node. |
ForumIndexStorageInterface::deleteRevision | function | core/ |
Deletes the records in {forum} table for a given node revision. |
ForumTest::deleteForum | function | core/ |
Deletes a forum. |
forum_comment_delete | function | core/ |
Implements hook_ENTITY_TYPE_delete() for comment entities. |
forum_node_predelete | function | core/ |
Implements hook_ENTITY_TYPE_predelete() for node entities. |
GenericCacheBackendUnitTestBase::testDelete | function | core/ |
Tests Drupal\Core\Cache\CacheBackendInterface::delete(). |
GenericCacheBackendUnitTestBase::testDelete | function | core/ |
Tests Drupal\Core\Cache\CacheBackendInterface::delete(). |
GenericCacheBackendUnitTestBase::testDeleteAll | function | core/ |
Test Drupal\Core\Cache\CacheBackendInterface::deleteAll(). |
GenericCacheBackendUnitTestBase::testDeleteAll | function | core/ |
Test Drupal\Core\Cache\CacheBackendInterface::deleteAll(). |
GenericCacheBackendUnitTestBase::testDeleteMultiple | function | core/ |
Test Drupal\Core\Cache\CacheBackendInterface::delete() and Drupal\Core\Cache\CacheBackendInterface::deleteMultiple(). |
GenericCacheBackendUnitTestBase::testDeleteMultiple | function | core/ |
Test Drupal\Core\Cache\CacheBackendInterface::delete() and Drupal\Core\Cache\CacheBackendInterface::deleteMultiple(). |
history_node_delete | function | core/ |
Implements hook_ENTITY_TYPE_delete() for node entities. |
history_user_delete | function | core/ |
Implements hook_ENTITY_TYPE_delete() for user entities. |
hook_entity_bundle_delete | function | core/ |
Act on entity_bundle_delete(). |
hook_entity_delete | function | core/ |
Respond to entity deletion. |
hook_entity_predelete | function | core/ |
Act before entity deletion. |
hook_entity_revision_delete | function | core/ |
Respond to entity revision deletion. |
hook_entity_translation_delete | function | core/ |
Respond to entity translation deletion. |
hook_ENTITY_TYPE_delete | function | core/ |
Respond to entity deletion of a particular type. |
hook_ENTITY_TYPE_predelete | function | core/ |
Act before entity deletion of a particular entity type. |
hook_ENTITY_TYPE_revision_delete | function | core/ |
Respond to entity revision deletion of a particular type. |
hook_ENTITY_TYPE_translation_delete | function | core/ |
Respond to entity translation deletion of a particular type. |
hook_path_delete | function | core/ |
Respond to a path being deleted. |
ImageEffectDeleteForm | class | core/ |
Form for deleting an image effect. |
ImageEffectDeleteForm.php | file | core/ |
|
ImageEffectDeleteForm::$imageEffect | property | core/ |
The image effect to be deleted. |
ImageEffectDeleteForm::$imageStyle | property | core/ |
The image style containing the image effect to be deleted. |
Pagination
- Previous page
- Page 14
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.