ResettableStackedRouteMatchInterface

Defines an interface for a resettable stack of route matches. @todo Move this method to \Drupal\Core\Routing\StackedRouteMatchInterface in https://www.drupal.org/node/2659952. Hierarchy interface \Drupal\Core\Routing\RouteMatchInterfaceinterface \Drupal\Core\Routing\StackedRouteMatchInterfaceinterface \Drupal\Core\Routing\ResettableStackedRouteMatchInterface File core/lib/Drupal/Core/Routing/ResettableStackedRouteMatchInterface.php, line 11 Namespace Drupal\Core\Routing Members Name

DynamicallyFieldableEntityStorageInterface::finalizePurge

public DynamicallyFieldableEntityStorageInterface::finalizePurge(FieldStorageDefinitionInterface $storage_definition) Performs final cleanup after all data of a field has been purged. Parameters \Drupal\Core\Field\FieldStorageDefinitionInterface $storage_definition: The field being purged. File core/lib/Drupal/Core/Entity/DynamicallyFieldableEntityStorageInterface.php, line 50 Class DynamicallyFieldableEntityStorageInterface A storage that supports entity types with dynamic field definiti

BreakpointManager::getBreakpointsByGroup

public BreakpointManager::getBreakpointsByGroup($group) Gets breakpoints for the specified group. Parameters string $group: The breakpoint group to retrieve. Return value \Drupal\breakpoint\BreakpointInterface[] Array of breakpoint plugins keyed by machine name. Overrides BreakpointManagerInterface::getBreakpointsByGroup File core/modules/breakpoint/src/BreakpointManager.php, line 150 Class BreakpointManager Defines a breakpoint plugin manager to deal with breakpoints. Namespace Drupa

NullBackend::setMultiple

public NullBackend::setMultiple(array $items = array()) Store multiple items in the persistent cache. Parameters array $items: An array of cache items, keyed by cid. In the form: $items = array( $cid => array( // Required, will be automatically serialized if not a string. 'data' => $data, // Optional, defaults to CacheBackendInterface::CACHE_PERMANENT. 'expire' => CacheBackendInterface::CACHE_PERMANENT, // (optional) The cache tags for this item, se

ViewExecutable::$attachment_after

Attachments to place after the view. Type: array File core/modules/views/src/ViewExecutable.php, line 122 Class ViewExecutable Represents a view as a whole. Namespace Drupal\views Code public $attachment_after = array();

EntityDefinitionUpdateManager::__construct

public EntityDefinitionUpdateManager::__construct(EntityManagerInterface $entity_manager) Constructs a new EntityDefinitionUpdateManager. Parameters \Drupal\Core\Entity\EntityManagerInterface $entity_manager: The entity manager. File core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php, line 30 Class EntityDefinitionUpdateManager Manages entity definition updates. Namespace Drupal\Core\Entity Code public function __construct(EntityManagerInterface $entity_manager) { $this-&

MenuLinkManager::countMenuLinks

public MenuLinkManager::countMenuLinks($menu_name = NULL) Counts the total number of menu links. Parameters string $menu_name: (optional) The menu name to count by. Defaults to all menus. Return value int The number of menu links in the named menu, or in all menus if the menu name is NULL. Overrides MenuLinkManagerInterface::countMenuLinks File core/lib/Drupal/Core/Menu/MenuLinkManager.php, line 309 Class MenuLinkManager Manages discovery, instantiation, and tree building of menu link pl

ForumController::$nodeAccess

Node access control handler. Type: \Drupal\Core\Entity\EntityAccessControlHandlerInterface File core/modules/forum/src/Controller/ForumController.php, line 50 Class ForumController Controller routines for forum routes. Namespace Drupal\forum\Controller Code protected $nodeAccess;

template_preprocess_forum_icon

template_preprocess_forum_icon(&$variables) Prepares variables for forum icon templates. Default template: forum-icon.html.twig. Parameters array $variables: An array containing the following elements: new_posts: Indicates whether or not the topic contains new posts. num_posts: The total number of posts in all topics. comment_mode: An integer indicating whether comments are open, closed, or hidden. sticky: Indicates whether the topic is sticky. first_new: Indicates whether this is the

ConfigTranslationAddForm::submitForm

public ConfigTranslationAddForm::submitForm(array &$form, FormStateInterface $form_state) Form submission handler. Parameters array $form: An associative array containing the structure of the form. \Drupal\Core\Form\FormStateInterface $form_state: The current state of the form. Overrides ConfigTranslationFormBase::submitForm File core/modules/config_translation/src/Form/ConfigTranslationAddForm.php, line 35 Class ConfigTranslationAddForm Defines a form for adding configuration transla