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

Breadcrumb

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

function DumperInterface::dumpScalar

Dumps a scalar value.

1 method overrides DumperInterface::dumpScalar()
CliDumper::dumpScalar in vendor/symfony/var-dumper/Dumper/CliDumper.php
Dumps a scalar value.

File

vendor/symfony/var-dumper/Cloner/DumperInterface.php, line 24

Class

DumperInterface
DumperInterface used by Data objects.

Namespace

Symfony\Component\VarDumper\Cloner

Code

public function dumpScalar(Cursor $cursor, string $type, string|int|float|bool|null $value) : void;

API Navigation

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