install_display_requirements

install_display_requirements($install_state, $requirements) Displays installation requirements. Parameters array $install_state: An array of information about the current installation state. array $requirements: An array of requirements, in the same format as is returned by hook_requirements(). Return value A themed status report, or an exception if there are requirement errors. If there are only requirement warnings, a themed status report is shown initially, but the user is allowed to bypas

aggregator.theme.inc

Preprocessors and theme functions of Aggregator module. File core/modules/aggregator/aggregator.theme.inc Functions Name Description template_preprocess_aggregator_feed Prepares variables for aggregator feed templates. template_preprocess_aggregator_item Prepares variables for aggregator item templates.

BlockContentController::create

public static BlockContentController::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 s

UserMultipleCancelConfirm

Provides a confirmation form for cancelling multiple user accounts. Hierarchy class \Drupal\Core\Form\FormBase implements ContainerInjectionInterface, FormInterface uses DependencySerializationTrait, LoggerChannelTrait, LinkGeneratorTrait, RedirectDestinationTrait, UrlGeneratorTrait, StringTranslationTraitclass \Drupal\Core\Form\ConfirmFormBase implements ConfirmFormInterfaceclass \Drupal\user\Form\UserMultipleCancelConfirm File core/modules/user/src/Form/UserMultipleCancelConfirm.php, lin

StaticMenuLinkOverridesInterface::loadMultipleOverrides

public StaticMenuLinkOverridesInterface::loadMultipleOverrides(array $ids) Loads overrides to multiple definitions of a static (YAML-defined) link. Parameters array $ids: Array of menu link plugin IDs. Return value array One or override keys by plugin ID. See also \Drupal\Core\Menu\StaticMenuLinkOverridesInterface File core/lib/Drupal/Core/Menu/StaticMenuLinkOverridesInterface.php, line 62 Class StaticMenuLinkOverridesInterface Defines an interface for objects which overrides menu links

BlockContentController::getAddFormTitle

public BlockContentController::getAddFormTitle(BlockContentTypeInterface $block_content_type) Provides the page title for this controller. Parameters \Drupal\block_content\BlockContentTypeInterface $block_content_type: The custom block type being added. Return value string The page title. File core/modules/block_content/src/Controller/BlockContentController.php, line 125 Class BlockContentController Namespace Drupal\block_content\Controller Code public function getAddFormTitle(Block

automated_cron_settings_submit

automated_cron_settings_submit(array $form, FormStateInterface $form_state) Form submission handler for system_cron_settings(). File core/modules/automated_cron/automated_cron.module, line 69 Provides an automated cron by executing it at the end of a response. Code function automated_cron_settings_submit(array $form, FormStateInterface $form_state) { \Drupal::configFactory()->getEditable('automated_cron.settings') ->set('interval', $form_state->getValue('interval')) ->sa

BookController::bookExport

public BookController::bookExport($type, NodeInterface $node) Generates representations of a book page and its children. The method delegates the generation of output to helper methods. The method name is derived by prepending 'bookExport' to the camelized form of given output type. For example, a type of 'html' results in a call to the method bookExportHtml(). Parameters string $type: A string encoding the type of output requested. The following types are currently supported in book module:

SqlContentEntityStorageSchema::onFieldStorageDefinitionDelete

public SqlContentEntityStorageSchema::onFieldStorageDefinitionDelete(FieldStorageDefinitionInterface $storage_definition) Reacts to the deletion of a field storage definition. Parameters \Drupal\Core\Field\FieldStorageDefinitionInterface $storage_definition: The field being deleted. Overrides FieldStorageDefinitionListenerInterface::onFieldStorageDefinitionDelete File core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php, line 404 Class SqlContentEntityStorageSchema Defines a

LanguageNegotiationMethodBase::setCurrentUser

public LanguageNegotiationMethodBase::setCurrentUser(AccountInterface $current_user) Injects the current user. Parameters \Drupal\Core\Session\AccountInterface $current_user: The current active user. Overrides LanguageNegotiationMethodInterface::setCurrentUser File core/modules/language/src/LanguageNegotiationMethodBase.php, line 52 Class LanguageNegotiationMethodBase Base class for language negotiation methods. Namespace Drupal\language Code public function setCurrentUser(AccountInte