Role::$label

The human-readable label of this role. Type: string File core/modules/user/src/Entity/Role.php, line 61 Class Role Defines the user role entity class. Namespace Drupal\user\Entity Code protected $label;

UpdateManagerInstall::submitForm

public UpdateManagerInstall::submitForm(array &$form, FormStateInterface $form_state) Form submission handler. Parameters array $form: An associative array containing the structure of the form. \Drupal\Core\Form\FormStateInterface $form_state: The current state of the form. Overrides FormInterface::submitForm File core/modules/update/src/Form/UpdateManagerInstall.php, line 134 Class UpdateManagerInstall Configure update settings for this site. Namespace Drupal\update\Form Code pub

AttributeValueBase::value

public AttributeValueBase::value() Returns the raw value. File core/lib/Drupal/Core/Template/AttributeValueBase.php, line 61 Class AttributeValueBase Defines the base class for an attribute type. Namespace Drupal\Core\Template Code public function value() { return $this->value; }

AjaxResponseSubscriber::__construct

public AjaxResponseSubscriber::__construct(AttachmentsResponseProcessorInterface $ajax_response_attachments_processor) Constructs an AjaxResponseSubscriber object. Parameters \Drupal\Core\Render\AttachmentsResponseProcessorInterface $ajax_response_attachments_processor: The AJAX response attachments processor service. File core/lib/Drupal/Core/EventSubscriber/AjaxResponseSubscriber.php, line 31 Class AjaxResponseSubscriber Response subscriber to handle AJAX responses. Namespace Drupal\

ProjectInfo::processInfoList

ProjectInfo::processInfoList(array &$projects, array $list, $project_type, $status, array $additional_whitelist = array()) Populates an array of project data. This iterates over a list of the installed modules or themes and groups them by project and status. A few parts of this function assume that enabled modules and themes are always processed first, and if uninstalled modules or themes are being processed (there is a setting to control if uninstalled code should be included in the Availa

ConfigurableLanguageManager::__construct

public ConfigurableLanguageManager::__construct(LanguageDefault $default_language, ConfigFactoryInterface $config_factory, ModuleHandlerInterface $module_handler, LanguageConfigFactoryOverrideInterface $config_override, RequestStack $request_stack) Constructs a new ConfigurableLanguageManager object. Parameters \Drupal\Core\Language\LanguageDefault $default_language: The default language service. \Drupal\Core\Config\ConfigFactoryInterface $config_factory: The configuration factory service. \Dr

Breakpoint

Default object used for breakpoint plugins. Hierarchy class \Drupal\Component\Plugin\PluginBase implements DerivativeInspectionInterface, PluginInspectionInterfaceclass \Drupal\Core\Plugin\PluginBase uses DependencySerializationTrait, StringTranslationTraitclass \Drupal\breakpoint\Breakpoint implements BreakpointInterface See also \Drupal\breakpoint\BreakpointManager Plugin API File core/modules/breakpoint/src/Breakpoint.php, line 13 Namespace Drupal\breakpoint Members Name Modif

UpdateFetcher::$fetchUrl

The fetch url configured in the update settings. Type: string File core/modules/update/src/UpdateFetcher.php, line 27 Class UpdateFetcher Fetches project information from remote locations. Namespace Drupal\update Code protected $fetchUrl;

ThemeInitialization::resolveStyleSheetPlaceholders

protected ThemeInitialization::resolveStyleSheetPlaceholders($css_file) Gets CSS file where tokens have been resolved. @todo Remove in Drupal 9.0.x. Parameters string $css_file: CSS file which may contain tokens. Return value string CSS file where placeholders are replaced. File core/lib/Drupal/Core/Theme/ThemeInitialization.php, line 281 Class ThemeInitialization Provides the theme initialization logic. Namespace Drupal\Core\Theme Code protected function resolveStyleSheetPlaceholder

FieldConfigBase::getConstraint

public FieldConfigBase::getConstraint($constraint_name) Returns a validation constraint. See \Drupal\Core\TypedData\DataDefinitionInterface::getConstraints() for details. Parameters string $constraint_name: The name of the constraint, i.e. its plugin id. Return value array A validation constraint definition which can be used for instantiating a \Symfony\Component\Validator\Constraint object. Overrides DataDefinitionInterface::getConstraint See also \Symfony\Component\Validator\Constraint Fil