InPlaceEditor

Defines an InPlaceEditor annotation object. Plugin Namespace: Plugin\InPlaceEditor For a working example, see \Drupal\quickedit\Plugin\InPlaceEditor\PlainTextEditor Hierarchy class \Drupal\Component\Annotation\Plugin implements AnnotationInterfaceclass \Drupal\quickedit\Annotation\InPlaceEditor See also \Drupal\quickedit\Plugin\InPlaceEditorBase \Drupal\quickedit\Plugin\InPlaceEditorInterface \Drupal\quickedit\Plugin\InPlaceEditorManager Plugin API Related topics Annotations Annotations fo

TypeLinkManager::$cache

Injected cache backend. Type: \Drupal\Core\Cache\CacheBackendInterface; File core/modules/rest/src/LinkManager/TypeLinkManager.php, line 19 Class TypeLinkManager Namespace Drupal\rest\LinkManager Code protected $cache;

ContentTranslationHandler::getDefaultOwnerId

public static ContentTranslationHandler::getDefaultOwnerId() Default value callback for the owner base field definition. Return value int The user ID. File core/modules/content_translation/src/ContentTranslationHandler.php, line 713 Class ContentTranslationHandler Base class for content translation handlers. Namespace Drupal\content_translation Code public static function getDefaultOwnerId() { return \Drupal::currentUser()->id(); }

forum_schema

forum_schema() Implements hook_schema(). File core/modules/forum/forum.install, line 63 Install, update, and uninstall functions for the Forum module. Code function forum_schema() { $schema['forum'] = array( 'description' => 'Stores the relationship of nodes to forum terms.', 'fields' => array( 'nid' => array( 'type' => 'int', 'unsigned' => TRUE, 'not null' => TRUE, 'default' => 0, 'description' => 'The {node}.nid

MenuAccessControlHandler

Defines the access control handler for the menu entity type. Hierarchy class \Drupal\Core\Entity\EntityHandlerBase uses DependencySerializationTrait, StringTranslationTraitclass \Drupal\Core\Entity\EntityAccessControlHandler implements EntityAccessControlHandlerInterfaceclass \Drupal\system\MenuAccessControlHandler See also \Drupal\system\Entity\Menu File core/modules/system/src/MenuAccessControlHandler.php, line 15 Namespace Drupal\system Members Name Modifiers Type Descript

ThemeSettingsForm::$editableConfig

An array of configuration names that should be editable. Type: array File core/modules/system/src/Form/ThemeSettingsForm.php, line 47 Class ThemeSettingsForm Displays theme configuration for entire site and individual themes. Namespace Drupal\system\Form Code protected $editableConfig = [];

ConfigNamesMapper::$baseRoute

The base route object that the mapper is attached to. File core/modules/config_translation/src/ConfigNamesMapper.php, line 66 Class ConfigNamesMapper Configuration mapper base implementation. Namespace Drupal\config_translation Code protected $baseRoute;

responsive_image_build_source_attributes

responsive_image_build_source_attributes(ImageInterface $image, array $variables, BreakpointInterface $breakpoint, array $multipliers) Helper function for template_preprocess_responsive_image(). Builds an array of attributes for <source> tags to be used in a <picture> tag. In other words, this function provides the attributes for each <source> tag in a <picture> tag. In a responsive image style, each breakpoint has an image style mapping for each of its multipliers. An i

TermStorage

Defines a Controller class for taxonomy terms. Hierarchy class \Drupal\Core\Entity\EntityHandlerBase uses DependencySerializationTrait, StringTranslationTraitclass \Drupal\Core\Entity\EntityStorageBase implements EntityHandlerInterface, EntityStorageInterfaceclass \Drupal\Core\Entity\ContentEntityStorageBase implements ContentEntityStorageInterface, DynamicallyFieldableEntityStorageInterfaceclass \Drupal\Core\Entity\Sql\SqlContentEntityStorage implements EntityBundleListenerInterface, Dynamical

FieldConfigStorage::$entityManager

The entity manager. Type: \Drupal\Core\Entity\EntityManagerInterface File core/modules/field/src/FieldConfigStorage.php, line 26 Class FieldConfigStorage Controller class for fields. Namespace Drupal\field Code protected $entityManager;