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

Breadcrumb

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

function DumperInterface::enterHash

Dumps while entering 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:

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

File

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

Class

DumperInterface
DumperInterface used by Data objects.

Namespace

Symfony\Component\VarDumper\Cloner

Code

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

API Navigation

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