DeleteForm::$pathAlias

The path alias being deleted. Type: array $pathAlias File core/modules/path/src/Form/DeleteForm.php, line 28 Class DeleteForm Builds the form to delete a path alias. Namespace Drupal\path\Form Code protected $pathAlias;

DeleteForm::$aliasStorage

The alias storage service. Type: AliasStorageInterface $path File core/modules/path/src/Form/DeleteForm.php, line 21 Class DeleteForm Builds the form to delete a path alias. Namespace Drupal\path\Form Code protected $aliasStorage;

DeleteForm

Builds the form to delete a forum term. Hierarchy class \Drupal\Core\Form\FormBase implements ContainerInjectionInterface, FormInterface uses DependencySerializationTrait, LoggerChannelTrait, LinkGeneratorTrait, RedirectDestinationTrait, UrlGeneratorTrait, StringTranslationTraitclass \Drupal\Core\Form\ConfirmFormBase implements ConfirmFormInterfaceclass \Drupal\forum\Form\DeleteForm File core/modules/forum/src/Form/DeleteForm.php, line 13 Namespace Drupal\forum\Form Members Name M

DeleteForm

Builds the form to delete a path alias. Hierarchy class \Drupal\Core\Form\FormBase implements ContainerInjectionInterface, FormInterface uses DependencySerializationTrait, LoggerChannelTrait, LinkGeneratorTrait, RedirectDestinationTrait, UrlGeneratorTrait, StringTranslationTraitclass \Drupal\Core\Form\ConfirmFormBase implements ConfirmFormInterfaceclass \Drupal\path\Form\DeleteForm File core/modules/path/src/Form/DeleteForm.php, line 14 Namespace Drupal\path\Form Members Name Modi

DeleteForm

Provides the comment delete confirmation form. Hierarchy class \Drupal\Core\Form\FormBase implements ContainerInjectionInterface, FormInterface uses DependencySerializationTrait, LoggerChannelTrait, LinkGeneratorTrait, RedirectDestinationTrait, UrlGeneratorTrait, StringTranslationTraitclass \Drupal\Core\Entity\EntityForm implements EntityFormInterfaceclass \Drupal\Core\Entity\ContentEntityForm implements ContentEntityFormInterfaceclass \Drupal\Core\Entity\ContentEntityConfirmFormBase implements

DeleteDefaultLanguageException

Exception thrown when deleting the default language. Hierarchy class \Drupal\language\Exception\LanguageException extends \RuntimeExceptionclass \Drupal\language\Exception\DeleteDefaultLanguageException File core/modules/language/src/Exception/DeleteDefaultLanguageException.php, line 8 Namespace Drupal\language\Exception Members

Delete::__toString

public Delete::__toString() Implements PHP magic __toString method to convert the query to a string. Return value string The prepared statement. Overrides Query::__toString File core/lib/Drupal/Core/Database/Query/Delete.php, line 64 Class Delete General class for an abstracted DELETE operation. Namespace Drupal\Core\Database\Query Code public function __toString() { // Create a sanitized comment string to prepend to the query. $comments = $this->connection->makeComment($thi

Delete::__construct

public Delete::__construct(Connection $connection, $table, array $options = array()) Constructs a Delete object. Parameters \Drupal\Core\Database\Connection $connection: A Connection object. string $table: Name of the table to associate with this query. array $options: Array of database options. Overrides Query::__construct File core/lib/Drupal/Core/Database/Query/Delete.php, line 34 Class Delete General class for an abstracted DELETE operation. Namespace Drupal\Core\Database\Query Co

Delete::execute

public Delete::execute() Executes the DELETE query. Return value int The number of rows affected by the delete query. Overrides Delete::execute File core/lib/Drupal/Core/Database/Driver/pgsql/Delete.php, line 15 Class Delete PostgreSQL implementation of \Drupal\Core\Database\Query\Delete. Namespace Drupal\Core\Database\Driver\pgsql Code public function execute() { $this->connection->addSavepoint(); try { $result = parent::execute(); } catch (\Exception $e) { $thi

Delete::execute

public Delete::execute() Executes the DELETE query. Return value int The number of rows affected by the delete query. Overrides Query::execute File core/lib/Drupal/Core/Database/Query/Delete.php, line 48 Class Delete General class for an abstracted DELETE operation. Namespace Drupal\Core\Database\Query Code public function execute() { $values = array(); if (count($this->condition)) { $this->condition->compile($this->connection, $this); $values = $this->condi