class Reference
Same name in this branch
- 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\InternalView 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 |