MailManagerInterface::mail

public MailManagerInterface::mail($module, $key, $to, $langcode, $params = array(), $reply = NULL, $send = TRUE) Composes and optionally sends an email message. Sending an email works with defining an email template (subject, text and possibly email headers) and the replacement values to use in the appropriate places in the template. Processed email templates are requested from hook_mail() from the module sending the email. Any module can modify the composed email message array using hook_mail_

DiffOpCopy

@todo document @private @subpackage DifferenceEngine Hierarchy class \Drupal\Component\Diff\Engine\DiffOpclass \Drupal\Component\Diff\Engine\DiffOpCopy File core/lib/Drupal/Component/Diff/Engine/DiffOpCopy.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 DiffOpCopy::$type publ

PageCache::get

protected PageCache::get(Request $request, $allow_invalid = FALSE) Returns a response object from the page cache. Parameters \Symfony\Component\HttpFoundation\Request $request: A request object. bool $allow_invalid: (optional) If TRUE, a cache item may be returned even if it is expired or has been invalidated. Such items may sometimes be preferred, if the alternative is recalculating the value stored in the cache, especially if another concurrent request is already recalculating the same value

SqlContentEntityStorage::doDeleteRevisionFieldItems

protected SqlContentEntityStorage::doDeleteRevisionFieldItems(ContentEntityInterface $revision) Deletes field values of an entity revision from the storage. Parameters \Drupal\Core\Entity\ContentEntityInterface $revision: An entity revision object to be deleted. Overrides ContentEntityStorageBase::doDeleteRevisionFieldItems File core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php, line 602 Class SqlContentEntityStorage A content entity database storage implementation. Namespace

DbDumpCommand::getTableSchema

protected DbDumpCommand::getTableSchema(Connection $connection, $table) Returns a schema array for a given table. @todo This implementation is hard-coded for MySQL. Parameters \Drupal\Core\Database\Connection $connection: The database connection to use. string $table: The table name. Return value array A schema array (as defined by hook_schema()). File core/lib/Drupal/Core/Command/DbDumpCommand.php, line 136 Class DbDumpCommand Provides a command to dump the current database to a script.

JsCollectionGrouper::group

public JsCollectionGrouper::group(array $js_assets) Puts multiple items into the same group if they are groupable and if they are for the same browsers. Items of the 'file' type are groupable if their 'preprocess' flag is TRUE. Items of the 'external' type are not groupable. Also ensures that the process of grouping items does not change their relative order. This requirement may result in multiple groups for the same type and browsers, if needed to accommodate other items in between. Override

TranslationString::$customized

Integer indicating whether this string is customized. Type: int File core/modules/locale/src/TranslationString.php, line 33 Class TranslationString Defines the locale translation string object. Namespace Drupal\locale Code public $customized;

ThemeInstaller::systemListReset

protected ThemeInstaller::systemListReset() Wraps system_list_reset(). File core/lib/Drupal/Core/Extension/ThemeInstaller.php, line 297 Class ThemeInstaller Manages theme installation/uninstallation. Namespace Drupal\Core\Extension Code protected function systemListReset() { system_list_reset(); }

Cache

Helper methods for cache. Hierarchy class \Drupal\Core\Cache\Cache Related topics Cache API Information about the Drupal Cache API File core/lib/Drupal/Core/Cache/Cache.php, line 12 Namespace Drupal\Core\Cache Members Name Modifiers Type Description Cache::buildTags public static function Build an array of cache tags from a given prefix and an array of suffixes. Cache::getBins public static function Gets all cache bin services. Cache::invalidateTags public

ConfigEntityStorage::setStaticCache

protected ConfigEntityStorage::setStaticCache(array $entities) Stores entities in the static entity cache. Parameters \Drupal\Core\Entity\EntityInterface[] $entities: Entities to store in the cache. Overrides EntityStorageBase::setStaticCache File core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php, line 350 Class ConfigEntityStorage Defines the storage class for configuration entities. Namespace Drupal\Core\Config\Entity Code protected function setStaticCache(array $entities)