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

Breadcrumb

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

function MethodOptions::getIdempotencyLevel

Generated from protobuf field <code>optional .google.protobuf.MethodOptions.IdempotencyLevel idempotency_level = 34 [default = IDEMPOTENCY_UNKNOWN];</code>

Return value

int

File

vendor/google/protobuf/src/Google/Protobuf/Internal/MethodOptions.php, line 105

Class

MethodOptions
Generated from protobuf message <code>google.protobuf.MethodOptions</code>

Namespace

Google\Protobuf\Internal

Code

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

API Navigation

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