TaxonomyController::termTitle

public TaxonomyController::termTitle(TermInterface $taxonomy_term) Route title callback. Parameters \Drupal\taxonomy\TermInterface $taxonomy_term: The taxonomy term. Return value array The term label as a render array. File core/modules/taxonomy/src/Controller/TaxonomyController.php, line 51 Class TaxonomyController Provides route responses for taxonomy.module. Namespace Drupal\taxonomy\Controller Code public function termTitle(TermInterface $taxonomy_term) { return ['#markup' =>

ConfigEntityInterface::isUninstalling

public ConfigEntityInterface::isUninstalling() Returns whether this entity is being changed during the uninstall process. If you are writing code that responds to a change in this entity (insert, update, delete, presave, etc.), and your code would result in a configuration change (whether related to this configuration entity, another configuration entity, or non-entity configuration) or your code would result in a change to this entity itself, you need to check and see if this entity change is

Action::$type

The entity type the action can apply to. @todo Replace with \Drupal\Core\Plugin\Context\Context. Type: string File core/lib/Drupal/Core/Annotation/Action.php, line 55 Class Action Defines an Action annotation object. Namespace Drupal\Core\Annotation Code public $type = '';

ContextualLinkManager

Defines a contextual link plugin manager to deal with contextual links. Hierarchy class \Drupal\Component\Plugin\PluginManagerBase implements PluginManagerInterface uses DiscoveryTraitclass \Drupal\Core\Plugin\DefaultPluginManager implements CachedDiscoveryInterface, PluginManagerInterface, CacheableDependencyInterface uses DiscoveryCachedTrait, UseCacheBackendTraitclass \Drupal\Core\Menu\ContextualLinkManager implements ContextualLinkManagerInterface See also \Drupal\Core\Menu\Contextual

BatchStorage::create

public BatchStorage::create(array $batch) Creates and saves a batch. Parameters array $batch: The array representing the batch to create. Overrides BatchStorageInterface::create File core/lib/Drupal/Core/Batch/BatchStorage.php, line 123 Class BatchStorage Namespace Drupal\Core\Batch Code public function create(array $batch) { // Ensure that a session is started before using the CSRF token generator. $this->session->start(); $try_again = FALSE; try { // The batch tab

BackendChain::prependBackend

public BackendChain::prependBackend(CacheBackendInterface $backend) Prepends a cache backend to the cache chain. Parameters CacheBackendInterface $backend: The backend to be prepended to the cache chain. Return value \Drupal\Core\Cache\BackendChain The called object. File core/lib/Drupal/Core/Cache/BackendChain.php, line 64 Class BackendChain Defines a chained cache implementation for combining multiple cache backends. Namespace Drupal\Core\Cache Code public function prependBackend(C

ConfigEntityBundleBase

A base class for config entity types that act as bundles. Entity types that want to use this base class must use bundle_of in their annotation to specify for which entity type they are providing bundles for. Hierarchy class \Drupal\Core\Entity\Entity implements EntityInterface uses RefinableCacheableDependencyTrait, DependencySerializationTraitclass \Drupal\Core\Config\Entity\ConfigEntityBase implements ConfigEntityInterface uses PluginDependencyTraitclass \Drupal\Core\Config\Entity\ConfigEntit

BatchController::create

public static BatchController::create(ContainerInterface $container) Instantiates a new instance of this class. This is a factory method that returns a new instance of this class. The factory should pass any needed dependencies into the constructor of this class, but not the container itself. Every call to this method must return a new instance of this class; that is, it may not implement a singleton. Parameters \Symfony\Component\DependencyInjection\ContainerInterface $container: The service

DblogFilterForm

Provides the database logging filter form. Hierarchy class \Drupal\Core\Form\FormBase implements ContainerInjectionInterface, FormInterface uses DependencySerializationTrait, LoggerChannelTrait, LinkGeneratorTrait, RedirectDestinationTrait, UrlGeneratorTrait, StringTranslationTraitclass \Drupal\dblog\Form\DblogFilterForm File core/modules/dblog/src/Form/DblogFilterForm.php, line 11 Namespace Drupal\dblog\Form Members Name Modifiers Type Description DblogFilterForm::buildForm

BatchController

Controller routines for batch routes. Hierarchy class \Drupal\system\Controller\BatchController implements ContainerInjectionInterface File core/modules/system/src/Controller/BatchController.php, line 14 Namespace Drupal\system\Controller Members Name Modifiers Type Description BatchController::$root protected property The app root. BatchController::batchPage public function Returns a system batch page. BatchController::batchPageTitle public function The