Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
ObjectIterator.php
function ObjectIterator::key
File
vendor/
justinrainbow/
json-schema/
src/
JsonSchema/
Iterator/
ObjectIterator.php
, line 61
Class
ObjectIterator
@package JsonSchema\Iterator
Namespace
JsonSchema\Iterator
Code
public
function
key
() {
$this
->
initialize
();
return
$this
->
position
; }
RSS feed