StringDatabaseStorage::dbDelete |
function |
drupal/core/modules/locale/lib/Drupal/locale/StringDatabaseStorage.php |
Creates delete query. |
DatabaseBackend::deleteMultiple |
function |
drupal/core/lib/Drupal/Core/Cache/DatabaseBackend.php |
Implements Drupal\Core\Cache\CacheBackendInterface::deleteMultiple(). |
AdminBlockDeleteForm::getFormID |
function |
drupal/core/modules/block/lib/Drupal/block/Form/AdminBlockDeleteForm.php |
Returns a unique string identifying the form. |
TestBase::filePreDeleteCallback |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/TestBase.php |
Ensures test files are deletable within file_unmanaged_delete_recursive(). |
AdminBlockDeleteForm::buildForm |
function |
drupal/core/modules/block/lib/Drupal/block/Form/AdminBlockDeleteForm.php |
Implements \Drupal\Core\Form\FormInterface::buildForm(). |
field_test_field_storage_delete |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.storage.inc |
Implements hook_field_storage_delete(). |
ConfigImporterTest::testDeleted |
function |
drupal/core/modules/config/lib/Drupal/config/Tests/ConfigImporterTest.php |
Tests deletion of configuration during import. |
FeedItemsDelete::getConfirmText |
function |
drupal/core/modules/aggregator/lib/Drupal/aggregator/Form/FeedItemsDelete.php |
Implements \Drupal\Core\Form\ConfirmFormBase::getConfirmText(). |
hook_field_storage_delete_field |
function |
drupal/core/modules/field/field.api.php |
Act on deletion of a field. |
file_unmanaged_delete_recursive |
function |
drupal/core/includes/file.inc |
Deletes all files and directories in the specified filepath recursively. |
RevisionLinkDelete::render_link |
function |
drupal/core/modules/node/lib/Drupal/node/Plugin/views/field/RevisionLinkDelete.php |
|
MenuLinkDeleteForm::getQuestion |
function |
drupal/core/modules/menu/lib/Drupal/menu/Form/MenuLinkDeleteForm.php |
Returns the question to ask the user. |
MenuDeleteMenuForm::getQuestion |
function |
drupal/core/modules/menu/lib/Drupal/menu/Form/MenuDeleteMenuForm.php |
Returns the question to ask the user. |
UnmanagedDeleteTest::testNormal |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/File/UnmanagedDeleteTest.php |
Delete a normal file. |
MemcacheProfilerStorage::delete |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/MemcacheProfilerStorage.php |
Delete item from the memcache server |
comment_multiple_delete_confirm |
function |
drupal/core/modules/comment/comment.admin.inc |
Form constructor for the confirmation form for bulk comment deletion. |
DatabaseStorage::deleteMultiple |
function |
drupal/core/lib/Drupal/Core/KeyValueStore/DatabaseStorage.php |
Implements Drupal\Core\KeyValueStore\KeyValueStoreInterface::deleteMultiple(). |
node_access_test_node_predelete |
function |
drupal/core/modules/node/tests/modules/node_access_test/node_access_test.module |
Implements hook_node_predelete(). |
DateFormatDeleteForm::$formatID |
property |
drupal/core/modules/system/lib/Drupal/system/Form/DateFormatDeleteForm.php |
The ID of the date format to be deleted. |
DateFormatDeleteForm::getFormID |
function |
drupal/core/modules/system/lib/Drupal/system/Form/DateFormatDeleteForm.php |
Returns a unique string identifying the form. |
DateFormatDeleteForm::buildForm |
function |
drupal/core/modules/system/lib/Drupal/system/Form/DateFormatDeleteForm.php |
|
ConfigTestDeleteForm::getFormID |
function |
drupal/core/modules/config/tests/config_test/lib/Drupal/config_test/Form/ConfigTestDeleteForm.php |
Returns a unique string identifying the form. |
ConfigTestDeleteForm::buildForm |
function |
drupal/core/modules/config/tests/config_test/lib/Drupal/config_test/Form/ConfigTestDeleteForm.php |
Implements \Drupal\Drupal\Core\Form\ConfirmFormBase::buildForm(). |
hook_taxonomy_vocabulary_delete |
function |
drupal/core/modules/taxonomy/taxonomy.api.php |
Respond to taxonomy vocabulary deletion. |
views.view.test_view_delete.yml |
file |
drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_view_delete.yml |
drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_view_delete.yml |
FieldDeleteForm::$entityManager |
property |
drupal/core/modules/field_ui/lib/Drupal/field_ui/Form/FieldDeleteForm.php |
The entity manager. |
DrupalDiffFormatter::deletedLine |
function |
drupal/core/lib/Drupal/Component/Diff/DiffEngine.php |
Note: you should HTML-escape parameter before calling this. |
ImageEffectDeleteForm::getFormID |
function |
drupal/core/modules/image/lib/Drupal/image/Form/ImageEffectDeleteForm.php |
Returns a unique string identifying the form. |
ImageEffectDeleteForm::buildForm |
function |
drupal/core/modules/image/lib/Drupal/image/Form/ImageEffectDeleteForm.php |
Implements \Drupal\Core\Form\FormInterface::buildForm(). |
ImageStyleDeleteForm::submitForm |
function |
drupal/core/modules/image/lib/Drupal/image/Form/ImageStyleDeleteForm.php |
Form submission handler. |
ItemStorageController::preDelete |
function |
drupal/core/modules/aggregator/lib/Drupal/aggregator/ItemStorageController.php |
Overrides Drupal\Core\Entity\DataBaseStorageController::preDelete(). |
FeedStorageController::preDelete |
function |
drupal/core/modules/aggregator/lib/Drupal/aggregator/FeedStorageController.php |
Overrides Drupal\Core\Entity\DataBaseStorageController::preDelete(). |
CacheBackendInterface::deleteAll |
function |
drupal/core/lib/Drupal/Core/Cache/CacheBackendInterface.php |
Deletes all cache items in a bin. |
translation_entity_delete_access |
function |
drupal/core/modules/translation_entity/translation_entity.module |
Access callback for the translation delete page. |
ConfigTestFormController::delete |
function |
drupal/core/modules/config/tests/config_test/lib/Drupal/config_test/ConfigTestFormController.php |
Overrides Drupal\Core\Entity\EntityFormController::delete(). |
translation_entity_entity_delete |
function |
drupal/core/modules/translation_entity/translation_entity.module |
Implements hook_entity_delete(). |
DatabaseFileUsageBackend::delete |
function |
drupal/core/modules/file/lib/Drupal/file/FileUsage/DatabaseFileUsageBackend.php |
Implements Drupal\file\FileUsage\FileUsageInterface::delete(). |
DeleteTruncateTest::testTruncate |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/DeleteTruncateTest.php |
Confirms that we can truncate a whole table successfully. |
AdminBlockDeleteForm::submitForm |
function |
drupal/core/modules/block/lib/Drupal/block/Form/AdminBlockDeleteForm.php |
Form submission handler. |
EntityTestFormController::delete |
function |
drupal/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/EntityTestFormController.php |
Overrides Drupal\Core\Entity\EntityFormController::delete(). |
MemcachedProfilerStorage::delete |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/MemcachedProfilerStorage.php |
Delete item from the memcache server |
field_test_field_delete_instance |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.storage.inc |
Implements hook_field_delete_instance(). |
UnmanagedDeleteRecursiveTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/File/UnmanagedDeleteRecursiveTest.php |
Definition of Drupal\system\Tests\File\UnmanagedDeleteRecursiveTest. |
UnmanagedDeleteTest::testMissing |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/File/UnmanagedDeleteTest.php |
Try deleting a missing file. |
Controller::deleteObjectIdentity |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/Controller.php |
Deletes the object identity from the database. |
FileStorageController::preDelete |
function |
drupal/core/modules/file/lib/Drupal/file/FileStorageController.php |
Overrides Drupal\Core\Entity\DatabaseStorageController::preDelete(). |
NodeStorageController::preDelete |
function |
drupal/core/modules/node/lib/Drupal/node/NodeStorageController.php |
Overrides Drupal\Core\Entity\DatabaseStorageController::preDelete(). |
DateFormatDeleteForm::submitForm |
function |
drupal/core/modules/system/lib/Drupal/system/Form/DateFormatDeleteForm.php |
Form submission handler. |
ConfigTestDeleteForm::submitForm |
function |
drupal/core/modules/config/tests/config_test/lib/Drupal/config_test/Form/ConfigTestDeleteForm.php |
Form submission handler. |
ImageEffectDeleteForm::submitForm |
function |
drupal/core/modules/image/lib/Drupal/image/Form/ImageEffectDeleteForm.php |
Form submission handler. |