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

Breadcrumb

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

function FieldDescriptorProto::getOptions

Generated from protobuf field <code>optional .google.protobuf.FieldOptions options = 8;</code>

Return value

\Google\Protobuf\Internal\FieldOptions|null

File

vendor/google/protobuf/src/Google/Protobuf/Internal/FieldDescriptorProto.php, line 512

Class

FieldDescriptorProto
Describes a field within a message.

Namespace

Google\Protobuf\Internal

Code

public function getOptions() {
    return $this->options;
}
RSS feed
Powered by Drupal