Update::$fields

An array of fields that will be updated. Type: array File core/lib/Drupal/Core/Database/Query/Update.php, line 29 Class Update General class for an abstracted UPDATE operation. Namespace Drupal\Core\Database\Query Code protected $fields = array();

ConfigImporterEvent::getChangelist

public ConfigImporterEvent::getChangelist($op = NULL, $collection = StorageInterface::DEFAULT_COLLECTION) Gets the list of changes that will be imported. Parameters string $op: (optional) A change operation. Either delete, create or update. If supplied the returned list will be limited to this operation. string $collection: (optional) The collection to get the changelist for. Defaults to the default collection. Return value array An array of config changes that are yet to be imported. See als

NullGenerator::getContext

public NullGenerator::getContext() Overrides UrlGenerator::getContext File core/lib/Drupal/Core/Routing/NullGenerator.php, line 68 Class NullGenerator No-op implementation of a Url Generator, needed for backward compatibility. Namespace Drupal\Core\Routing Code public function getContext() { }

PoItem::$_plural

Flag indicating if this translation has plurals. Type: bool File core/lib/Drupal/Component/Gettext/PoItem.php, line 40 Class PoItem PoItem handles one translation. Namespace Drupal\Component\Gettext Code private $_plural;

template_preprocess_responsive_image

template_preprocess_responsive_image(&$variables) Prepares variables for a responsive image. Default template: responsive-image.html.twig. Parameters $variables: An associative array containing: uri: The URI of the image. width: The width of the image (if known). height: The height of the image (if known). attributes: Associative array of attributes to be placed in the img tag. responsive_image_style_id: The ID of the responsive image style. File core/modules/responsive_image/respon

FileSystem::moveUploadedFile

public FileSystem::moveUploadedFile($filename, $uri) Moves an uploaded file to a new location. PHP's move_uploaded_file() does not properly support streams if open_basedir is enabled, so this function fills that gap. Compatibility: normal paths and stream wrappers. Parameters string $filename: The filename of the uploaded file. string $uri: A string containing the destination URI of the file. Return value bool TRUE on success, or FALSE on failure. Overrides FileSystemInterface::moveUploadedFi

LocaleConfigManager

Manages configuration supported in part by interface translation. This manager is responsible to update configuration overrides and active translations when interface translation data changes. This allows Drupal to translate user roles, views, blocks, etc. after Drupal has been installed using the locale module's storage. When translations change in locale, LocaleConfigManager::updateConfigTranslations() is invoked to update the corresponding storage of the translation in the original config ob

YamlDirectoryDiscovery::$fileCacheKeySuffix

The suffix for the file cache key. Type: string File core/lib/Drupal/Component/Discovery/YamlDirectoryDiscovery.php, line 35 Class YamlDirectoryDiscovery Discovers multiple YAML files in a set of directories. Namespace Drupal\Component\Discovery Code protected $fileCacheKeySuffix;

FieldConfigStorage::$fieldTypeManager

The field type plugin manager. Type: \Drupal\Core\Field\FieldTypePluginManagerInterface Overrides FieldConfigStorageBase::$fieldTypeManager File core/modules/field/src/FieldConfigStorage.php, line 40 Class FieldConfigStorage Controller class for fields. Namespace Drupal\field Code protected $fieldTypeManager;

BasicSettingsForm

Form builder for the admin display defaults page. Hierarchy class \Drupal\Core\Form\FormBase implements ContainerInjectionInterface, FormInterface uses DependencySerializationTrait, LoggerChannelTrait, LinkGeneratorTrait, RedirectDestinationTrait, UrlGeneratorTrait, StringTranslationTraitclass \Drupal\Core\Form\ConfigFormBase uses ConfigFormBaseTraitclass \Drupal\views_ui\Form\BasicSettingsForm File core/modules/views_ui/src/Form/BasicSettingsForm.php, line 14 Namespace Drupal\views_ui