HelpSection::$description

The description of the help page section. Type: \Drupal\Core\Annotation\Translation Related topics Annotation for translatable text Describes how to put translatable UI text into annotations. File core/modules/help/src/Annotation/HelpSection.php, line 47 Class HelpSection Defines a Plugin annotation object for help page section plugins. Namespace Drupal\help\Annotation Code public $description;

forum_uri

forum_uri($forum) Entity URI callback used in forum_entity_bundle_info_alter(). File core/modules/forum/forum.module, line 132 Provides discussion forums. Code function forum_uri($forum) { return Url::fromRoute('forum.page', ['taxonomy_term' => $forum->id()]); }

SharedTempStoreFactory::$expire

The time to live for items in seconds. Type: int File core/modules/user/src/SharedTempStoreFactory.php, line 40 Class SharedTempStoreFactory Creates a shared temporary storage for a collection. Namespace Drupal\user Code protected $expire;

RouteBuilderInterface::rebuildIfNeeded

public RouteBuilderInterface::rebuildIfNeeded() Rebuilds the route information if necessary, and dumps it. Return value bool Returns TRUE if the rebuild occurs, FALSE otherwise. File core/lib/Drupal/Core/Routing/RouteBuilderInterface.php, line 38 Class RouteBuilderInterface Rebuilds the route information and dumps it. Namespace Drupal\Core\Routing Code public function rebuildIfNeeded();

ActiveLinkResponseFilter::getSubscribedEvents

public static ActiveLinkResponseFilter::getSubscribedEvents() Returns an array of event names this subscriber wants to listen to. The array keys are event names and the value can be: The method name to call (priority defaults to 0) An array composed of the method name to call and the priority An array of arrays composed of the method names to call and respective priorities, or 0 if unset For instance: array('eventName' => 'methodName') array('eventName' => array('methodName', $priorit

ModerationStateAccessControlHandler::checkAccess

protected ModerationStateAccessControlHandler::checkAccess(EntityInterface $entity, $operation, AccountInterface $account) Performs access checks. This method is supposed to be overwritten by extending classes that do their own custom access checking. Parameters \Drupal\Core\Entity\EntityInterface $entity: The entity for which to check access. string $operation: The entity operation. Usually one of 'view', 'view label', 'update' or 'delete'. \Drupal\Core\Session\AccountInterface $account: The

ModulesUninstallConfirmForm::getFormId

public ModulesUninstallConfirmForm::getFormId() Returns a unique string identifying the form. Return value string The unique string identifying the form. Overrides FormInterface::getFormId File core/modules/system/src/Form/ModulesUninstallConfirmForm.php, line 118 Class ModulesUninstallConfirmForm Builds a confirmation form to uninstall selected modules. Namespace Drupal\system\Form Code public function getFormId() { return 'system_modules_uninstall_confirm_form'; }

BookManager::buildBookOutlineRecursive

protected BookManager::buildBookOutlineRecursive(&$links, $parents, $depth) Builds the data representing a book tree. The function is a bit complex because the rendering of a link depends on the next book link. Parameters array $links: A flat array of book links that are part of the book. Each array element is an associative array of information about the book link, containing the fields from the {book} table. This array must be ordered depth-first. array $parents: An array of the node ID

EntityInterface::setOriginalId

public EntityInterface::setOriginalId($id) Sets the original ID. Parameters int|string|null $id: The new ID to set as original ID. If the entity supports renames, setting NULL will prevent an update from being considered a rename. Return value $this File core/lib/Drupal/Core/Entity/EntityInterface.php, line 446 Class EntityInterface Defines a common interface for all entity objects. Namespace Drupal\Core\Entity Code public function setOriginalId($id);

ModuleInstaller::updateKernel

protected ModuleInstaller::updateKernel($module_filenames) Updates the kernel module list. Parameters string $module_filenames: The list of installed modules. File core/lib/Drupal/Core/Extension/ModuleInstaller.php, line 535 Class ModuleInstaller Default implementation of the module installer. Namespace Drupal\Core\Extension Code protected function updateKernel($module_filenames) { // This reboots the kernel to register the module's bundle and its services // in the service contai