CommentManager::$userConfig

The user settings config object. Type: \Drupal\Core\Config\Config File core/modules/comment/src/CommentManager.php, line 53 Class CommentManager Comment manager contains common functions to manage comment fields. Namespace Drupal\comment Code protected $userConfig;

InsertTrait::$table

The table on which to insert. Type: string File core/lib/Drupal/Core/Database/Query/InsertTrait.php, line 17 Class InsertTrait Provides common functionality for INSERT and UPSERT queries. Namespace Drupal\Core\Database\Query Code protected $table;

EntityTypeInterface

Provides an interface for an entity type and its metadata. Additional information can be provided by modules: hook_entity_type_build() can be implemented to define new properties, while hook_entity_type_alter() can be implemented to alter existing data and fill-in defaults. Module-specific properties should be documented in the hook implementations defining them. Hierarchy interface \Drupal\Component\Plugin\Definition\PluginDefinitionInterfaceinterface \Drupal\Core\Entity\EntityTypeInterface

ConfigEntityType

Provides an implementation of a configuration entity type and its metadata. Hierarchy class \Drupal\Core\Entity\EntityType implements EntityTypeInterface uses StringTranslationTraitclass \Drupal\Core\Config\Entity\ConfigEntityType implements ConfigEntityTypeInterface File core/lib/Drupal/Core/Config/Entity/ConfigEntityType.php, line 12 Namespace Drupal\Core\Config\Entity Members Name Modifiers Type Description ConfigEntityType::$config_export protected property The list

ImageStyle::$name

The name of the image style. Type: string File core/modules/image/src/Entity/ImageStyle.php, line 62 Class ImageStyle Defines an image style configuration entity. Namespace Drupal\image\Entity Code protected $name;

SystemMenuOffCanvasForm::buildConfigurationForm

public SystemMenuOffCanvasForm::buildConfigurationForm(array $form, FormStateInterface $form_state) Form constructor. Plugin forms are embedded in other forms. In order to know where the plugin form is located in the parent form, #parents and #array_parents must be known, but these are not available during the initial build phase. In order to have these properties available when building the plugin form's elements, let this method return a form element that has a #process callback and build the

StorageComparerInterface::reset

public StorageComparerInterface::reset() Recalculates the differences. Return value \Drupal\Core\Config\StorageComparerInterface An object which implements the StorageComparerInterface. File core/lib/Drupal/Core/Config/StorageComparerInterface.php, line 63 Class StorageComparerInterface Defines an interface for comparison of configuration storage objects. Namespace Drupal\Core\Config Code public function reset();

DiffOpDelete

@todo document @private @subpackage DifferenceEngine Hierarchy class \Drupal\Component\Diff\Engine\DiffOpclass \Drupal\Component\Diff\Engine\DiffOpDelete File core/lib/Drupal/Component/Diff/Engine/DiffOpDelete.php, line 10 Namespace Drupal\Component\Diff\Engine Members Name Modifiers Type Description DiffOp::$closing public property DiffOp::$orig public property DiffOp::nclosing public function DiffOp::norig public function DiffOpDelete::$type

VariantBase

Provides a base class for DisplayVariant plugins. Hierarchy class \Drupal\Component\Plugin\PluginBase implements DerivativeInspectionInterface, PluginInspectionInterfaceclass \Drupal\Core\Plugin\PluginBase uses DependencySerializationTrait, StringTranslationTraitclass \Drupal\Core\Display\VariantBase implements VariantInterface uses RefinableCacheableDependencyTrait, PluginDependencyTrait See also \Drupal\Core\Display\Annotation\DisplayVariant \Drupal\Core\Display\VariantInterface \Drupal

update.manager.inc

Administrative screens and processing functions of the Update Manager module. This allows site administrators with the 'administer software updates' permission to either upgrade existing projects, or download and install new ones, so long as the killswitch setting ('allow_authorize_operations') is not FALSE. To install new code, the administrator is prompted for either the URL of an archive file, or to directly upload the archive file. The archive is loaded into a temporary location, extracted,