FileUnmanagedDeleteRecursiveTest::testSingleFile |
function |
core/modules/simpletest/tests/file.test |
Delete a normal file. |
FieldBulkDeleteTestCase::testDeleteFieldInstance |
function |
core/modules/field/tests/field.test |
Verify that deleting an instance leaves the field data items in
the database and that the appropriate Field API functions can
operate on the deleted data and instance. |
EntityReferenceBehaviorHandler::entityPostDelete |
function |
core/modules/entityreference/plugins/behavior/EntityReferenceBehaviorHandler.inc |
Act after deleting an entity. |
FieldBulkDeleteTestCase::convertToPartialEntities |
function |
core/modules/field/tests/field.test |
Converts the passed entities to partially created ones. |
views_handler_field_node_link_delete::render_link |
function |
core/modules/node/views/views_handler_field_node_link_delete.inc |
Renders the link. |
views_handler_field_node_revision_link_delete.inc |
file |
core/modules/node/views/views_handler_field_node_revision_link_delete.inc |
Definition of views_handler_field_node_revision_link_delete. |
FieldAttachStorageTestCase::testFieldAttachDelete |
function |
core/modules/field/tests/field.test |
Test field_attach_delete(). |
views_handler_field_file_link_delete::render_link |
function |
core/modules/file/views/views_handler_field_file_link_delete.inc |
Renders the link. |
FileUnmanagedDeleteRecursiveTest::testSubDirectory |
function |
core/modules/simpletest/tests/file.test |
Try deleting subdirectories with some files. |
redirect_handler_field_redirect_link_delete::query |
function |
core/modules/redirect/views/redirect_handler_field_redirect_link_delete.inc |
Called to add the field to a query. |
FieldInstanceCrudTestCase::testDeleteFieldInstance |
function |
core/modules/field/tests/field.test |
Test the deletion of a field instance. |
views_handler_field_file_link_delete::options_form |
function |
core/modules/file/views/views_handler_field_file_link_delete.inc |
Default options form that provides the label widget that all fields
should have. |
DatabaseDeleteTruncateTestCase::testSubselectDelete |
function |
core/modules/simpletest/tests/database_test.test |
Confirm that we can use a subselect in a delete successfully. |
redirect_handler_field_redirect_link_delete::render |
function |
core/modules/redirect/views/redirect_handler_field_redirect_link_delete.inc |
Render the field. |
EntityReferenceBehaviorHandlerInterface::postDelete |
function |
core/modules/entityreference/plugins/behavior/EntityReferenceBehaviorHandler.inc |
Act after deleting an entity with an entity reference field. |
FileUnmanagedDeleteRecursiveTest::testEmptyDirectory |
function |
core/modules/simpletest/tests/file.test |
Try deleting an empty directory. |
views_handler_field_comment_link_delete::render_link |
function |
core/modules/comment/views/views_handler_field_comment_link_delete.inc |
|
views_handler_field_node_revision_link_delete::access |
function |
core/modules/node/views/views_handler_field_node_revision_link_delete.inc |
Check whether current user has access to this handler. |
redirect_handler_field_redirect_link_delete::construct |
function |
core/modules/redirect/views/redirect_handler_field_redirect_link_delete.inc |
Construct a new field handler. |
GenericFieldTest::formTestGenericFieldNodeAddDeleteForm |
function |
modules/examples/field_permission_example/tests/field_permission_example.test |
Add and delete all field types through Form API. |
FieldAttachStorageTestCase::testFieldAttachDeleteBundle |
function |
core/modules/field/tests/field.test |
Test field_attach_delete_bundle(). |
views_handler_field_file_link_delete::option_definition |
function |
core/modules/file/views/views_handler_field_file_link_delete.inc |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
redirect_handler_field_redirect_link_delete::options_form |
function |
core/modules/redirect/views/redirect_handler_field_redirect_link_delete.inc |
Default options form that provides the label widget that all fields
should have. |
EntityReferenceBehaviorHandlerInterface::entityPostDelete |
function |
core/modules/entityreference/plugins/behavior/EntityReferenceBehaviorHandler.inc |
Act after deleting an entity. |
views_handler_field_node_revision_link_delete::render_link |
function |
core/modules/node/views/views_handler_field_node_revision_link_delete.inc |
|
redirect_handler_field_redirect_link_delete::option_definition |
function |
core/modules/redirect/views/redirect_handler_field_redirect_link_delete.inc |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
TaxonomyVocabularyUnitTest::testTaxonomyVocabularyDeleteWithTerms |
function |
core/modules/taxonomy/tests/taxonomy.test |
Test deleting a taxonomy that contains terms. |