BreadcrumbManager

Provides a breadcrumb manager. Can be assigned any number of BreadcrumbBuilderInterface objects by calling the addBuilder() method. When build() is called it iterates over the objects in priority order and uses the first one that returns TRUE from BreadcrumbBuilderInterface::applies() to build the breadcrumbs. Hierarchy class \Drupal\Core\Breadcrumb\BreadcrumbManager implements ChainBreadcrumbBuilderInterface See also \Drupal\Core\DependencyInjection\Compiler\RegisterBreadcrumbBuilderPass F

DiffOp::$closing

File core/lib/Drupal/Component/Diff/Engine/DiffOp.php, line 13 Class DiffOp @todo document @private @subpackage DifferenceEngine Namespace Drupal\Component\Diff\Engine Code public $closing;

ConfigEntityStorageInterface

Provides an interface for configuration entity storage. Hierarchy interface \Drupal\Core\Entity\EntityStorageInterfaceinterface \Drupal\Core\Config\Entity\ConfigEntityStorageInterface File core/lib/Drupal/Core/Config/Entity/ConfigEntityStorageInterface.php, line 10 Namespace Drupal\Core\Config\Entity Members Name Modifiers Type Description ConfigEntityStorageInterface::createFromStorageRecord public function Creates a configuration entity from storage values. ConfigEn

DiffOp::nclosing

public DiffOp::nclosing() File core/lib/Drupal/Component/Diff/Engine/DiffOp.php, line 23 Class DiffOp @todo document @private @subpackage DifferenceEngine Namespace Drupal\Component\Diff\Engine Code public function nclosing() { return $this->closing ? sizeof($this->closing) : 0; }

config_translation.module

Configuration Translation module. File core/modules/config_translation/config_translation.module Functions Name Description config_translation_config_schema_info_alter Implements hook_config_schema_info_alter(). config_translation_config_translation_info Implements hook_config_translation_info(). config_translation_entity_operation Implements hook_entity_operation(). config_translation_entity_type_alter Implements hook_entity_type_alter(). config_translation_help Imple

ExtensionMimeTypeGuesser::$mapping

The MIME types mapping array after going through the module handler. Type: array File core/lib/Drupal/Core/File/MimeType/ExtensionMimeTypeGuesser.php, line 867 Class ExtensionMimeTypeGuesser Makes possible to guess the MIME type of a file using its extension. Namespace Drupal\Core\File\MimeType Code protected $mapping;

ConfigEntityInterface::get

public ConfigEntityInterface::get($property_name) Returns the value of a property. Parameters string $property_name: The name of the property that should be returned. Return value mixed The property if it exists, or NULL otherwise. File core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php, line 125 Class ConfigEntityInterface Defines a common interface for configuration entities. Namespace Drupal\Core\Config\Entity Code public function get($property_name);

DiffFormatter::_end_diff

protected DiffFormatter::_end_diff() File core/lib/Drupal/Component/Diff/DiffFormatter.php, line 137 Class DiffFormatter A class to format Diffs Namespace Drupal\Component\Diff Code protected function _end_diff() { $val = ob_get_contents(); ob_end_clean(); return $val; }

RefinableCacheableDependencyTrait::getCacheMaxAge

public RefinableCacheableDependencyTrait::getCacheMaxAge() The maximum age for which this object may be cached. Return value int The maximum time in seconds that this object may be cached. Overrides CacheableDependencyInterface::getCacheMaxAge File core/lib/Drupal/Core/Cache/RefinableCacheableDependencyTrait.php, line 48 Class RefinableCacheableDependencyTrait Trait for \Drupal\Core\Cache\RefinableCacheableDependencyInterface. Namespace Drupal\Core\Cache Code public function getCacheM

Condition::$id

The condition plugin ID. Type: string File core/lib/Drupal/Core/Condition/Annotation/Condition.php, line 33 Class Condition Defines a condition plugin annotation object. Namespace Drupal\Core\Condition\Annotation Code public $id;