ItemsImporter::refresh

public ItemsImporter::refresh(FeedInterface $feed) Updates the feed items by triggering the import process. This process can be slow and lengthy because it relies on network operations. Calling it on performance critical paths should be avoided. Parameters \Drupal\aggregator\FeedInterface $feed: The feed which items should be refreshed. Return value bool TRUE if there is new content for the feed FALSE otherwise. Overrides ItemsImporterInterface::refresh File core/modules/aggregator/src/ItemsI

PhpassHashedPassword::crypt

protected PhpassHashedPassword::crypt($algo, $password, $setting) Hash a password using a secure stretched hash. By using a salt and repeated hashing the password is "stretched". Its security is increased because it becomes much more computationally costly for an attacker to try to break the hash by brute-force computation of the hashes of a large number of plain-text words or strings to find a match. Parameters string $algo: The string name of a hashing algorithm usable by hash(), like 'sha25

TermForm::save

public TermForm::save(array $form, FormStateInterface $form_state) Form submission handler for the 'save' action. Normally this method should be overridden to provide specific messages to the user and redirect the form after the entity has been saved. 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 int Either SAVED_NEW or SAVED_UPDATED, depending on the operation pe

TextFormat::processFormat

public static TextFormat::processFormat(&$element, FormStateInterface $form_state, &$complete_form) Expands an element into a base element with text format selector attached. The form element will be expanded into two separate form elements, one holding the original element, and the other holding the text format selector: value: Holds the original element, having its #type changed to the value of #base_type or 'textarea' by default. format: Holds the text format details and the text f

BanDelete

Provides a form to unban IP addresses. Hierarchy class \Drupal\Core\Form\FormBase implements ContainerInjectionInterface, FormInterface uses DependencySerializationTrait, LoggerChannelTrait, LinkGeneratorTrait, RedirectDestinationTrait, UrlGeneratorTrait, StringTranslationTraitclass \Drupal\Core\Form\ConfirmFormBase implements ConfirmFormInterfaceclass \Drupal\ban\Form\BanDelete File core/modules/ban/src/Form/BanDelete.php, line 15 Namespace Drupal\ban\Form Members Name Modifiers

ConfigurableLanguageManager

Overrides default LanguageManager to provide configured languages. Hierarchy class \Drupal\Core\Language\LanguageManager implements LanguageManagerInterface uses DependencySerializationTraitclass \Drupal\language\ConfigurableLanguageManager implements ConfigurableLanguageManagerInterface File core/modules/language/src/ConfigurableLanguageManager.php, line 20 Namespace Drupal\language Members Name Modifiers Type Description ConfigurableLanguageManager::$configFactory protect

TemporaryStream

Defines a Drupal temporary (temporary://) stream wrapper class. Provides support for storing temporarily accessible files with the Drupal file interface. Hierarchy class \Drupal\Core\StreamWrapper\LocalStream implements StreamWrapperInterfaceclass \Drupal\Core\StreamWrapper\TemporaryStream File core/lib/Drupal/Core/StreamWrapper/TemporaryStream.php, line 13 Namespace Drupal\Core\StreamWrapper Members Name Modifiers Type Description LocalStream::$context public property

CommentStorage

Defines the storage handler class for comments. This extends the Drupal\Core\Entity\Sql\SqlContentEntityStorage class, adding required special handling for comment entities. Hierarchy class \Drupal\Core\Entity\EntityHandlerBase uses DependencySerializationTrait, StringTranslationTraitclass \Drupal\Core\Entity\EntityStorageBase implements EntityHandlerInterface, EntityStorageInterfaceclass \Drupal\Core\Entity\ContentEntityStorageBase implements ContentEntityStorageInterface, DynamicallyFieldable

SetCustomize

Builds the shortcut set customize form. Hierarchy class \Drupal\Core\Form\FormBase implements ContainerInjectionInterface, FormInterface uses DependencySerializationTrait, LoggerChannelTrait, LinkGeneratorTrait, RedirectDestinationTrait, UrlGeneratorTrait, StringTranslationTraitclass \Drupal\Core\Entity\EntityForm implements EntityFormInterfaceclass \Drupal\shortcut\Form\SetCustomize File core/modules/shortcut/src/Form/SetCustomize.php, line 12 Namespace Drupal\shortcut\Form Members

BlockForm

Provides form for block instance forms. Hierarchy class \Drupal\Core\Form\FormBase implements ContainerInjectionInterface, FormInterface uses DependencySerializationTrait, LoggerChannelTrait, LinkGeneratorTrait, RedirectDestinationTrait, UrlGeneratorTrait, StringTranslationTraitclass \Drupal\Core\Entity\EntityForm implements EntityFormInterfaceclass \Drupal\block\BlockForm File core/modules/block/src/BlockForm.php, line 23 Namespace Drupal\block Members Name Modifiers Type Des