node_view_multiple

node_view_multiple($nodes, $view_mode = 'teaser', $langcode = NULL) Constructs a drupal_render() style array from an array of loaded nodes. Parameters $nodes: An array of nodes as returned by Node::loadMultiple(). $view_mode: (optional) View mode, e.g., 'full', 'teaser', etc. Defaults to 'teaser.' $langcode: (optional) A language code to use for rendering. Defaults to the global content language of the current request. Return value array An array in the format expected by drupal_render(). Fil

SearchPageListBuilder::getDefaultOperations

public SearchPageListBuilder::getDefaultOperations(EntityInterface $entity) Gets this list's default operations. Parameters \Drupal\Core\Entity\EntityInterface $entity: The entity the operations are for. Return value array The array structure is identical to the return value of self::getOperations(). Overrides ConfigEntityListBuilder::getDefaultOperations File core/modules/search/src/SearchPageListBuilder.php, line 296 Class SearchPageListBuilder Defines a class to build a listing of sea

PoDatabaseWriter::getLangcode

public PoDatabaseWriter::getLangcode() Get language code. Return value string Language code string. Overrides PoMetadataInterface::getLangcode File core/modules/locale/src/PoDatabaseWriter.php, line 68 Class PoDatabaseWriter Gettext PO writer working with the locale module database. Namespace Drupal\locale Code public function getLangcode() { return $this->langcode; }

Condition::$queryPlaceholderIdentifier

The identifier of the query placeholder this condition has been compiled against. File core/lib/Drupal/Core/Database/Query/Condition.php, line 40 Class Condition Generic class for a series of conditions in a query. Namespace Drupal\Core\Database\Query Code protected $queryPlaceholderIdentifier;

contextual.module

Adds contextual links to perform actions related to elements on a page. File core/modules/contextual/contextual.module Functions Name Description contextual_contextual_links_view_alter Implements hook_contextual_links_view_alter(). contextual_help Implements hook_help(). contextual_page_attachments Implements hook_page_attachments(). contextual_preprocess Implements hook_preprocess(). contextual_toolbar Implements hook_toolbar(). _contextual_id_to_links Unserialize

ConfigurableLanguageManager::getDefinedLanguageTypes

public ConfigurableLanguageManager::getDefinedLanguageTypes() Returns all the defined language types including fixed ones. A language type maybe configurable or fixed. A fixed language type is a type whose language negotiation methods are module-defined and not altered through the user interface. Return value array An array of language type machine names. Overrides ConfigurableLanguageManagerInterface::getDefinedLanguageTypes File core/modules/language/src/ConfigurableLanguageManager.php, line

ApcuBackend::set

public ApcuBackend::set($cid, $data, $expire = CacheBackendInterface::CACHE_PERMANENT, array $tags = array()) Stores data in the persistent cache. Core cache implementations set the created time on cache item with microtime(TRUE) rather than REQUEST_TIME_FLOAT, because the created time of cache items should match when they are created, not when the request started. Apart from being more accurate, this increases the chance an item will legitimately be considered valid. Parameters string $cid: T

BlockPageDisplayVariantSubscriber::onSelectPageDisplayVariant

public BlockPageDisplayVariantSubscriber::onSelectPageDisplayVariant(PageDisplayVariantSelectionEvent $event) Selects the block page display variant. Parameters \Drupal\Core\Render\PageDisplayVariantSelectionEvent $event: The event to process. File core/modules/block/src/EventSubscriber/BlockPageDisplayVariantSubscriber.php, line 22 Class BlockPageDisplayVariantSubscriber Selects the block page display variant. Namespace Drupal\block\EventSubscriber Code public function onSelectPageDi

DbLogController::$database

The database service. Type: \Drupal\Core\Database\Connection File core/modules/dblog/src/Controller/DbLogController.php, line 28 Class DbLogController Returns responses for dblog routes. Namespace Drupal\dblog\Controller Code protected $database;

ApcuBackend::$binPrefix

Prefix for all keys in this cache bin. Includes the site-specific prefix in $sitePrefix. Type: string File core/lib/Drupal/Core/Cache/ApcuBackend.php, line 31 Class ApcuBackend Stores cache items in the Alternative PHP Cache User Cache (APCu). Namespace Drupal\Core\Cache Code protected $binPrefix;