HtmlRenderer::renderResponse

public HtmlRenderer::renderResponse(array $main_content, Request $request, RouteMatchInterface $route_match) The entire HTML: takes a #type 'page' and wraps it in a #type 'html'. Overrides MainContentRendererInterface::renderResponse File core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php, line 116 Class HtmlRenderer Default main content renderer for HTML requests. Namespace Drupal\Core\Render\MainContent Code public function renderResponse(array $main_content, Request $request,

FieldConfigBase::getDefaultValueLiteral

public FieldConfigBase::getDefaultValueLiteral() Returns the default value literal for the field. This method retrieves the raw property assigned to the field definition. When computing the runtime default value for a field in a given entity, ::getDefaultValue() should be used instead. Return value array The default value for the field, as a numerically indexed array of items, each item being a property/value array (array() for no default value). Overrides FieldDefinitionInterface::getDefaultV

LanguageConfigFactoryOverride::onConfigRename

public LanguageConfigFactoryOverride::onConfigRename(ConfigRenameEvent $event) Actions to be performed to configuration override on configuration rename. Parameters \Drupal\Core\Config\ConfigRenameEvent $event: The config rename event. Overrides ConfigFactoryOverrideBase::onConfigRename File core/modules/language/src/Config/LanguageConfigFactoryOverride.php, line 192 Class LanguageConfigFactoryOverride Provides language overrides for the configuration factory. Namespace Drupal\language

DiffEngine::_diag

protected DiffEngine::_diag($xoff, $xlim, $yoff, $ylim, $nchunks) Divide the Largest Common Subsequence (LCS) of the sequences [XOFF, XLIM) and [YOFF, YLIM) into NCHUNKS approximately equally sized segments. Returns (LCS, PTS). LCS is the length of the LCS. PTS is an array of NCHUNKS+1 (X, Y) indexes giving the diving points between sub sequences. The first sub-sequence is contained in [X0, X1), [Y0, Y1), the second in [X1, X2), [Y1, Y2) and so on. Note that (X0, Y0) == (XOFF, YOFF) and (X[NCHU

BaseFieldDefinition

A class for defining entity fields. Hierarchy class \Drupal\Core\TypedData\DataDefinition implements \ArrayAccess, DataDefinitionInterfaceclass \Drupal\Core\TypedData\ListDataDefinition implements ListDataDefinitionInterfaceclass \Drupal\Core\Field\BaseFieldDefinition implements FieldDefinitionInterface, FieldStorageDefinitionInterface uses UnchangingCacheableDependencyTrait File core/lib/Drupal/Core/Field/BaseFieldDefinition.php, line 15 Namespace Drupal\Core\Field Members Name M

DateFormatAccessControlHandler

Defines the access control handler for the date format entity type. Hierarchy class \Drupal\Core\Entity\EntityHandlerBase uses DependencySerializationTrait, StringTranslationTraitclass \Drupal\Core\Entity\EntityAccessControlHandler implements EntityAccessControlHandlerInterfaceclass \Drupal\system\DateFormatAccessControlHandler See also \Drupal\system\Entity\DateFormat File core/modules/system/src/DateFormatAccessControlHandler.php, line 15 Namespace Drupal\system Members Name Mo

PoHeader::$_pluralForms

Formula for the plural form. Type: string File core/lib/Drupal/Component/Gettext/PoHeader.php, line 37 Class PoHeader Gettext PO header handler. Namespace Drupal\Component\Gettext Code private $_pluralForms;

ItemStorage::getItemCount

public ItemStorage::getItemCount(FeedInterface $feed) Returns the count of the items in a feed. Parameters \Drupal\aggregator\FeedInterface $feed: The feed entity. Return value int The count of items associated with a feed. Overrides ItemStorageInterface::getItemCount File core/modules/aggregator/src/ItemStorage.php, line 19 Class ItemStorage Controller class for aggregators items. Namespace Drupal\aggregator Code public function getItemCount(FeedInterface $feed) { $query = \Drupal

CountryManager::$countries

An array of country code => country name pairs. File core/lib/Drupal/Core/Locale/CountryManager.php, line 22 Class CountryManager Provides list of countries. Namespace Drupal\Core\Locale Code protected $countries;

Select::$distinct

Whether or not this query should be DISTINCT Type: bool File core/lib/Drupal/Core/Database/Query/Select.php, line 87 Class Select Query builder for SELECT statements. Namespace Drupal\Core\Database\Query Code protected $distinct = FALSE;