Delete |
class |
core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestMysql/Delete.php |
MySQL test implementation of \Drupal\Core\Database\Query\Delete. |
Delete |
class |
core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestPgsql/Delete.php |
PostgreSQL implementation of \Drupal\Core\Database\Query\Delete. |
Delete |
class |
core/lib/Drupal/Core/Database/Driver/sqlite/Delete.php |
SQLite implementation of \Drupal\Core\Database\Query\Delete. |
Delete |
class |
core/lib/Drupal/Core/Database/Driver/mysql/Delete.php |
MySQL implementation of \Drupal\Core\Database\Query\Delete. |
Delete |
class |
core/lib/Drupal/Core/Database/Driver/pgsql/Delete.php |
PostgreSQL implementation of \Drupal\Core\Database\Query\Delete. |
Delete |
class |
core/lib/Drupal/Core/Database/Query/Delete.php |
General class for an abstracted DELETE operation. |
Delete.php |
file |
core/lib/Drupal/Core/Database/Driver/sqlite/Delete.php |
|
Delete.php |
file |
core/lib/Drupal/Core/Database/Driver/mysql/Delete.php |
|
Delete.php |
file |
core/lib/Drupal/Core/Database/Driver/pgsql/Delete.php |
|
Delete.php |
file |
core/lib/Drupal/Core/Database/Query/Delete.php |
|
Delete.php |
file |
core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestMysql/Delete.php |
|
Delete.php |
file |
core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestPgsql/Delete.php |
|
Delete::$table |
property |
core/lib/Drupal/Core/Database/Query/Delete.php |
The table from which to delete. |
Delete::execute |
function |
core/lib/Drupal/Core/Database/Driver/pgsql/Delete.php |
Executes the DELETE query. |
Delete::execute |
function |
core/lib/Drupal/Core/Database/Query/Delete.php |
Executes the DELETE query. |
Delete::__construct |
function |
core/lib/Drupal/Core/Database/Query/Delete.php |
Constructs a Delete object. |
Delete::__toString |
function |
core/lib/Drupal/Core/Database/Query/Delete.php |
Implements PHP magic __toString method to convert the query to a string. |
DeleteAction |
class |
core/lib/Drupal/Core/Action/Plugin/Action/DeleteAction.php |
Redirects to an entity deletion form. |
DeleteAction.php |
file |
core/lib/Drupal/Core/Action/Plugin/Action/DeleteAction.php |
|
DeleteAction::$currentUser |
property |
core/lib/Drupal/Core/Action/Plugin/Action/DeleteAction.php |
The current user. |
DeleteAction::$tempStore |
property |
core/lib/Drupal/Core/Action/Plugin/Action/DeleteAction.php |
The tempstore object. |
DeleteAction::access |
function |
core/lib/Drupal/Core/Action/Plugin/Action/DeleteAction.php |
Checks object access. |
DeleteAction::create |
function |
core/lib/Drupal/Core/Action/Plugin/Action/DeleteAction.php |
Creates an instance of the plugin. |
DeleteAction::execute |
function |
core/lib/Drupal/Core/Action/Plugin/Action/DeleteAction.php |
Executes the plugin. |
DeleteAction::executeMultiple |
function |
core/lib/Drupal/Core/Action/Plugin/Action/DeleteAction.php |
Executes the plugin for an array of objects. |
DeleteAction::__construct |
function |
core/lib/Drupal/Core/Action/Plugin/Action/DeleteAction.php |
Constructs a new DeleteAction object. |
DeleteActionTest |
class |
core/tests/Drupal/KernelTests/Core/Action/DeleteActionTest.php |
@group Action |
DeleteActionTest.php |
file |
core/tests/Drupal/KernelTests/Core/Action/DeleteActionTest.php |
|
DeleteActionTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Action/DeleteActionTest.php |
Modules to enable. |
DeleteActionTest::$testUser |
property |
core/tests/Drupal/KernelTests/Core/Action/DeleteActionTest.php |
|
DeleteActionTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Action/DeleteActionTest.php |
|
DeleteActionTest::testDeleteAction |
function |
core/tests/Drupal/KernelTests/Core/Action/DeleteActionTest.php |
@covers \Drupal\Core\Action\Plugin\Action\DeleteAction::execute |
DeleteActionTest::testGetDerivativeDefinitions |
function |
core/tests/Drupal/KernelTests/Core/Action/DeleteActionTest.php |
@covers \Drupal\Core\Action\Plugin\Action\Derivative\EntityDeleteActionDeriver::getDerivativeDefinitions |
DeleteComment |
class |
core/modules/comment/src/Plugin/Action/DeleteComment.php |
Deletes a comment. |
DeleteComment.php |
file |
core/modules/comment/src/Plugin/Action/DeleteComment.php |
|
DeleteComment::__construct |
function |
core/modules/comment/src/Plugin/Action/DeleteComment.php |
Constructs a new DeleteAction object. |
DeleteDefaultLanguageException |
class |
core/modules/language/src/Exception/DeleteDefaultLanguageException.php |
Exception thrown when deleting the default language. |
DeleteDefaultLanguageException.php |
file |
core/modules/language/src/Exception/DeleteDefaultLanguageException.php |
|
DeletedFieldsRepository |
class |
core/lib/Drupal/Core/Field/DeletedFieldsRepository.php |
Provides a repository for deleted field and field storage objects. |
DeletedFieldsRepository.php |
file |
core/lib/Drupal/Core/Field/DeletedFieldsRepository.php |
|
DeletedFieldsRepository::$state |
property |
core/lib/Drupal/Core/Field/DeletedFieldsRepository.php |
The state key/value store. |
DeletedFieldsRepository::addFieldDefinition |
function |
core/lib/Drupal/Core/Field/DeletedFieldsRepository.php |
Adds a field definition object to the deleted list. |
DeletedFieldsRepository::addFieldStorageDefinition |
function |
core/lib/Drupal/Core/Field/DeletedFieldsRepository.php |
Adds a field storage definition object to the deleted list. |
DeletedFieldsRepository::getFieldDefinitions |
function |
core/lib/Drupal/Core/Field/DeletedFieldsRepository.php |
Returns a list of deleted field definitions. |
DeletedFieldsRepository::getFieldStorageDefinitions |
function |
core/lib/Drupal/Core/Field/DeletedFieldsRepository.php |
Returns a list of deleted field storage definitions. |
DeletedFieldsRepository::removeFieldDefinition |
function |
core/lib/Drupal/Core/Field/DeletedFieldsRepository.php |
Removes a field definition object from the deleted list. |
DeletedFieldsRepository::removeFieldStorageDefinition |
function |
core/lib/Drupal/Core/Field/DeletedFieldsRepository.php |
Removes a field storage definition object from the deleted list. |
DeletedFieldsRepository::__construct |
function |
core/lib/Drupal/Core/Field/DeletedFieldsRepository.php |
Constructs a new deleted fields repository. |
DeletedFieldsRepositoryInterface |
interface |
core/lib/Drupal/Core/Field/DeletedFieldsRepositoryInterface.php |
Provides an interface for a deleted fields repository. |
DeletedFieldsRepositoryInterface.php |
file |
core/lib/Drupal/Core/Field/DeletedFieldsRepositoryInterface.php |
|