Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Reference.php

class Reference

Same name in this branch
  1. 11.1.x vendor/symfony/dependency-injection/Reference.php \Symfony\Component\DependencyInjection\Reference

@author Nicolas Grekas <p@tchwork.com>

@internal

Hierarchy

  • class \Symfony\Component\VarExporter\Internal\Reference

Expanded class hierarchy of Reference

2 string references to 'Reference'
core.field_type_categories.yml in core/core.field_type_categories.yml
core/core.field_type_categories.yml
FieldUiHooks::formFieldUiFieldStorageAddFormAlter in core/modules/field_ui/src/Hook/FieldUiHooks.php
Implements hook_form_FORM_ID_alter() for 'field_ui_field_storage_add_form'.

File

vendor/symfony/var-exporter/Internal/Reference.php, line 19

Namespace

Symfony\Component\VarExporter\Internal
View source
class Reference {
    public int $count = 0;
    public function __construct(int $id, mixed $value = null) {
    }

}

Members

Title Sort descending Modifiers Object type Summary
Reference::$count public property
Reference::__construct public function

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal