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

Breadcrumb

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

function FieldMask::getPaths

The set of field mask paths.

Generated from protobuf field <code>repeated string paths = 1;</code>

Return value

\Google\Protobuf\Internal\RepeatedField

File

vendor/google/protobuf/src/Google/Protobuf/FieldMask.php, line 196

Class

FieldMask
`FieldMask` represents a set of symbolic field paths, for example: paths: "f.a" paths: "f.b.d" Here `f` represents a field in some root message, `a` and `b` fields in the message found in `f`, and `d` a field found in the message…

Namespace

Google\Protobuf

Code

public function getPaths() {
    return $this->paths;
}

API Navigation

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