UpdateManagerUpdate::create

public static UpdateManagerUpdate::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 serv

ConfigFactory::listAll

public ConfigFactory::listAll($prefix = '') Gets configuration object names starting with a given prefix. Parameters string $prefix: (optional) The prefix to search for. If omitted, all configuration object names that exist are returned. Return value array An array containing matching configuration object names. Overrides ConfigFactoryInterface::listAll See also \Drupal\Core\Config\StorageInterface::listAll() File core/lib/Drupal/Core/Config/ConfigFactory.php, line 327 Class ConfigFactor

BasicSettingsForm

Form builder for the admin display defaults page. Hierarchy class \Drupal\Core\Form\FormBase implements ContainerInjectionInterface, FormInterface uses DependencySerializationTrait, LoggerChannelTrait, LinkGeneratorTrait, RedirectDestinationTrait, UrlGeneratorTrait, StringTranslationTraitclass \Drupal\Core\Form\ConfigFormBase uses ConfigFormBaseTraitclass \Drupal\views_ui\Form\BasicSettingsForm File core/modules/views_ui/src/Form/BasicSettingsForm.php, line 14 Namespace Drupal\views_ui

FieldConfigStorage::$fieldTypeManager

The field type plugin manager. Type: \Drupal\Core\Field\FieldTypePluginManagerInterface Overrides FieldConfigStorageBase::$fieldTypeManager File core/modules/field/src/FieldConfigStorage.php, line 40 Class FieldConfigStorage Controller class for fields. Namespace Drupal\field Code protected $fieldTypeManager;

TypedConfigManager::__construct

public TypedConfigManager::__construct(StorageInterface $configStorage, StorageInterface $schemaStorage, CacheBackendInterface $cache, ModuleHandlerInterface $module_handler) Creates a new typed configuration manager. Parameters \Drupal\Core\Config\StorageInterface $configStorage: The storage object to use for reading schema data \Drupal\Core\Config\StorageInterface $schemaStorage: The storage object to use for reading schema data \Drupal\Core\Cache\CacheBackendInterface $cache: The cache back

DrupalDateTime::prepareTimezone

protected DrupalDateTime::prepareTimezone($timezone) Overrides prepareTimezone(). Override basic component timezone handling to use Drupal's knowledge of the preferred user timezone. Overrides DateTimePlus::prepareTimezone File core/lib/Drupal/Core/Datetime/DrupalDateTime.php, line 67 Class DrupalDateTime Extends DateTimePlus(). Namespace Drupal\Core\Datetime Code protected function prepareTimezone($timezone) { if (empty($timezone)) { // Fallback to user or system default timezon

help-section.html.twig

Default theme implementation for a section of the help page. Available variables: title: The section title. description: The description text for the section. links: Links to display in the section. empty: Text to display if there are no links. File core/modules/help/templates/help-section.html.twig Related topics Theme system overview Functions and templates for the user interface that themes can override.

DateTimePlus::$inputTimeZoneRaw

The value of the timezone passed to the constructor. File core/lib/Drupal/Component/Datetime/DateTimePlus.php, line 66 Class DateTimePlus Wraps DateTime(). Namespace Drupal\Component\Datetime Code protected $inputTimeZoneRaw = '';

ImageToolkitInterface::getHeight

public ImageToolkitInterface::getHeight() Returns the height of the image. Return value int|null The height of the image, or NULL if the image is invalid. File core/lib/Drupal/Core/ImageToolkit/ImageToolkitInterface.php, line 110 Class ImageToolkitInterface Defines an interface for image toolkits. Namespace Drupal\Core\ImageToolkit Code public function getHeight();

NodeTypeDeleteConfirm

Provides a form for content type deletion. Hierarchy class \Drupal\Core\Form\FormBase implements ContainerInjectionInterface, FormInterface uses DependencySerializationTrait, LoggerChannelTrait, LinkGeneratorTrait, RedirectDestinationTrait, UrlGeneratorTrait, StringTranslationTraitclass \Drupal\Core\Entity\EntityForm implements EntityFormInterfaceclass \Drupal\Core\Entity\EntityConfirmFormBase implements ConfirmFormInterfaceclass \Drupal\Core\Entity\EntityDeleteForm uses EntityDeleteFormTraitcl