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

Breadcrumb

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

function MessageBuilderContext::optional

File

vendor/google/protobuf/src/Google/Protobuf/Internal/MessageBuilderContext.php, line 60

Class

MessageBuilderContext

Namespace

Google\Protobuf\Internal

Code

public function optional($name, $type, $number, $type_name = null) {
    $this->descriptor
        ->addField($this->getFieldDescriptor($name, GPBLabel::OPTIONAL, $type, $number, $type_name));
    return $this;
}
RSS feed
Powered by Drupal