StatementPrefetch::$pdoConnection

Reference to the PDO connection object for this statement. Type: \PDO File core/lib/Drupal/Core/Database/StatementPrefetch.php, line 39 Class StatementPrefetch An implementation of StatementInterface that prefetches all data. Namespace Drupal\Core\Database Code protected $pdoConnection;

DiffFormatter::_start_block

protected DiffFormatter::_start_block($header) Overrides DiffFormatter::_start_block File core/lib/Drupal/Core/Diff/DiffFormatter.php, line 77 Class DiffFormatter Diff formatter which uses returns output that can be rendered to a table. Namespace Drupal\Core\Diff Code protected function _start_block($header) { if ($this->show_header) { $this->rows[] = $header; } }

PoHeader::$_authors

Author(s) of the file. Type: string File core/lib/Drupal/Component/Gettext/PoHeader.php, line 44 Class PoHeader Gettext PO header handler. Namespace Drupal\Component\Gettext Code private $_authors;

taxonomy_terms_static_reset

taxonomy_terms_static_reset() Clear all static cache variables for terms. File core/modules/taxonomy/taxonomy.module, line 286 Enables the organization of content into categories. Code function taxonomy_terms_static_reset() { \Drupal::entityManager()->getStorage('taxonomy_term')->resetCache(); }

SSH

The SSH connection class for the update module. Hierarchy class \Drupal\Core\FileTransfer\FileTransferclass \Drupal\Core\FileTransfer\SSH implements ChmodInterface File core/lib/Drupal/Core/FileTransfer/SSH.php, line 8 Namespace Drupal\Core\FileTransfer Members Name Modifiers Type Description FileTransfer::$hostname protected property The hostname for this file transfer. FileTransfer::$password protected property The password for this file transfer. FileTransf

FileTransfer::setChroot

FileTransfer::setChroot() Sets the chroot and changes the jail to match the correct path scheme. File core/lib/Drupal/Core/FileTransfer/FileTransfer.php, line 376 Class FileTransfer Defines the base FileTransfer class. Namespace Drupal\Core\FileTransfer Code function setChroot() { $this->chroot = $this->findChroot(); $this->jail = $this->fixRemotePath($this->jail); }

RfcLogLevel::ALERT

Log message severity -- Alert: action must be taken immediately. File core/lib/Drupal/Core/Logger/RfcLogLevel.php, line 43 Class RfcLogLevel Defines various logging severity levels. Namespace Drupal\Core\Logger Code const ALERT = 1;

StorageComparerInterface::extractRenameNames

public StorageComparerInterface::extractRenameNames($name) Extracts old and new configuration names from a configuration change name. Parameters string $name: The configuration change name, as provided by ConfigImporter::createRenameName(). Return value array An associative array of configuration names. The array keys are 'old_name' and 'new_name' representing the old and new configuration object names during a rename operation. See also \Drupal\Core\Config\StorageComparer::createRenameNames

Html::$uriAttributes

All attributes that may contain URIs. The attributes 'code' and 'codebase' are omitted, because they only exist for the <applet> tag. The time of Java applets has passed. The attribute 'icon' is omitted, because no browser implements the <command> tag anymore. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/command. The 'manifest' attribute is omitted because it only exists for the <html> tag. That tag only makes sense in a HTML-served-as-HTML context, in which c

StorageComparer::$sourceCacheStorage

A memory cache backend to statically cache source configuration data. Type: \Drupal\Core\Cache\MemoryBackend File core/lib/Drupal/Core/Config/StorageComparer.php, line 82 Class StorageComparer Defines a config storage comparer. Namespace Drupal\Core\Config Code protected $sourceCacheStorage;