FormBuilder::$formValidator

Type: \Drupal\Core\Form\FormValidatorInterface File core/lib/Drupal/Core/Form/FormBuilder.php, line 89 Class FormBuilder Provides form building and processing. Namespace Drupal\Core\Form Code protected $formValidator;

CommentLazyBuilders::$commentManager

Comment manager service. Type: \Drupal\comment\CommentManagerInterface File core/modules/comment/src/CommentLazyBuilders.php, line 38 Class CommentLazyBuilders Defines a service for comment #lazy_builder callbacks. Namespace Drupal\comment Code protected $commentManager;

$base_secure_url

The secure base URL of the Drupal installation. See also \Drupal\Core\DrupalKernel::initializeRequestGlobals() File core/globals.api.php, line 36 These are the global variables that Drupal uses. Code global $base_secure_url;

LocaleEvent::__construct

public LocaleEvent::__construct(array $lang_codes, array $lids = array()) Constructs a new LocaleEvent. Parameters array $lang_codes: Language codes for updated translations. array $lids: (optional) List of string identifiers that have been updated / created. File core/modules/locale/src/LocaleEvent.php, line 34 Class LocaleEvent Defines a Locale event. Namespace Drupal\locale Code public function __construct(array $lang_codes, array $lids = array()) { $this->langCodes = $lang_co

SystemBrandingOffCanvasForm::$configFactory

The config factory. Type: \Drupal\Core\Config\ConfigFactoryInterface File core/modules/outside_in/src/Form/SystemBrandingOffCanvasForm.php, line 30 Class SystemBrandingOffCanvasForm The off-canvas form handler for the SystemBrandingBlock. Namespace Drupal\outside_in\Form Code protected $configFactory;

CacheContextInterface::getContext

public CacheContextInterface::getContext() Returns the string representation of the cache context. A cache context service's name is used as a token (placeholder) cache key, and is then replaced with the string returned by this method. Return value string The string representation of the cache context. File core/lib/Drupal/Core/Cache/Context/CacheContextInterface.php, line 27 Class CacheContextInterface Provides an interface for defining a cache context service. Namespace Drupal\Core\C

ConfigTranslationBlockListBuilder::$themes

An array of theme info keyed by theme name. Type: array File core/modules/config_translation/src/Controller/ConfigTranslationBlockListBuilder.php, line 21 Class ConfigTranslationBlockListBuilder Defines the config translation list builder for blocks. Namespace Drupal\config_translation\Controller Code protected $themes = array();

DatabaseBackendFactory::__construct

DatabaseBackendFactory::__construct(Connection $connection, CacheTagsChecksumInterface $checksum_provider) Constructs the DatabaseBackendFactory object. Parameters \Drupal\Core\Database\Connection $connection: Database connection \Drupal\Core\Cache\CacheTagsChecksumInterface $checksum_provider: The cache tags checksum provider. File core/lib/Drupal/Core/Cache/DatabaseBackendFactory.php, line 31 Class DatabaseBackendFactory Namespace Drupal\Core\Cache Code function __construct(Connect

FILE_CREATE_DIRECTORY

Flag used by file_prepare_directory() -- create directory if not present. Related topics File interface Common file handling functions. File core/includes/file.inc, line 43 API for handling file uploads and server file management. Code const FILE_CREATE_DIRECTORY = 1;

TranslatableInterface::isDefaultTranslation

public TranslatableInterface::isDefaultTranslation() Checks whether the translation is the default one. Return value bool TRUE if the translation is the default one, FALSE otherwise. File core/lib/Drupal/Core/TypedData/TranslatableInterface.php, line 24 Class TranslatableInterface Interface for translatable data. Namespace Drupal\Core\TypedData Code public function isDefaultTranslation();