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

Breadcrumb

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

function FieldDescriptorProto::setExtendee

For extensions, this is the name of the type being extended. It is resolved in the same manner as type_name.

Generated from protobuf field <code>optional string extendee = 2;</code>

Parameters

string $var:

Return value

$this

File

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

Class

FieldDescriptorProto
Describes a field within a message.

Namespace

Google\Protobuf\Internal

Code

public function setExtendee($var) {
    GPBUtil::checkString($var, True);
    $this->extendee = $var;
    return $this;
}
RSS feed
Powered by Drupal