Breadcrumb::getLinks

public Breadcrumb::getLinks() Gets the breadcrumb links. Return value \Drupal\Core\Link[] File core/lib/Drupal/Core/Breadcrumb/Breadcrumb.php, line 29 Class Breadcrumb Used to return generated breadcrumbs with associated cacheability metadata. Namespace Drupal\Core\Breadcrumb Code public function getLinks() { return $this->links; }

Breadcrumb::addLink

public Breadcrumb::addLink(Link $link) Appends a link to the end of the ordered list of breadcrumb links. Parameters \Drupal\Core\Link $link: The link appended to the breadcrumb. Return value $this File core/lib/Drupal/Core/Breadcrumb/Breadcrumb.php, line 62 Class Breadcrumb Used to return generated breadcrumbs with associated cacheability metadata. Namespace Drupal\Core\Breadcrumb Code public function addLink(Link $link) { $this->links[] = $link; return $this; }

Breadcrumb::$links

An ordered list of links for the breadcrumb. Type: \Drupal\Core\Link[] File core/lib/Drupal/Core/Breadcrumb/Breadcrumb.php, line 22 Class Breadcrumb Used to return generated breadcrumbs with associated cacheability metadata. Namespace Drupal\Core\Breadcrumb Code protected $links = [];

breadcrumb.html.twig

Default theme implementation for a breadcrumb trail. Available variables: breadcrumb: Breadcrumb trail items. File core/modules/system/templates/breadcrumb.html.twig Related topics Theme system overview Functions and templates for the user interface that themes can override.

Breadcrumb

Used to return generated breadcrumbs with associated cacheability metadata. Hierarchy class \Drupal\Core\Breadcrumb\Breadcrumb implements RefinableCacheableDependencyInterface, RenderableInterface uses RefinableCacheableDependencyTrait File core/lib/Drupal/Core/Breadcrumb/Breadcrumb.php, line 13 Namespace Drupal\Core\Breadcrumb Members Name Modifiers Type Description Breadcrumb::$links protected property An ordered list of links for the breadcrumb. Breadcrumb::addLink

BootstrapConfigStorageFactory::getFileStorage

public static BootstrapConfigStorageFactory::getFileStorage() Returns a File-based configuration storage implementation. If there is no active configuration directory calling this method will result in an error. Return value \Drupal\Core\Config\FileStorage Throws \Exception Deprecated in Drupal 8.0.x and will be removed before 9.0.0. Drupal core no longer creates an active directory. File core/lib/Drupal/Core/Config/BootstrapConfigStorageFactory.php, line 56 Class BootstrapConfigStorag

BootstrapConfigStorageFactory::getDatabaseStorage

public static BootstrapConfigStorageFactory::getDatabaseStorage() Returns a Database configuration storage implementation. Return value \Drupal\Core\Config\DatabaseStorage File core/lib/Drupal/Core/Config/BootstrapConfigStorageFactory.php, line 39 Class BootstrapConfigStorageFactory Defines a factory for retrieving the config storage used pre-kernel. Namespace Drupal\Core\Config Code public static function getDatabaseStorage() { return new DatabaseStorage(Database::getConnection(),

BootstrapConfigStorageFactory::get

public static BootstrapConfigStorageFactory::get($class_loader = NULL) Returns a configuration storage implementation. Parameters $class_loader: The class loader. Normally Composer's ClassLoader, as included by the front controller, but may also be decorated; e.g., \Symfony\Component\ClassLoader\ApcClassLoader. Return value \Drupal\Core\Config\StorageInterface A configuration storage implementation. File core/lib/Drupal/Core/Config/BootstrapConfigStorageFactory.php, line 24 Class Bootstra

BootstrapConfigStorageFactory

Defines a factory for retrieving the config storage used pre-kernel. Hierarchy class \Drupal\Core\Config\BootstrapConfigStorageFactory File core/lib/Drupal/Core/Config/BootstrapConfigStorageFactory.php, line 11 Namespace Drupal\Core\Config Members Name Modifiers Type Description BootstrapConfigStorageFactory::get public static function Returns a configuration storage implementation. BootstrapConfigStorageFactory::getDatabaseStorage public static function Returns

bootstrap.inc

Functions that need to be loaded on every Drupal request. File core/includes/bootstrap.inc Functions Name Description config_get_config_directory Returns the path of a configuration directory. drupal_classloader_register Registers an additional namespace. drupal_generate_test_ua Generates a user agent string with a HMAC and timestamp for simpletest. drupal_get_filename Returns and optionally sets the filename for a system resource. drupal_get_messages Returns all messa