Delete

SQLite implementation of \Drupal\Core\Database\Query\Delete. Hierarchy class \Drupal\Core\Database\Query\Query implements PlaceholderInterfaceclass \Drupal\Core\Database\Query\Delete implements ConditionInterface uses QueryConditionTraitclass \Drupal\Core\Database\Driver\sqlite\Delete File core/lib/Drupal/Core/Database/Driver/sqlite/Delete.php, line 10 Namespace Drupal\Core\Database\Driver\sqlite Members Name Modifiers Type Description Delete::$table protected property

CloseDialogCommand

Defines an AJAX command that closes the current active dialog. Hierarchy class \Drupal\Core\Ajax\CloseDialogCommand implements CommandInterface Related topics Ajax API Overview for Drupal's Ajax API. File core/lib/Drupal/Core/Ajax/CloseDialogCommand.php, line 10 Namespace Drupal\Core\Ajax Members Name Modifiers Type Description CloseDialogCommand::$persist protected property Whether to persist the dialog in the DOM or not. CloseDialogCommand::$selector protected

Mail::$label

The human-readable name of the mail plugin. Type: \Drupal\Core\Annotation\Translation Related topics Annotation for translatable text Describes how to put translatable UI text into annotations. File core/lib/Drupal/Core/Annotation/Mail.php, line 36 Class Mail Defines a Mail annotation object. Namespace Drupal\Core\Annotation Code public $label;

ViewsStyle::$base

The base tables on which this style plugin can be used. If no base table is specified the plugin can be used with all tables. Type: array File core/modules/views/src/Annotation/ViewsStyle.php, line 74 Class ViewsStyle Defines a Plugin annotation object for views style plugins. Namespace Drupal\views\Annotation Code public $base;

DrupalKernel::moduleData

protected DrupalKernel::moduleData($module) Returns module data on the filesystem. Parameters $module: The name of the module. Return value \Drupal\Core\Extension\Extension|bool Returns an Extension object if the module is found, FALSE otherwise. File core/lib/Drupal/Core/DrupalKernel.php, line 724 Class DrupalKernel The DrupalKernel class is the core of Drupal itself. Namespace Drupal\Core Code protected function moduleData($module) { if (!$this->moduleData) { // First, fin

LoggerChannel::setLoggers

public LoggerChannel::setLoggers(array $loggers) Sets the loggers for this channel. Parameters array $loggers: An array of arrays of \Psr\Log\LoggerInterface keyed by priority. Overrides LoggerChannelInterface::setLoggers File core/lib/Drupal/Core/Logger/LoggerChannel.php, line 159 Class LoggerChannel Defines a logger channel that most implementations will use. Namespace Drupal\Core\Logger Code public function setLoggers(array $loggers) { $this->loggers = $loggers; }

Schema::$maxIdentifierLength

The maximum allowed length for index, primary key and constraint names. Value will usually be set to a 63 chars limit but PostgreSQL allows to higher this value before compiling, so we need to check for that. Type: int File core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php, line 39 Class Schema PostgreSQL implementation of \Drupal\Core\Database\Schema. Namespace Drupal\Core\Database\Driver\pgsql Code protected $maxIdentifierLength;

LocalTaskDefault

Default object used for LocalTaskPlugins. Hierarchy class \Drupal\Component\Plugin\PluginBase implements DerivativeInspectionInterface, PluginInspectionInterfaceclass \Drupal\Core\Menu\LocalTaskDefault implements CacheableDependencyInterface, LocalTaskInterface uses DependencySerializationTrait File core/lib/Drupal/Core/Menu/LocalTaskDefault.php, line 15 Namespace Drupal\Core\Menu Members Name Modifiers Type Description DependencySerializationTrait::$_serviceIds protected

ConfigFieldMapper::getBaseRouteParameters

public ConfigFieldMapper::getBaseRouteParameters() Returns the route parameters for the base route the mapper is attached to. Return value array Overrides ConfigEntityMapper::getBaseRouteParameters File core/modules/config_translation/src/ConfigFieldMapper.php, line 27 Class ConfigFieldMapper Configuration mapper for fields. Namespace Drupal\config_translation Code public function getBaseRouteParameters() { $parameters = parent::getBaseRouteParameters(); $base_entity_info = $this-

ModerationStateTransition

Defines the Moderation state transition entity. Plugin annotation @ConfigEntityType( id = "moderation_state_transition", label = @Translation("Moderation state transition"), handlers = { "list_builder" = "Drupal\content_moderation\ModerationStateTransitionListBuilder", "form" = { "add" = "Drupal\content_moderation\Form\ModerationStateTransitionForm", "edit" = "Drupal\content_moderation\Form\ModerationStateTransitionForm", "delete" = "Drupal\content_moderation\For