HistoryController

Returns responses for History module routes. Hierarchy class \Drupal\Core\Controller\ControllerBase implements ContainerInjectionInterface uses LoggerChannelTrait, LinkGeneratorTrait, RedirectDestinationTrait, UrlGeneratorTrait, StringTranslationTraitclass \Drupal\history\Controller\HistoryController File core/modules/history/src/Controller/HistoryController.php, line 15 Namespace Drupal\history\Controller Members Name Modifiers Type Description ControllerBase::$configFactory

NODE_PROMOTED

Denotes that the node is promoted to the front page. File core/modules/node/node.module, line 50 The core module that allows content to be submitted to the site. Code const NODE_PROMOTED = 1;

form_select_options

form_select_options($element, $choices = NULL) Converts an options form element into a structured array for output. This function calls itself recursively to obtain the values for each optgroup within the list of options and when the function encounters an object with an 'options' property inside $element['#options']. Parameters array $element: An associative array containing the following key-value pairs: #multiple: Optional Boolean indicating if the user may select more than one item. #opt

CommentType::$label

The comment type label. Type: string File core/modules/comment/src/Entity/CommentType.php, line 58 Class CommentType Defines the comment type entity. Namespace Drupal\comment\Entity Code protected $label;

LOCALE_TRANSLATION_DEFAULT_SERVER_PATTERN

Default location of gettext file on the translation server. See also locale_translation_default_translation_server(). File core/modules/locale/locale.module, line 102 Enables the translation of the user interface to languages other than English. Code const LOCALE_TRANSLATION_DEFAULT_SERVER_PATTERN = 'http://ftp.drupal.org/files/translations/%core/%project/%project-%version.%language.po';

ModulesUninstallForm::buildForm

public ModulesUninstallForm::buildForm(array $form, FormStateInterface $form_state) Form constructor. Parameters array $form: An associative array containing the structure of the form. \Drupal\Core\Form\FormStateInterface $form_state: The current state of the form. Return value array The form structure. Overrides FormInterface::buildForm File core/modules/system/src/Form/ModulesUninstallForm.php, line 75 Class ModulesUninstallForm Provides a form for uninstalling modules. Namespace Dr

MailHandler::sendMailMessages

public MailHandler::sendMailMessages(MessageInterface $message, AccountInterface $sender) Sends mail messages as appropriate for a given Message form submission. Can potentially send up to three messages as follows: To the configured recipient; Auto-reply to the sender; and Carbon copy to the sender. Parameters \Drupal\contact\MessageInterface $message: Submitted message entity. \Drupal\Core\Session\AccountInterface $sender: User that submitted the message entity form. Throws \Drupal\contac

ImageToolkitOperationBase

Provides a base class for image toolkit operation plugins. Hierarchy class \Drupal\Component\Plugin\PluginBase implements DerivativeInspectionInterface, PluginInspectionInterfaceclass \Drupal\Core\Plugin\PluginBase uses DependencySerializationTrait, StringTranslationTraitclass \Drupal\Core\ImageToolkit\ImageToolkitOperationBase implements ImageToolkitOperationInterface See also \Drupal\Core\ImageToolkit\Annotation\ImageToolkitOperation \Drupal\Core\ImageToolkit\ImageToolkitOperationInterf

ExtensionInstallStorage

Storage to access configuration and schema in enabled extensions. Hierarchy class \Drupal\Core\Config\FileStorage implements StorageInterfaceclass \Drupal\Core\Config\InstallStorageclass \Drupal\Core\Config\ExtensionInstallStorage See also \Drupal\Core\Config\ConfigInstaller \Drupal\Core\Config\TypedConfigManager File core/lib/Drupal/Core/Config/ExtensionInstallStorage.php, line 14 Namespace Drupal\Core\Config Members Name Modifiers Type Description ExtensionInstallStorage:

ImageStyleStorageInterface::setReplacementId

public ImageStyleStorageInterface::setReplacementId($name, $replacement) Stores a replacement ID for an image style being deleted. The method stores a replacement style to be used by the configuration dependency system when a image style is deleted. The replacement style is replacing the deleted style in other configuration entities that are depending on the image style being deleted. Parameters string $name: The ID of the image style to be deleted. string $replacement: The ID of the image sty