LOCALE_TRANSLATION_REMOTE

Translation source is a remote file. File core/modules/locale/locale.module, line 129 Enables the translation of the user interface to languages other than English. Code const LOCALE_TRANSLATION_REMOTE = 'remote';

UserAccessControlHandler

Defines the access control handler for the user entity type. Hierarchy class \Drupal\Core\Entity\EntityHandlerBase uses DependencySerializationTrait, StringTranslationTraitclass \Drupal\Core\Entity\EntityAccessControlHandler implements EntityAccessControlHandlerInterfaceclass \Drupal\user\UserAccessControlHandler See also \Drupal\user\Entity\User File core/modules/user/src/UserAccessControlHandler.php, line 17 Namespace Drupal\user Members Name Modifiers Type Description De

Block::$theme

The theme that includes the block plugin for this entity. Type: string File core/modules/block/src/Entity/Block.php, line 129 Class Block Defines a Block configuration entity class. Namespace Drupal\block\Entity Code protected $theme;

_locale_translation_fetch_operations

_locale_translation_fetch_operations($projects, $langcodes, $options) Helper function to construct the batch operations to fetch translations. Parameters array $projects: Array of project names for which to check the state of translation files. Defaults to all translatable projects. array $langcodes: Array of language codes. Defaults to all translatable languages. array $options: Array of import options. Return value array Array of batch operations. File core/modules/locale/locale.fetch.inc,

PathBasedBreadcrumbBuilder::build

public PathBasedBreadcrumbBuilder::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/modules/system/src/PathBasedBreadcrumbBuilder.php, line 123 Class PathBasedBreadcrumbBuilder Class to define the menu_link breadcrumb builder. Namespace Drupal\system Code public func

AggregatorController::__construct

public AggregatorController::__construct(DateFormatterInterface $date_formatter) Constructs a \Drupal\aggregator\Controller\AggregatorController object. Parameters \Drupal\Core\Datetime\DateFormatterInterface $date_formatter: The date formatter service. File core/modules/aggregator/src/Controller/AggregatorController.php, line 30 Class AggregatorController Returns responses for aggregator module routes. Namespace Drupal\aggregator\Controller Code public function __construct(DateFormat

SubformState::$subform

The subform. Type: mixed[] File core/lib/Drupal/Core/Form/SubformState.php, line 26 Class SubformState Stores information about the state of a subform. Namespace Drupal\Core\Form Code protected $subform;

LoggerChannel::setLoggers

public LoggerChannel::setLoggers(array $loggers) Sets the loggers for this channel. Parameters array $loggers: An array of arrays of \Psr\Log\LoggerInterface keyed by priority. Overrides LoggerChannelInterface::setLoggers File core/lib/Drupal/Core/Logger/LoggerChannel.php, line 159 Class LoggerChannel Defines a logger channel that most implementations will use. Namespace Drupal\Core\Logger Code public function setLoggers(array $loggers) { $this->loggers = $loggers; }

DrupalKernel::moduleData

protected DrupalKernel::moduleData($module) Returns module data on the filesystem. Parameters $module: The name of the module. Return value \Drupal\Core\Extension\Extension|bool Returns an Extension object if the module is found, FALSE otherwise. File core/lib/Drupal/Core/DrupalKernel.php, line 724 Class DrupalKernel The DrupalKernel class is the core of Drupal itself. Namespace Drupal\Core Code protected function moduleData($module) { if (!$this->moduleData) { // First, fin

ViewsStyle::$base

The base tables on which this style plugin can be used. If no base table is specified the plugin can be used with all tables. Type: array File core/modules/views/src/Annotation/ViewsStyle.php, line 74 Class ViewsStyle Defines a Plugin annotation object for views style plugins. Namespace Drupal\views\Annotation Code public $base;