BreadcrumbManager::build

public BreadcrumbManager::build(RouteMatchInterface $route_match) Builds the breadcrumb. Parameters \Drupal\Core\Routing\RouteMatchInterface $route_match: The current route match. Return value \Drupal\Core\Breadcrumb\Breadcrumb A breadcrumb. Overrides BreadcrumbBuilderInterface::build File core/lib/Drupal/Core/Breadcrumb/BreadcrumbManager.php, line 72 Class BreadcrumbManager Provides a breadcrumb manager. Namespace Drupal\Core\Breadcrumb Code public function build(RouteMatchInterface

ContentEntityStorageBase::$bundleKey

The entity bundle key. Type: string|bool File core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php, line 21 Class ContentEntityStorageBase Base class for content entity storage handlers. Namespace Drupal\Core\Entity Code protected $bundleKey = FALSE;

input.html.twig

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

install_profile_info

install_profile_info($profile, $langcode = 'en') Retrieves information about an installation profile from its .info.yml file. The information stored in a profile .info.yml file is similar to that stored in a normal Drupal module .info.yml file. For example: name: The real name of the installation profile for display purposes. description: A brief description of the profile. dependencies: An array of shortnames of other modules that this install profile requires. Additional, less commonly-u

ContentEntityStorageBase::$entityManager

The entity manager. Type: \Drupal\Core\Entity\EntityManagerInterface File core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php, line 28 Class ContentEntityStorageBase Base class for content entity storage handlers. Namespace Drupal\Core\Entity Code protected $entityManager;

FeedInterface::setLastCheckedTime

public FeedInterface::setLastCheckedTime($checked) Sets the time when this feed was queued for refresh, 0 if not queued. Parameters int $checked: The timestamp of the last refresh. Return value \Drupal\aggregator\FeedInterface The class instance that this method is called on. File core/modules/aggregator/src/FeedInterface.php, line 78 Class FeedInterface Provides an interface defining an aggregator feed entity. Namespace Drupal\aggregator Code public function setLastCheckedTime($chec

EntityTypeInterface::getRevisionTable

public EntityTypeInterface::getRevisionTable() Gets the name of the entity's revision table. @todo Used by SqlContentEntityStorage only. Return value string|null The name of the entity type's revision table, or NULL if none exists. File core/lib/Drupal/Core/Entity/EntityTypeInterface.php, line 602 Class EntityTypeInterface Provides an interface for an entity type and its metadata. Namespace Drupal\Core\Entity Code public function getRevisionTable();

ContentEntityStorageBase::doPostSave

protected ContentEntityStorageBase::doPostSave(EntityInterface $entity, $update) Performs post save entity processing. Parameters \Drupal\Core\Entity\EntityInterface $entity: The saved entity. bool $update: Specifies whether the entity is being updated or created. Overrides EntityStorageBase::doPostSave File core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php, line 297 Class ContentEntityStorageBase Base class for content entity storage handlers. Namespace Drupal\Core\Entity Code

EntityType::getHandlerClass

public EntityType::getHandlerClass($handler_type, $nested = FALSE) Parameters string $handler_type: The handler type to get. Return value array|string|null The handlers for a given type, or NULL if none exist. Overrides EntityTypeInterface::getHandlerClass File core/lib/Drupal/Core/Entity/EntityType.php, line 442 Class EntityType Provides an implementation of an entity type and its metadata. Namespace Drupal\Core\Entity Code public function getHandlerClass($handler_type, $nested = FA

ConfigEntityStorage::getQueryServiceName

protected ConfigEntityStorage::getQueryServiceName() Gets the name of the service for the query for this entity storage. Return value string The name of the service for the query for this entity storage. Overrides EntityStorageBase::getQueryServiceName File core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php, line 377 Class ConfigEntityStorage Defines the storage class for configuration entities. Namespace Drupal\Core\Config\Entity Code protected function getQueryServiceName()