ExportForm

Form for the Gettext translation files export form. Hierarchy class \Drupal\Core\Form\FormBase implements ContainerInjectionInterface, FormInterface uses DependencySerializationTrait, LoggerChannelTrait, LinkGeneratorTrait, RedirectDestinationTrait, UrlGeneratorTrait, StringTranslationTraitclass \Drupal\locale\Form\ExportForm File core/modules/locale/src/Form/ExportForm.php, line 17 Namespace Drupal\locale\Form Members Name Modifiers Type Description DependencySerializationTr

hook_node_grants_alter

hook_node_grants_alter(&$grants, \Drupal\Core\Session\AccountInterface $account, $op) Alter user access rules when trying to view, edit or delete a node. Node access modules establish rules for user access to content. hook_node_grants() defines permissions for a user to view, edit or delete nodes by building a $grants array that indicates the permissions assigned to the user by each node access module. This hook is called to allow modules to modify the $grants array by reference, so the int

UpdateManager::projectStorage

public UpdateManager::projectStorage($key) Retrieves update storage data or empties it. Two very expensive arrays computed by this module are the list of all installed modules and themes (and .info.yml data, project associations, etc), and the current status of the site relative to the currently available releases. These two arrays are stored and used whenever possible. The data is cleared whenever the administrator visits the status report, available updates report, or the module or theme admi

ViewsSearchQuery

Extends the core SearchQuery to be able to gets its protected values. Hierarchy class \Drupal\Core\Database\Query\SelectExtender implements SelectInterfaceclass \Drupal\search\SearchQueryclass \Drupal\search\ViewsSearchQuery File core/modules/search/src/ViewsSearchQuery.php, line 10 Namespace Drupal\search Members Name Modifiers Type Description SearchQuery::$conditions protected property Conditions that are used for exact searches. SearchQuery::$executedPrepare pr

ArchiverException

Defines an exception class for Drupal\Core\Archiver\ArchiverInterface. Hierarchy class \Drupal\Core\Archiver\ArchiverException extends \Exception File core/lib/Drupal/Core/Archiver/ArchiverException.php, line 8 Namespace Drupal\Core\Archiver Members

UpdateProcessor::$updateFetcher

The UpdateFetcher service. Type: \Drupal\update\UpdateFetcherInterface File core/modules/update/src/UpdateProcessor.php, line 29 Class UpdateProcessor Process project update information. Namespace Drupal\update Code protected $updateFetcher;

Radio::preRenderRadio

public static Radio::preRenderRadio($element) Prepares a #type 'radio' render element for input.html.twig. Parameters array $element: An associative array containing the properties of the element. Properties used: #required, #return_value, #value, #attributes, #title, #description. The #name property will be sanitized before output. This is currently done by initializing Drupal\Core\Template\Attribute with all the attributes. Return value array The $element with prepared variables ready for i

ConfigTranslationController

Provides page callbacks for the configuration translation interface. Hierarchy class \Drupal\Core\Controller\ControllerBase implements ContainerInjectionInterface uses LoggerChannelTrait, LinkGeneratorTrait, RedirectDestinationTrait, UrlGeneratorTrait, StringTranslationTraitclass \Drupal\config_translation\Controller\ConfigTranslationController File core/modules/config_translation/src/Controller/ConfigTranslationController.php, line 25 Namespace Drupal\config_translation\Controller Me

search_index

search_index($type, $sid, $langcode, $text) Updates the full-text search index for a particular item. Parameters string $type: The plugin ID or other machine-readable type of this item, which should be less than 64 bytes. int $sid: An ID number identifying this particular item (e.g., node ID). string $langcode: Language code for the language of the text being indexed. string $text: The content of this item. Must be a piece of HTML or plain text. Related topics Search interface The Drupal searc

EntityStorageBase::getFromStaticCache

protected EntityStorageBase::getFromStaticCache(array $ids) Gets entities from the static cache. Parameters array $ids: If not empty, return entities that match these IDs. Return value \Drupal\Core\Entity\EntityInterface[] Array of entities from the entity cache. File core/lib/Drupal/Core/Entity/EntityStorageBase.php, line 135 Class EntityStorageBase A base entity storage class. Namespace Drupal\Core\Entity Code protected function getFromStaticCache(array $ids) { $entities = array(