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

Breadcrumb

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

function Struct::initOnce

3 calls to Struct::initOnce()
ListValue::__construct in vendor/google/protobuf/src/Google/Protobuf/ListValue.php
Constructor.
Struct::__construct in vendor/google/protobuf/src/Google/Protobuf/Struct.php
Constructor.
Value::__construct in vendor/google/protobuf/src/Google/Protobuf/Value.php
Constructor.

File

vendor/google/protobuf/src/GPBMetadata/Google/Protobuf/Struct.php, line 11

Class

Struct

Namespace

GPBMetadata\Google\Protobuf

Code

public static function initOnce() {
    $pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool();
    if (static::$is_initialized == true) {
        return;
    }
    $pool->internalAddGeneratedFile('
�
google/protobuf/struct.protogoogle.protobuf"�
Struct3
fields (2#.google.protobuf.Struct.FieldsEntryE
FieldsEntry
key (	%
value (2.google.protobuf.Value:8"�
Value0

null_value (2.google.protobuf.NullValueH
number_value (H
string_value (	H

bool_value (H/
struct_value (2.google.protobuf.StructH0

list_value (2.google.protobuf.ListValueHB
kind"3
	ListValue&
values (2.google.protobuf.Value*
	NullValue

NULL_VALUEB
com.google.protobufBStructProtoPZ/google.golang.org/protobuf/types/known/structpb��GPB�Google.Protobuf.WellKnownTypesbproto3', true);
    static::$is_initialized = true;
}

API Navigation

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