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

Breadcrumb

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

function DumperInterface::leaveHash

Dumps while leaving an hash.

Parameters

int $type A Cursor::HASH_* const for the type of hash:

string|int|null $class The object class, resource type or array count:

bool $hasChild When the dump of the hash has child item:

int $cut The number of items the hash has been cut by:

1 method overrides DumperInterface::leaveHash()
CliDumper::leaveHash in vendor/symfony/var-dumper/Dumper/CliDumper.php
Dumps while leaving an hash.

File

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

Class

DumperInterface
DumperInterface used by Data objects.

Namespace

Symfony\Component\VarDumper\Cloner

Code

public function leaveHash(Cursor $cursor, int $type, string|int|null $class, bool $hasChild, int $cut) : void;

API Navigation

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