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

Breadcrumb

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

function FieldOptions::getWeak

For Google-internal migration only. Do not use.

Generated from protobuf field <code>optional bool weak = 10 [default = false];</code>

Return value

bool

File

vendor/google/protobuf/src/Google/Protobuf/Internal/FieldOptions.php, line 502

Class

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

Namespace

Google\Protobuf\Internal

Code

public function getWeak() {
    return isset($this->weak) ? $this->weak : false;
}

API Navigation

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