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 |
---|---|---|---|
FieldConfig::$deleted | property | core/ |
Flag indicating whether the field is deleted. |
FieldConfig::isDeleted | function | core/ |
Gets the deleted flag of the field. |
FieldConfig::postDelete | function | core/ |
Acts on deleted entities before the delete hook is invoked. |
FieldConfig::preDelete | function | core/ |
Acts on entities before they are deleted and before hooks are invoked. |
FieldConfigDeleteForm | class | core/ |
Provides a form for removing a field from a bundle. |
FieldConfigDeleteForm.php | file | core/ |
|
FieldConfigDeleteForm::$entityTypeBundleInfo | property | core/ |
The entity type bundle info service. |
FieldConfigDeleteForm::buildForm | function | core/ |
Form constructor. |
FieldConfigDeleteForm::create | function | core/ |
Instantiates a new instance of this class. |
FieldConfigDeleteForm::getCancelUrl | function | core/ |
|
FieldConfigDeleteForm::getConfigNamesToDelete | function | core/ |
Returns config names to delete for the deletion confirmation form. |
FieldConfigDeleteForm::submitForm | function | core/ |
|
FieldConfigDeleteForm::__construct | function | core/ |
Constructs a new FieldConfigDeleteForm object. |
FieldConfigInterface::isDeleted | function | core/ |
Gets the deleted flag of the field. |
FieldConfigStorage::$deletedFieldsRepository | property | core/ |
The deleted fields repository. |
FieldConfigStorage::importDelete | function | core/ |
Delete entities upon synchronizing configuration changes. |
FieldCrudTest::testDeleteFieldCrossDeletion | function | core/ |
Tests the cross deletion behavior between field storages and fields. |
FieldCrudTest::testDeleteFieldNoData | function | core/ |
Test the deletion of a field with no data. |
FieldDefinitionListener::onFieldDefinitionDelete | function | core/ |
Reacts to the deletion of a field. |
FieldDefinitionListenerInterface::onFieldDefinitionDelete | function | core/ |
Reacts to the deletion of a field. |
FieldDefinitionListenerTest::testOnFieldDefinitionDeleteMultipleBundles | function | core/ |
@covers ::onFieldDefinitionDelete |
FieldDefinitionListenerTest::testOnFieldDefinitionDeleteSingleBundles | function | core/ |
@covers ::onFieldDefinitionDelete |
FieldImportDeleteTest | class | core/ |
Delete field storages and fields during config delete method invocation. |
FieldImportDeleteTest.php | file | core/ |
|
FieldImportDeleteTest::$modules | property | core/ |
Modules to enable. |
FieldImportDeleteTest::testImportDelete | function | core/ |
Tests deleting field storages and fields as part of config import. |
FieldImportDeleteUninstallTest | class | core/ |
Delete field storages and fields during config synchronization and uninstall module that provides the field type. |
FieldImportDeleteUninstallTest.php | file | core/ |
|
FieldImportDeleteUninstallTest::$modules | property | core/ |
Modules to enable. |
FieldImportDeleteUninstallTest::setUp | function | core/ |
Set the default field storage backend for fields created during tests. |
FieldImportDeleteUninstallTest::testImportAlreadyDeletedUninstall | function | core/ |
Tests purging already deleted field storages and fields during a config import. |
FieldImportDeleteUninstallTest::testImportDeleteUninstall | function | core/ |
Tests deleting field storages and fields as part of config import. |
FieldImportDeleteUninstallUiTest | class | core/ |
Delete field storages and fields during config synchronization and uninstall module that provides the field type through the UI. |
FieldImportDeleteUninstallUiTest.php | file | core/ |
|
FieldImportDeleteUninstallUiTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
FieldImportDeleteUninstallUiTest::$modules | property | core/ |
Modules to enable. |
FieldImportDeleteUninstallUiTest::setUp | function | core/ |
|
FieldImportDeleteUninstallUiTest::testImportDeleteUninstall | function | core/ |
Tests deleting field storages and fields as part of config import. |
FieldItemBase::delete | function | core/ |
Defines custom delete behavior for field values. |
FieldItemBase::deleteRevision | function | core/ |
Defines custom revision delete behavior for field values. |
FieldItemInterface::delete | function | core/ |
Defines custom delete behavior for field values. |
FieldItemInterface::deleteRevision | function | core/ |
Defines custom revision delete behavior for field values. |
FieldItemList::delete | function | core/ |
Defines custom delete behavior for field values. |
FieldItemList::deleteRevision | function | core/ |
Defines custom revision delete behavior for field values. |
FieldItemListInterface::delete | function | core/ |
Defines custom delete behavior for field values. |
FieldItemListInterface::deleteRevision | function | core/ |
Defines custom revision delete behavior for field values. |
FieldStorageConfig::$deleted | property | core/ |
Flag indicating whether the field is deleted. |
FieldStorageConfig::isDeleted | function | core/ |
Returns whether the field is deleted or not. |
FieldStorageConfig::postDelete | function | core/ |
Acts on deleted entities before the delete hook is invoked. |
FieldStorageConfig::preDelete | function | core/ |
Acts on entities before they are deleted and before hooks are invoked. |
Pagination
- Previous page
- Page 12
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.