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

Breadcrumb

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

function JsonPointer::encodePropertyPaths

Return value

array

1 call to JsonPointer::encodePropertyPaths()
JsonPointer::getPropertyPathAsString in vendor/justinrainbow/json-schema/src/JsonSchema/Entity/JsonPointer.php

File

vendor/justinrainbow/json-schema/src/JsonSchema/Entity/JsonPointer.php, line 71

Class

JsonPointer
@package JsonSchema\Entity

Namespace

JsonSchema\Entity

Code

private function encodePropertyPaths() {
    return array_map(array(
        $this,
        'encodePath',
    ), $this->getPropertyPaths());
}

API Navigation

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