EntityDisplayBase::$displayContext

Context in which this entity will be used (e.g. 'display', 'form'). Type: string File core/lib/Drupal/Core/Entity/EntityDisplayBase.php, line 101 Class EntityDisplayBase Provides a common base class for entity view and form displays. Namespace Drupal\Core\Entity Code protected $displayContext;

HtmlResponseAttachmentsProcessor::processHtmlHead

protected HtmlResponseAttachmentsProcessor::processHtmlHead(array $html_head) Ensure proper key/data order and defaults for renderable head items. Parameters array $html_head: The ['#attached']['html_head'] portion of a render array. Return value array The ['#attached']['html_head'] portion of a render array with #type of html_tag added for items without a #type. File core/lib/Drupal/Core/Render/HtmlResponseAttachmentsProcessor.php, line 372 Class HtmlResponseAttachmentsProcessor Process

ThemeInitialization::$root

The app root. Type: string File core/lib/Drupal/Core/Theme/ThemeInitialization.php, line 34 Class ThemeInitialization Provides the theme initialization logic. Namespace Drupal\Core\Theme Code protected $root;

FieldDefinitionInterface::getConfig

public FieldDefinitionInterface::getConfig($bundle) Gets an object that can be saved in configuration. Base fields are defined in code. In order to configure field definition properties per bundle use this method to create an override that can be saved in configuration. Parameters string $bundle: The bundle to get the configurable field for. Return value \Drupal\Core\Field\FieldConfigInterface See also \Drupal\Core\Field\Entity\BaseFieldBundleOverride File core/lib/Drupal/Core/Field/FieldDef

views_ui_view_preview_section_display_category_links

views_ui_view_preview_section_display_category_links(ViewExecutable $view, $type, $title) Returns a link to editing a certain display setting. File core/modules/views_ui/views_ui.module, line 186 Provide structure for the administrative interface to Views. Code function views_ui_view_preview_section_display_category_links(ViewExecutable $view, $type, $title) { $display = $view->display_handler->display; $links = array( $type . '-edit' => array( 'title' => t('Edit @se

radios.html.twig

Default theme implementation for a 'radios' #type form element. Available variables attributes: A list of HTML attributes for the wrapper element. children: The rendered radios. See also template_preprocess_radios() File core/modules/system/templates/radios.html.twig Related topics Theme system overview Functions and templates for the user interface that themes can override.

NodeAccessControlHandler::checkAllGrants

public NodeAccessControlHandler::checkAllGrants(AccountInterface $account) Checks all grants for a given account. Parameters \Drupal\Core\Session\AccountInterface $account: A user object representing the user for whom the operation is to be performed. Return value int. Status of the access check. Overrides NodeAccessControlHandlerInterface::checkAllGrants File core/modules/node/src/NodeAccessControlHandler.php, line 191 Class NodeAccessControlHandler Defines the access control handler fo

DatabaseLockBackend::TABLE_NAME

The database table name. File core/lib/Drupal/Core/Lock/DatabaseLockBackend.php, line 19 Class DatabaseLockBackend Defines the database lock backend. This is the default backend in Drupal. Namespace Drupal\Core\Lock Code const TABLE_NAME = 'semaphore';

PathMatcher::$frontPage

The default front page. Type: string File core/lib/Drupal/Core/Path/PathMatcher.php, line 26 Class PathMatcher Provides a path matcher. Namespace Drupal\Core\Path Code protected $frontPage;

user.views_execution.inc

Provide views runtime hooks for user.module. File core/modules/user/user.views_execution.inc Functions Name Description user_views_query_substitutions Implements hook_views_query_substitutions().