MenuRouterRebuildSubscriber::getSubscribedEvents

static MenuRouterRebuildSubscriber::getSubscribedEvents() Returns an array of event names this subscriber wants to listen to. The array keys are event names and the value can be: The method name to call (priority defaults to 0) An array composed of the method name to call and the priority An array of arrays composed of the method names to call and respective priorities, or 0 if unset For instance: array('eventName' => 'methodName') array('eventName' => array('methodName', $priority))

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';

Node::preSave

public Node::preSave(EntityStorageInterface $storage) Acts on an entity before the presave hook is invoked. Used before the entity is saved and before invoking the presave hook. Note that in case of translatable content entities this callback is only fired on their current translation. It is up to the developer to iterate over all translations if needed. This is different from its counterpart in the Field API, FieldItemListInterface::preSave(), which is fired on all field translations automatic

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(); }