| ShortcutSetDeleteForm::create |
function |
core/modules/shortcut/src/Form/ShortcutSetDeleteForm.php |
Instantiates a new instance of this class. |
| ShortcutSetDeleteForm::__construct |
function |
core/modules/shortcut/src/Form/ShortcutSetDeleteForm.php |
Constructs a ShortcutSetDeleteForm object. |
| ShortcutSetsTest::testShortcutSetDelete |
function |
core/modules/shortcut/tests/src/Functional/ShortcutSetsTest.php |
Tests deleting a shortcut set. |
| ShortcutSetsTest::testShortcutSetDeleteDefault |
function |
core/modules/shortcut/tests/src/Functional/ShortcutSetsTest.php |
Tests deleting the default shortcut set. |
| ShortcutSetStorage::deleteAssignedShortcutSets |
function |
core/modules/shortcut/src/ShortcutSetStorage.php |
Delete shortcut sets assigned to users. |
| ShortcutSetStorageInterface::deleteAssignedShortcutSets |
function |
core/modules/shortcut/src/ShortcutSetStorageInterface.php |
Delete shortcut sets assigned to users. |
| shortcut_user_delete |
function |
core/modules/shortcut/shortcut.module |
Implements hook_ENTITY_TYPE_delete(). |
| Sql::delete |
function |
core/modules/migrate/src/Plugin/migrate/id_map/Sql.php |
Deletes the map and message entries for a given source record. |
| Sql::deleteDestination |
function |
core/modules/migrate/src/Plugin/migrate/id_map/Sql.php |
Deletes the map and message table entries for a given destination row. |
| SqlContentEntityStorage::delete |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php |
Deletes permanently saved entities. |
| SqlContentEntityStorage::deleteFromDedicatedTables |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php |
Deletes values of fields in dedicated tables for all revisions. |
| SqlContentEntityStorage::deleteRevisionFromDedicatedTables |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php |
Deletes values of fields in dedicated tables for all revisions. |
| SqlContentEntityStorage::doDeleteFieldItems |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php |
Deletes entity field values from the storage. |
| SqlContentEntityStorage::doDeleteRevisionFieldItems |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php |
Deletes field values of an entity revision from the storage. |
| SqlContentEntityStorage::onBundleDelete |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php |
Reacts to a bundle being deleted. |
| SqlContentEntityStorage::onEntityTypeDelete |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php |
Reacts to the deletion of the entity type. |
| SqlContentEntityStorage::onFieldDefinitionDelete |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php |
Reacts to the deletion of a field. |
| SqlContentEntityStorage::onFieldStorageDefinitionDelete |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php |
Reacts to the deletion of a field storage definition. |
| SqlContentEntityStorageSchema::$deletedFieldsRepository |
property |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
The deleted fields repository. |
| SqlContentEntityStorageSchema::deleteDedicatedTableSchema |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Deletes the schema for a field stored in a dedicated table. |
| SqlContentEntityStorageSchema::deletedFieldsRepository |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Gets the deleted fields repository. |
| SqlContentEntityStorageSchema::deleteEntitySchemaData |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Deletes schema data for the given entity type definition. |
| SqlContentEntityStorageSchema::deleteEntitySchemaIndexes |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Deletes the specified entity schema indexes and keys. |
| SqlContentEntityStorageSchema::deleteFieldSchemaData |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Deletes schema data for the given field storage definition. |
| SqlContentEntityStorageSchema::deleteSharedTableSchema |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Deletes the schema for a field stored in a shared table. |
| SqlContentEntityStorageSchema::onEntityTypeDelete |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Reacts to the deletion of the entity type. |
| SqlContentEntityStorageSchema::onFieldStorageDefinitionDelete |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Reacts to the deletion of a field storage definition. |
| State::delete |
function |
core/lib/Drupal/Core/State/State.php |
Deletes an item. |
| State::deleteMultiple |
function |
core/lib/Drupal/Core/State/State.php |
Deletes multiple items. |
| StateInterface::delete |
function |
core/lib/Drupal/Core/State/StateInterface.php |
Deletes an item. |
| StateInterface::deleteMultiple |
function |
core/lib/Drupal/Core/State/StateInterface.php |
Deletes multiple items. |
| StaticDiscovery::deleteDefinition |
function |
core/lib/Drupal/Component/Plugin/Discovery/StaticDiscovery.php |
Deletes a plugin definition. |
| StaticFileCacheBackend::delete |
function |
core/tests/Drupal/Tests/Component/FileCache/StaticFileCacheBackend.php |
Deletes data from a cache backend. |
| StaticMenuLinkOverrides::deleteMultipleOverrides |
function |
core/lib/Drupal/Core/Menu/StaticMenuLinkOverrides.php |
Deletes multiple overrides to definitions of static (YAML-defined) links. |
| StaticMenuLinkOverrides::deleteOverride |
function |
core/lib/Drupal/Core/Menu/StaticMenuLinkOverrides.php |
Deletes any overrides to the definition of a static (YAML-defined) link. |
| StaticMenuLinkOverridesInterface::deleteMultipleOverrides |
function |
core/lib/Drupal/Core/Menu/StaticMenuLinkOverridesInterface.php |
Deletes multiple overrides to definitions of static (YAML-defined) links. |
| StaticMenuLinkOverridesInterface::deleteOverride |
function |
core/lib/Drupal/Core/Menu/StaticMenuLinkOverridesInterface.php |
Deletes any overrides to the definition of a static (YAML-defined) link. |
| StaticMenuLinkOverridesTest::providerTestDeleteOverrides |
function |
core/tests/Drupal/Tests/Core/Menu/StaticMenuLinkOverridesTest.php |
Provides test data for testDeleteOverrides. |
| StaticMenuLinkOverridesTest::testDeleteOverrides |
function |
core/tests/Drupal/Tests/Core/Menu/StaticMenuLinkOverridesTest.php |
Tests the deleteOverride and deleteOverrides method. |
| StatisticsAdminTest::testDeleteNode |
function |
core/modules/statistics/tests/src/Functional/StatisticsAdminTest.php |
Tests that when a node is deleted, the node counter is deleted too. |
| StatisticsStorageInterface::deleteViews |
function |
core/modules/statistics/src/StatisticsStorageInterface.php |
Delete counts for a specific entity. |
| statistics_node_predelete |
function |
core/modules/statistics/statistics.module |
Implements hook_ENTITY_TYPE_predelete() for node entities. |
| StorableConfigBase::delete |
function |
core/lib/Drupal/Core/Config/StorableConfigBase.php |
Deletes the configuration object. |
| StorageBase::delete |
function |
core/lib/Drupal/Core/KeyValueStore/StorageBase.php |
Deletes an item from the key/value store. |
| StorageComparer::addChangelistDelete |
function |
core/lib/Drupal/Core/Config/StorageComparer.php |
Creates the delete changelist. |
| StorageComparerTest::testCreateChangelistDelete |
function |
core/tests/Drupal/Tests/Core/Config/StorageComparerTest.php |
@covers ::createChangelist[[api-linebreak]] |
| StorageInterface::delete |
function |
core/lib/Drupal/Core/Config/StorageInterface.php |
Deletes a configuration object from the storage. |
| StorageInterface::deleteAll |
function |
core/lib/Drupal/Core/Config/StorageInterface.php |
Deletes configuration objects whose names start with a given prefix. |
| StorageReplaceDataWrapper::delete |
function |
core/modules/config/src/StorageReplaceDataWrapper.php |
Deletes a configuration object from the storage. |
| StorageReplaceDataWrapper::deleteAll |
function |
core/modules/config/src/StorageReplaceDataWrapper.php |
Deletes configuration objects whose names start with a given prefix. |