NullStorageExpirable::setMultipleWithExpire

public NullStorageExpirable::setMultipleWithExpire(array $data, $expire) Saves an array of values with a time to live. Parameters array $data: An array of data to store. int $expire: The time to live for items, in seconds. Overrides KeyValueStoreExpirableInterface::setMultipleWithExpire File core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php, line 105 Class NullStorageExpirable Defines a null key/value store implementation. Namespace Drupal\Core\KeyValueStore Code public func

ConfigInstaller::$configManager

The configuration manager. Type: \Drupal\Core\Config\ConfigManagerInterface File core/lib/Drupal/Core/Config/ConfigInstaller.php, line 40 Class ConfigInstaller Namespace Drupal\Core\Config Code protected $configManager;

ConfigEntityBase::getConfigDependencyName

public ConfigEntityBase::getConfigDependencyName() Gets the configuration dependency name. Configuration entities can depend on content and configuration entities. They store an array of content and config dependency names in their "dependencies" key. Return value string The configuration dependency name. Overrides Entity::getConfigDependencyName See also \Drupal\Core\Config\Entity\ConfigDependencyManager File core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php, line 482 Class ConfigE

AccessResult::getCacheContexts

public AccessResult::getCacheContexts() The cache contexts associated with this object. These identify a specific variation/representation of the object. Cache contexts are tokens: placeholders that are converted to cache keys by the @cache_contexts_manager service. The replacement value depends on the request context (the current URL, language, and so on). They're converted before storing an object in cache. Return value string[] An array of cache context tokens, used to generate a cache ID.

SSH::connect

public SSH::connect() Connects to the server. Overrides FileTransfer::connect File core/lib/Drupal/Core/FileTransfer/SSH.php, line 24 Class SSH The SSH connection class for the update module. Namespace Drupal\Core\FileTransfer Code public function connect() { $this->connection = @ssh2_connect($this->hostname, $this->port); if (!$this->connection) { throw new FileTransferException('SSH Connection failed to @host:@port', NULL, array('@host' => $this->hostname, '

LocaleConfigSubscriber::onOverrideChange

public LocaleConfigSubscriber::onOverrideChange(LanguageConfigOverrideCrudEvent $event) Updates the locale strings when a configuration override is saved/deleted. Parameters \Drupal\language\Config\LanguageConfigOverrideCrudEvent $event: The language configuration event. File core/modules/locale/src/LocaleConfigSubscriber.php, line 94 Class LocaleConfigSubscriber Updates strings translation when configuration translations change. Namespace Drupal\locale Code public function onOverride

ViewsSearchQuery::matches

public ViewsSearchQuery::matches() Returns the matches property. Return value int The number of matches needed. File core/modules/search/src/ViewsSearchQuery.php, line 49 Class ViewsSearchQuery Extends the core SearchQuery to be able to gets its protected values. Namespace Drupal\search Code public function matches() { return $this->matches; }

SetCustomize::actions

protected SetCustomize::actions(array $form, FormStateInterface $form_state) Returns an array of supported actions for the current entity form. @todo Consider introducing a 'preview' action here, since it is used by many entity types. Overrides EntityForm::actions File core/modules/shortcut/src/Form/SetCustomize.php, line 86 Class SetCustomize Builds the shortcut set customize form. Namespace Drupal\shortcut\Form Code protected function actions(array $form, FormStateInterface $form_sta

PoDatabaseWriter::$header

Header of the po file written to the database. Type: \Drupal\Component\Gettext\PoHeader File core/modules/locale/src/PoDatabaseWriter.php, line 43 Class PoDatabaseWriter Gettext PO writer working with the locale module database. Namespace Drupal\locale Code private $header;

ActionAdminManageForm::$manager

The action plugin manager. Type: \Drupal\Core\Action\ActionManager File core/modules/action/src/Form/ActionAdminManageForm.php, line 21 Class ActionAdminManageForm Provides a configuration form for configurable actions. Namespace Drupal\action\Form Code protected $manager;