PhpStorageInterface::delete |
function |
core/lib/Drupal/Component/PhpStorage/PhpStorageInterface.php |
Deletes PHP code from storage. |
PhpStorageInterface::deleteAll |
function |
core/lib/Drupal/Component/PhpStorage/PhpStorageInterface.php |
Removes all files in this bin. |
PredefinedStatesWorkflowTestType::deleteState |
function |
core/modules/workflows/tests/modules/workflow_type_test/src/Plugin/WorkflowType/PredefinedStatesWorkflowTestType.php |
Deletes a state from the workflow. |
PrepareModulesEntityUninstallForm::deleteContentEntities |
function |
core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php |
Deletes the content entities of the specified entity type. |
PrivateTempStore::delete |
function |
core/lib/Drupal/Core/TempStore/PrivateTempStore.php |
Deletes data from the store for a given key and releases the lock on it. |
PrivateTempStoreTest::testDelete |
function |
core/tests/Drupal/Tests/Core/TempStore/PrivateTempStoreTest.php |
Tests the delete() method. |
PrivateTempStoreTest::testDeleteLocking |
function |
core/tests/Drupal/Tests/Core/TempStore/PrivateTempStoreTest.php |
Tests the locking in the delete() method. |
PrivateTempStoreTest::testDeleteWithNoLockAvailable |
function |
core/tests/Drupal/Tests/Core/TempStore/PrivateTempStoreTest.php |
Tests the delete() method with no lock available. |
QueryFactory::deleteConfigKeyStore |
function |
core/lib/Drupal/Core/Config/Entity/Query/QueryFactory.php |
Deletes lookup data. |
QueryFactory::onConfigDelete |
function |
core/lib/Drupal/Core/Config/Entity/Query/QueryFactory.php |
Removes configuration entity from key store. |
QueueInterface::deleteItem |
function |
core/lib/Drupal/Core/Queue/QueueInterface.php |
Deletes a finished item from the queue. |
QueueInterface::deleteQueue |
function |
core/lib/Drupal/Core/Queue/QueueInterface.php |
Deletes a queue and every item in the queue. |
QuickStartTest::fileUnmanagedDeleteRecursive |
function |
core/tests/Drupal/Tests/Core/Command/QuickStartTest.php |
Deletes all files and directories in the specified path recursively. |
ReadOnlyStorage::delete |
function |
core/lib/Drupal/Core/Config/ReadOnlyStorage.php |
Deletes a configuration object from the storage. |
ReadOnlyStorage::deleteAll |
function |
core/lib/Drupal/Core/Config/ReadOnlyStorage.php |
Deletes configuration objects whose names start with a given prefix. |
RecipeConfigStorageWrapper::delete |
function |
core/lib/Drupal/Core/Recipe/RecipeConfigStorageWrapper.php |
Deletes a configuration object from the storage. |
RecipeConfigStorageWrapper::deleteAll |
function |
core/lib/Drupal/Core/Recipe/RecipeConfigStorageWrapper.php |
Deletes configuration objects whose names start with a given prefix. |
RecipeExtensionConfigStorage::delete |
function |
core/lib/Drupal/Core/Recipe/RecipeExtensionConfigStorage.php |
Deletes a configuration object from the storage. |
RecipeExtensionConfigStorage::deleteAll |
function |
core/lib/Drupal/Core/Recipe/RecipeExtensionConfigStorage.php |
Deletes configuration objects whose names start with a given prefix. |
RecipeOverrideConfigStorage::delete |
function |
core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php |
Deletes a configuration object from the storage. |
RecipeOverrideConfigStorage::deleteAll |
function |
core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php |
Deletes configuration objects whose names start with a given prefix. |
RecipeQuickStartTest::fileUnmanagedDeleteRecursive |
function |
core/tests/Drupal/Tests/Core/Recipe/RecipeQuickStartTest.php |
Deletes all files and directories in the specified path recursively. |
RemoteFileDeleteRecursiveTest |
class |
core/tests/Drupal/KernelTests/Core/File/RemoteFileDeleteRecursiveTest.php |
Tests the unmanaged file delete recursive function. |
RemoteFileDeleteRecursiveTest.php |
file |
core/tests/Drupal/KernelTests/Core/File/RemoteFileDeleteRecursiveTest.php |
|
RemoteFileDeleteRecursiveTest::$classname |
property |
core/tests/Drupal/KernelTests/Core/File/RemoteFileDeleteRecursiveTest.php |
A fully-qualified stream wrapper class name to register for the test. |
RemoteFileDeleteRecursiveTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/File/RemoteFileDeleteRecursiveTest.php |
Modules to install. |
RemoteFileDeleteRecursiveTest::$scheme |
property |
core/tests/Drupal/KernelTests/Core/File/RemoteFileDeleteRecursiveTest.php |
A stream wrapper scheme to register for the test. |
RemoteFileDeleteRecursiveTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/File/RemoteFileDeleteRecursiveTest.php |
|
RemoteFileDeleteTest |
class |
core/tests/Drupal/KernelTests/Core/File/RemoteFileDeleteTest.php |
Tests the unmanaged file delete function. |
RemoteFileDeleteTest.php |
file |
core/tests/Drupal/KernelTests/Core/File/RemoteFileDeleteTest.php |
|
RemoteFileDeleteTest::$classname |
property |
core/tests/Drupal/KernelTests/Core/File/RemoteFileDeleteTest.php |
A fully-qualified stream wrapper class name to register for the test. |
RemoteFileDeleteTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/File/RemoteFileDeleteTest.php |
Modules to install. |
RemoteFileDeleteTest::$scheme |
property |
core/tests/Drupal/KernelTests/Core/File/RemoteFileDeleteTest.php |
A stream wrapper scheme to register for the test. |
RemoteFileDeleteTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/File/RemoteFileDeleteTest.php |
|
RequiredStatesTest::testDeleteRequiredStateAPI |
function |
core/modules/workflows/tests/src/Kernel/RequiredStatesTest.php |
@covers \Drupal\workflows\Entity\Workflow::preSave |
ResourceTestBase::doTestDeleteIndividual |
function |
core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php |
Tests DELETEing an individual resource, plus edge cases to ensure good DX. |
RestResourceConfig::postDelete |
function |
core/modules/rest/src/Entity/RestResourceConfig.php |
Acts on deleted entities before the delete hook is invoked. |
RevisionableStorageInterface::deleteRevision |
function |
core/lib/Drupal/Core/Entity/RevisionableStorageInterface.php |
Deletes a specific entity revision. |
RevisionDeleteForm |
class |
core/lib/Drupal/Core/Entity/Form/RevisionDeleteForm.php |
Provides a form for deleting an entity revision. |
RevisionDeleteForm.php |
file |
core/lib/Drupal/Core/Entity/Form/RevisionDeleteForm.php |
|
RevisionDeleteForm::$moduleHandler |
property |
core/lib/Drupal/Core/Entity/Form/RevisionDeleteForm.php |
The module handler. |
RevisionDeleteForm::$operation |
property |
core/lib/Drupal/Core/Entity/Form/RevisionDeleteForm.php |
The entity operation. |
RevisionDeleteForm::$revision |
property |
core/lib/Drupal/Core/Entity/Form/RevisionDeleteForm.php |
The entity revision. |
RevisionDeleteForm::buildEntity |
function |
core/lib/Drupal/Core/Entity/Form/RevisionDeleteForm.php |
Builds an updated entity object based upon the submitted form values. |
RevisionDeleteForm::create |
function |
core/lib/Drupal/Core/Entity/Form/RevisionDeleteForm.php |
Instantiates a new instance of this class. |
RevisionDeleteForm::currentUser |
function |
core/lib/Drupal/Core/Entity/Form/RevisionDeleteForm.php |
Gets the current user. |
RevisionDeleteForm::getBaseFormId |
function |
core/lib/Drupal/Core/Entity/Form/RevisionDeleteForm.php |
Returns a string identifying the base form. |
RevisionDeleteForm::getBundleLabel |
function |
core/lib/Drupal/Core/Entity/Form/RevisionDeleteForm.php |
Returns the bundle label of an entity. |
RevisionDeleteForm::getCancelUrl |
function |
core/lib/Drupal/Core/Entity/Form/RevisionDeleteForm.php |
Returns the route to go to if the user cancels the action. |
RevisionDeleteForm::getConfirmText |
function |
core/lib/Drupal/Core/Entity/Form/RevisionDeleteForm.php |
Returns a caption for the button that confirms the action. |