MigrateRowDeleteEvent::getMigration |
function |
core/modules/migrate/src/Event/MigrateRowDeleteEvent.php |
Gets the migration entity. |
MigrateRowDeleteEvent::__construct |
function |
core/modules/migrate/src/Event/MigrateRowDeleteEvent.php |
Constructs a row deletion event object. |
MigrateUpgradeImportBatch::onMapDelete |
function |
core/modules/migrate_drupal_ui/src/Batch/MigrateUpgradeImportBatch.php |
Counts up any map delete events. |
MigrateUpgradeImportBatch::onPostRowDelete |
function |
core/modules/migrate_drupal_ui/src/Batch/MigrateUpgradeImportBatch.php |
Reacts to item deletion. |
MTimeProtectedFastFileStorage::delete |
function |
core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php |
Deletes PHP code from storage. |
NegotiationBrowserDeleteForm |
class |
core/modules/language/src/Form/NegotiationBrowserDeleteForm.php |
Defines a confirmation form for deleting a browser language negotiation mapping. |
NegotiationBrowserDeleteForm.php |
file |
core/modules/language/src/Form/NegotiationBrowserDeleteForm.php |
|
NegotiationBrowserDeleteForm::$browserLangcode |
property |
core/modules/language/src/Form/NegotiationBrowserDeleteForm.php |
The browser language code to be deleted. |
NegotiationBrowserDeleteForm::buildForm |
function |
core/modules/language/src/Form/NegotiationBrowserDeleteForm.php |
Form constructor. |
NegotiationBrowserDeleteForm::getCancelUrl |
function |
core/modules/language/src/Form/NegotiationBrowserDeleteForm.php |
Returns the route to go to if the user cancels the action. |
NegotiationBrowserDeleteForm::getEditableConfigNames |
function |
core/modules/language/src/Form/NegotiationBrowserDeleteForm.php |
Gets the configuration names that will be editable. |
NegotiationBrowserDeleteForm::getFormId |
function |
core/modules/language/src/Form/NegotiationBrowserDeleteForm.php |
Returns a unique string identifying the form. |
NegotiationBrowserDeleteForm::getQuestion |
function |
core/modules/language/src/Form/NegotiationBrowserDeleteForm.php |
Returns the question to ask the user. |
NegotiationBrowserDeleteForm::submitForm |
function |
core/modules/language/src/Form/NegotiationBrowserDeleteForm.php |
Form submission handler. |
Node::postDelete |
function |
core/modules/node/src/Entity/Node.php |
Acts on deleted entities before the delete hook is invoked. |
Node::preDelete |
function |
core/modules/node/src/Entity/Node.php |
Acts on entities before they are deleted and before hooks are invoked. |
NodeAccessControlHandler::deleteGrants |
function |
core/modules/node/src/NodeAccessControlHandler.php |
Deletes all node access entries. |
NodeAccessControlHandlerInterface::deleteGrants |
function |
core/modules/node/src/NodeAccessControlHandlerInterface.php |
Deletes all node access entries. |
NodeDeleteConfirmTest |
class |
core/modules/node/tests/src/FunctionalJavascript/NodeDeleteConfirmTest.php |
Tests JavaScript functionality specific to delete operations. |
NodeDeleteConfirmTest.php |
file |
core/modules/node/tests/src/FunctionalJavascript/NodeDeleteConfirmTest.php |
|
NodeDeleteConfirmTest::$defaultTheme |
property |
core/modules/node/tests/src/FunctionalJavascript/NodeDeleteConfirmTest.php |
The theme to install as the default for testing. |
NodeDeleteConfirmTest::$modules |
property |
core/modules/node/tests/src/FunctionalJavascript/NodeDeleteConfirmTest.php |
Modules to install. |
NodeDeleteConfirmTest::setUp |
function |
core/modules/node/tests/src/FunctionalJavascript/NodeDeleteConfirmTest.php |
|
NodeDeleteConfirmTest::testNodeDelete |
function |
core/modules/node/tests/src/FunctionalJavascript/NodeDeleteConfirmTest.php |
Tests that the node delete operation opens in a modal. |
NodeDeleteConfirmTest::testNodeTypeDelete |
function |
core/modules/node/tests/src/FunctionalJavascript/NodeDeleteConfirmTest.php |
Tests that the node type delete operation opens in a modal. |
NodeDeleteForm |
class |
core/modules/node/src/Form/NodeDeleteForm.php |
Provides a form for deleting a node. |
NodeDeleteForm.php |
file |
core/modules/node/src/Form/NodeDeleteForm.php |
|
NodeDeleteForm::getDeletionMessage |
function |
core/modules/node/src/Form/NodeDeleteForm.php |
|
NodeDeleteForm::logDeletionMessage |
function |
core/modules/node/src/Form/NodeDeleteForm.php |
|
NodeDeprecationTest::testNodeRevisionDeleteDeprecation |
function |
core/modules/node/tests/src/Kernel/NodeDeprecationTest.php |
Tests the deprecation of node_revision_delete. |
NodeDeprecationTest::testNodeRevisionDeleteFormConstructorDeprecation |
function |
core/modules/node/tests/src/Kernel/NodeDeprecationTest.php |
Tests the deprecation of NodeRevisionDeleteForm constructor. |
NodeGrantDatabaseStorage::delete |
function |
core/modules/node/src/NodeGrantDatabaseStorage.php |
|
NodeGrantDatabaseStorage::deleteNodeRecords |
function |
core/modules/node/src/NodeGrantDatabaseStorage.php |
|
NodeGrantDatabaseStorageInterface::delete |
function |
core/modules/node/src/NodeGrantDatabaseStorageInterface.php |
Deletes all node access entries. |
NodeGrantDatabaseStorageInterface::deleteNodeRecords |
function |
core/modules/node/src/NodeGrantDatabaseStorageInterface.php |
Remove the access records belonging to certain nodes. |
NodeRevisionDeleteForm |
class |
core/modules/node/src/Form/NodeRevisionDeleteForm.php |
Provides a form for deleting a node revision. |
NodeRevisionDeleteForm.php |
file |
core/modules/node/src/Form/NodeRevisionDeleteForm.php |
|
NodeRevisionDeleteForm::$accessManager |
property |
core/modules/node/src/Form/NodeRevisionDeleteForm.php |
The access manager. |
NodeRevisionDeleteForm::$connection |
property |
core/modules/node/src/Form/NodeRevisionDeleteForm.php |
The database connection. |
NodeRevisionDeleteForm::$dateFormatter |
property |
core/modules/node/src/Form/NodeRevisionDeleteForm.php |
The date formatter service. |
NodeRevisionDeleteForm::$nodeStorage |
property |
core/modules/node/src/Form/NodeRevisionDeleteForm.php |
The node storage. |
NodeRevisionDeleteForm::$nodeTypeStorage |
property |
core/modules/node/src/Form/NodeRevisionDeleteForm.php |
The node type storage. |
NodeRevisionDeleteForm::$revision |
property |
core/modules/node/src/Form/NodeRevisionDeleteForm.php |
The node revision. |
NodeRevisionDeleteForm::buildForm |
function |
core/modules/node/src/Form/NodeRevisionDeleteForm.php |
Form constructor. |
NodeRevisionDeleteForm::create |
function |
core/modules/node/src/Form/NodeRevisionDeleteForm.php |
Instantiates a new instance of this class. |
NodeRevisionDeleteForm::getCancelUrl |
function |
core/modules/node/src/Form/NodeRevisionDeleteForm.php |
Returns the route to go to if the user cancels the action. |
NodeRevisionDeleteForm::getConfirmText |
function |
core/modules/node/src/Form/NodeRevisionDeleteForm.php |
Returns a caption for the button that confirms the action. |
NodeRevisionDeleteForm::getFormId |
function |
core/modules/node/src/Form/NodeRevisionDeleteForm.php |
Returns a unique string identifying the form. |
NodeRevisionDeleteForm::getQuestion |
function |
core/modules/node/src/Form/NodeRevisionDeleteForm.php |
Returns the question to ask the user. |
NodeRevisionDeleteForm::submitForm |
function |
core/modules/node/src/Form/NodeRevisionDeleteForm.php |
Form submission handler. |