ShortcutSetAccessControlHandler

Defines the access control handler for the shortcut set entity type. Hierarchy class \Drupal\Core\Entity\EntityHandlerBase uses DependencySerializationTrait, StringTranslationTraitclass \Drupal\Core\Entity\EntityAccessControlHandler implements EntityAccessControlHandlerInterfaceclass \Drupal\shortcut\ShortcutSetAccessControlHandler See also \Drupal\shortcut\Entity\ShortcutSet File core/modules/shortcut/src/ShortcutSetAccessControlHandler.php, line 15 Namespace Drupal\shortcut Member

BookManagerInterface::deleteFromBook

public BookManagerInterface::deleteFromBook($nid) Deletes node's entry from book table. Parameters int $nid: The nid to delete. File core/modules/book/src/BookManagerInterface.php, line 237 Class BookManagerInterface Provides an interface defining a book manager. Namespace Drupal\book Code public function deleteFromBook($nid);

SqlContentEntityStorageSchema::updateSharedTableSchema

protected SqlContentEntityStorageSchema::updateSharedTableSchema(FieldStorageDefinitionInterface $storage_definition, FieldStorageDefinitionInterface $original) Updates the schema for a field stored in a shared table. Parameters \Drupal\Core\Field\FieldStorageDefinitionInterface $storage_definition: The storage definition of the field being updated. \Drupal\Core\Field\FieldStorageDefinitionInterface $original: The original storage definition; i.e., the definition before the update. Throws \Dr

BlockRepository::getVisibleBlocksPerRegion

public BlockRepository::getVisibleBlocksPerRegion(array &$cacheable_metadata = []) Returns an array of regions and their block entities. Parameters \Drupal\Core\Cache\CacheableMetadata[] $cacheable_metadata: (optional) List of CacheableMetadata objects, keyed by region. This is by reference and is used to pass this information back to the caller. Return value array The array is first keyed by region machine name, with the values containing an array keyed by block ID, with block entities a

ConfigBase::get

public ConfigBase::get($key = '') Gets data from this configuration object. Parameters string $key: A string that maps to a key within the configuration data. For instance in the following configuration array: array( 'foo' => array( 'bar' => 'baz', ), ); A key of 'foo.bar' would return the string 'baz'. However, a key of 'foo' would return array('bar' => 'baz'). If no key is specified, then the entire data array is returned. Return value mixed The data that was

ForumBreadcrumbBuilderBase::$config

Configuration object for this builder. Type: \Drupal\Core\Config\Config File core/modules/forum/src/Breadcrumb/ForumBreadcrumbBuilderBase.php, line 29 Class ForumBreadcrumbBuilderBase Provides a forum breadcrumb base class. Namespace Drupal\forum\Breadcrumb Code protected $config;

SiteSettingsForm

Provides a form to configure and rewrite settings.php. Hierarchy class \Drupal\Core\Form\FormBase implements ContainerInjectionInterface, FormInterface uses DependencySerializationTrait, LoggerChannelTrait, LinkGeneratorTrait, RedirectDestinationTrait, UrlGeneratorTrait, StringTranslationTraitclass \Drupal\Core\Installer\Form\SiteSettingsForm File core/lib/Drupal/Core/Installer/Form/SiteSettingsForm.php, line 15 Namespace Drupal\Core\Installer\Form Members Name Modifiers Type D

EntityConstraintViolationList::$entity

The entity that has been validated. Type: \Drupal\Core\Entity\FieldableEntityInterface File core/lib/Drupal/Core/Entity/EntityConstraintViolationList.php, line 24 Class EntityConstraintViolationList Implements an entity constraint violation list. Namespace Drupal\Core\Entity Code protected $entity;

ViewEditForm::form

public ViewEditForm::form(array $form, FormStateInterface $form_state) Gets the actual form array to be built. Overrides EntityForm::form See also \Drupal\Core\Entity\EntityForm::processForm() \Drupal\Core\Entity\EntityForm::afterBuild() File core/modules/views_ui/src/ViewEditForm.php, line 87 Class ViewEditForm Form controller for the Views edit form. Namespace Drupal\views_ui Code public function form(array $form, FormStateInterface $form_state) { $view = $this->entity; $disp

LanguageConfigFactoryOverride::onConfigSave

public LanguageConfigFactoryOverride::onConfigSave(ConfigCrudEvent $event) Actions to be performed to configuration override on configuration save. Parameters \Drupal\Core\Config\ConfigCrudEvent $event: The config CRUD event. Overrides ConfigFactoryOverrideBase::onConfigSave File core/modules/language/src/Config/LanguageConfigFactoryOverride.php, line 178 Class LanguageConfigFactoryOverride Provides language overrides for the configuration factory. Namespace Drupal\language\Config Cod