NodeGrantDatabaseStorageInterface::deleteNodeRecords

public NodeGrantDatabaseStorageInterface::deleteNodeRecords(array $nids) Remove the access records belonging to certain nodes. Parameters array $nids: A list of node IDs. The grant records belonging to these nodes will be deleted. File core/modules/node/src/NodeGrantDatabaseStorageInterface.php, line 125 Class NodeGrantDatabaseStorageInterface Provides an interface for node access grant storage. Namespace Drupal\node Code public function deleteNodeRecords(array $nids);

ForumForm

Base form for forum term edit forms. 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\ContentEntityForm implements ContentEntityFormInterfaceclass \Drupal\taxonomy\TermFormclass \Drupal\forum\Form\ForumForm Fi

FieldConfig::preDelete

public static FieldConfig::preDelete(EntityStorageInterface $storage, array $fields) Acts on entities before they are deleted and before hooks are invoked. Used before the entities are deleted and before invoking the delete hook. Parameters \Drupal\Core\Entity\EntityStorageInterface $storage: The entity storage object. \Drupal\Core\Entity\EntityInterface[] $entities: An array of entities. Overrides ConfigEntityBase::preDelete File core/modules/field/src/Entity/FieldConfig.php, line 190 Clas

LanguageInterface::LANGCODE_DEFAULT

Language code referring to the default language of data, e.g. of an entity. See the BCP 47 syntax for defining private language tags: http://www.rfc-editor.org/rfc/bcp/bcp47.txt File core/lib/Drupal/Core/Language/LanguageInterface.php, line 47 Class LanguageInterface Defines a language. Namespace Drupal\Core\Language Code const LANGCODE_DEFAULT = 'x-default';

ConfigTranslationFormBase::$typedConfigManager

The typed configuration manager. Type: \Drupal\Core\Config\TypedConfigManagerInterface File core/modules/config_translation/src/Form/ConfigTranslationFormBase.php, line 26 Class ConfigTranslationFormBase Provides a base form for configuration translations. Namespace Drupal\config_translation\Form Code protected $typedConfigManager;

FilterController

Controller routines for filter routes. Hierarchy class \Drupal\filter\Controller\FilterController File core/modules/filter/src/Controller/FilterController.php, line 10 Namespace Drupal\filter\Controller Members Name Modifiers Type Description FilterController::filterTips function Displays a page with long filter tips. FilterController::getLabel public function Gets the label of a filter format.

block_content.install

Install, update and uninstall functions for the block_content module. File core/modules/block_content/block_content.install Functions Name Description block_content_update_8001 Add 'revision_translation_affected' field to 'block_content' entities. block_content_update_8002 Generalizes the d6_block_content_type and d6_block_content_body_field migrations. block_content_update_8003 Add 'revision_created' and 'revision_user' fields to 'block_content' entities.

PoItem::__toString

public PoItem::__toString() Output the PoItem as a string. File core/lib/Drupal/Component/Gettext/PoItem.php, line 198 Class PoItem PoItem handles one translation. Namespace Drupal\Component\Gettext Code public function __toString() { return $this->formatItem(); }

MessageForm::__construct

public MessageForm::__construct(EntityManagerInterface $entity_manager, FloodInterface $flood, LanguageManagerInterface $language_manager, MailHandlerInterface $mail_handler, DateFormatterInterface $date_formatter) Constructs a MessageForm object. Parameters \Drupal\Core\Entity\EntityManagerInterface $entity_manager: The entity manager. \Drupal\Core\Flood\FloodInterface $flood: The flood control mechanism. \Drupal\Core\Language\LanguageManagerInterface $language_manager: The language manager s

StaticMenuLinkOverrides::__construct

public StaticMenuLinkOverrides::__construct(ConfigFactoryInterface $config_factory) Constructs a StaticMenuLinkOverrides object. Parameters \Drupal\Core\Config\ConfigFactoryInterface $config_factory: A configuration factory instance. File core/lib/Drupal/Core/Menu/StaticMenuLinkOverrides.php, line 43 Class StaticMenuLinkOverrides Defines an implementation of the menu link override using a config file. Namespace Drupal\Core\Menu Code public function __construct(ConfigFactoryInterface $