Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
JsonPointer.php
function JsonPointer::getPropertyPaths
Return value
string[]
1 call to
JsonPointer::getPropertyPaths()
JsonPointer::encodePropertyPaths
in vendor/
justinrainbow/
json-schema/
src/
JsonSchema/
Entity/
JsonPointer.php
File
vendor/
justinrainbow/
json-schema/
src/
JsonSchema/
Entity/
JsonPointer.php
, line 110
Class
JsonPointer
@package JsonSchema\Entity
Namespace
JsonSchema\Entity
Code
public
function
getPropertyPaths
() {
return
$this
->
propertyPaths
; }
RSS feed