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

Breadcrumb

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

function ReservedRange::getStart

Inclusive.

Generated from protobuf field <code>optional int32 start = 1;</code>

Return value

int

File

vendor/google/protobuf/src/Google/Protobuf/Internal/DescriptorProto/ReservedRange.php, line 58

Class

ReservedRange
Range of reserved tag numbers. Reserved tag numbers may not be used by fields or extension ranges in the same message. Reserved ranges may not overlap.

Namespace

Google\Protobuf\Internal\DescriptorProto

Code

public function getStart() {
    return isset($this->start) ? $this->start : 0;
}

API Navigation

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