PathBasedBreadcrumbBuilder::$context

The router request context. Type: \Drupal\Core\Routing\RequestContext File core/modules/system/src/PathBasedBreadcrumbBuilder.php, line 38 Class PathBasedBreadcrumbBuilder Class to define the menu_link breadcrumb builder. Namespace Drupal\system Code protected $context;

BatchNegotiator::$requestStack

The request stack. Type: \Symfony\Component\HttpFoundation\RequestStack File core/modules/system/src/Theme/BatchNegotiator.php, line 27 Class BatchNegotiator Sets the active theme for the batch page. Namespace Drupal\system\Theme Code protected $requestStack;

EntityReferenceFieldItemListInterface

Interface for entity reference lists of field items. Hierarchy interface \Drupal\Core\TypedData\ListInterface extends \ArrayAccess; interface \Drupal\Core\Access\AccessibleInterfaceinterface \Drupal\Core\Field\FieldItemListInterfaceinterface \Drupal\Core\Field\EntityReferenceFieldItemListInterface File core/lib/Drupal/Core/Field/EntityReferenceFieldItemListInterface.php, line 8 Namespace Drupal\Core\Field Members Name Modifiers Type Description AccessibleInterface::access

NodeGrantDatabaseStorage::access

public NodeGrantDatabaseStorage::access(NodeInterface $node, $operation, AccountInterface $account) Determines access to nodes based on node grants. Parameters \Drupal\node\NodeInterface $node: The entity for which to check 'create' access. string $operation: The entity operation. Usually one of 'view', 'edit', 'create' or 'delete'. \Drupal\Core\Session\AccountInterface $account: The user for which to check access. Return value \Drupal\Core\Access\AccessResultInterface The access result, eith

BlockBase::getMachineNameSuggestion

public BlockBase::getMachineNameSuggestion() Suggests a machine name to identify an instance of this block. The block plugin need not verify that the machine name is at all unique. It is only responsible for providing a baseline suggestion; calling code is responsible for ensuring whatever uniqueness is required for the use case. Return value string The suggested machine name. Overrides BlockPluginInterface::getMachineNameSuggestion File core/lib/Drupal/Core/Block/BlockBase.php, line 240 Cl

BubbleableMetadata

Value object used for bubbleable rendering metadata. Hierarchy class \Drupal\Core\Cache\CacheableMetadata implements RefinableCacheableDependencyInterface uses RefinableCacheableDependencyTraitclass \Drupal\Core\Render\BubbleableMetadata implements AttachmentsInterface uses AttachmentsTrait See also \Drupal\Core\Render\RendererInterface::render() File core/lib/Drupal/Core/Render/BubbleableMetadata.php, line 13 Namespace Drupal\Core\Render Members Name Modifiers Type Descriptio

ContentEntityType

Defines a content entity type annotation object. Content Entity type plugins use an object-based annotation method, rather than an array-type annotation method (as commonly used on other annotation types). The annotation properties of content entity types are found on \Drupal\Core\Entity\ContentEntityType and are accessed using get/set methods defined in \Drupal\Core\Entity\ContentEntityTypeInterface. Hierarchy class \Drupal\Component\Annotation\Plugin implements AnnotationInterfaceclass \Drupa

install.inc

API functions for installing modules and themes. File core/includes/install.inc Functions Name Description db_installer_object Returns a database installer object. drupal_check_module Checks a module's requirements. drupal_check_profile Checks an installation profile's requirements. drupal_current_script_url Returns the URL of the current script, with modified query parameters. drupal_detect_database_types Detects all supported databases that are compiled into PHP. d

UpdateManagerUpdate::getFormId

public UpdateManagerUpdate::getFormId() Returns a unique string identifying the form. Return value string The unique string identifying the form. Overrides FormInterface::getFormId File core/modules/update/src/Form/UpdateManagerUpdate.php, line 47 Class UpdateManagerUpdate Configure update settings for this site. Namespace Drupal\update\Form Code public function getFormId() { return 'update_manager_update_form'; }

StringTranslationTrait::formatPlural

protected StringTranslationTrait::formatPlural($count, $singular, $plural, array $args = array(), array $options = array()) Formats a string containing a count of items. See also \Drupal\Core\StringTranslation\TranslationInterface::formatPlural() File core/lib/Drupal/Core/StringTranslation/StringTranslationTrait.php, line 79 Class StringTranslationTrait Wrapper methods for \Drupal\Core\StringTranslation\TranslationInterface. Namespace Drupal\Core\StringTranslation Code protected funct