DefaultHtmlRouteProvider::$entityFieldManager

The entity field manager. Type: \Drupal\Core\Entity\EntityFieldManagerInterface File core/lib/Drupal/Core/Entity/Routing/DefaultHtmlRouteProvider.php, line 46 Class DefaultHtmlRouteProvider Provides HTML routes for entities. Namespace Drupal\Core\Entity\Routing Code protected $entityFieldManager;

RouteProcessorManager::addOutbound

public RouteProcessorManager::addOutbound(OutboundRouteProcessorInterface $processor, $priority = 0) Adds an outbound processor object to the $outboundProcessors property. Parameters \Drupal\Core\RouteProcessor\OutboundRouteProcessorInterface $processor: The processor object to add. int $priority: The priority of the processor being added. File core/lib/Drupal/Core/RouteProcessor/RouteProcessorManager.php, line 41 Class RouteProcessorManager Route processor manager. Namespace Drupal\Co

ConfigurableLanguageInterface

Provides an interface defining a language entity. Hierarchy interface \Drupal\Core\Config\Entity\ConfigEntityInterface; interface \Drupal\Core\Language\LanguageInterfaceinterface \Drupal\language\ConfigurableLanguageInterface File core/modules/language/src/ConfigurableLanguageInterface.php, line 11 Namespace Drupal\language Members Name Modifiers Type Description AccessibleInterface::access public function Checks data value access. CacheableDependencyInterface::getCac

LoggerChannelFactory::get

public LoggerChannelFactory::get($channel) Retrieves the registered logger for the requested channel. Return value \Drupal\Core\Logger\LoggerChannelInterface The registered logger for this channel. Overrides LoggerChannelFactoryInterface::get File core/lib/Drupal/Core/Logger/LoggerChannelFactory.php, line 32 Class LoggerChannelFactory Defines a factory for logging channels. Namespace Drupal\Core\Logger Code public function get($channel) { if (!isset($this->channels[$channel])) {

ChainedFastBackend

Defines a backend with a fast and a consistent backend chain. In order to mitigate a network roundtrip for each cache get operation, this cache allows a fast backend to be put in front of a slow(er) backend. Typically the fast backend will be something like APCu, and be bound to a single web node, and will not require a network round trip to fetch a cache item. The fast backend will also typically be inconsistent (will only see changes from one web node). The slower backend will be something li

_drupal_rewrite_settings_dump_one

_drupal_rewrite_settings_dump_one(\stdClass $variable, $prefix = '', $suffix = '') Helper for drupal_rewrite_settings(). Dump the value of a value property and adds the comment if it exists. Parameters object $variable: A stdClass object with at least a value property. string $prefix: A string to prepend to the variable's value. string $suffix: A string to append to the variable's value. Return value string A string containing valid PHP code of the variable suitable for placing into settings.

EntityTypeInfo::bundleFormRedirect

public static EntityTypeInfo::bundleFormRedirect(array &$form, FormStateInterface $form_state) Redirect content entity edit forms on save, if there is a forward revision. When saving their changes, editors should see those changes displayed on the next page. Parameters array $form: An associative array containing the structure of the form. \Drupal\Core\Form\FormStateInterface $form_state: The current state of the form. File core/modules/content_moderation/src/EntityTypeInfo.php, line 379

DrupalKernel::$allowDumping

Whether the container can be dumped. Type: bool File core/lib/Drupal/Core/DrupalKernel.php, line 162 Class DrupalKernel The DrupalKernel class is the core of Drupal itself. Namespace Drupal\Core Code protected $allowDumping;

ConfigTranslationFieldListBuilder::getFilterLabels

public ConfigTranslationFieldListBuilder::getFilterLabels() Provides user facing strings for the filter element. Return value array Overrides ConfigTranslationEntityListBuilder::getFilterLabels File core/modules/config_translation/src/Controller/ConfigTranslationFieldListBuilder.php, line 97 Class ConfigTranslationFieldListBuilder Defines the config translation list builder for field entities. Namespace Drupal\config_translation\Controller Code public function getFilterLabels() { $i

OpmlFeedAdd

Imports feeds from OPML. Hierarchy class \Drupal\Core\Form\FormBase implements ContainerInjectionInterface, FormInterface uses DependencySerializationTrait, LoggerChannelTrait, LinkGeneratorTrait, RedirectDestinationTrait, UrlGeneratorTrait, StringTranslationTraitclass \Drupal\aggregator\Form\OpmlFeedAdd File core/modules/aggregator/src/Form/OpmlFeedAdd.php, line 16 Namespace Drupal\aggregator\Form Members Name Modifiers Type Description DependencySerializationTrait::$_servic