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

Breadcrumb

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

function GPBEmpty::initOnce

1 call to GPBEmpty::initOnce()
GPBEmpty::__construct in vendor/google/protobuf/src/Google/Protobuf/GPBEmpty.php
Constructor.

File

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

Class

GPBEmpty

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/empty.protogoogle.protobuf"
EmptyB}
com.google.protobufB
EmptyProtoPZ.google.golang.org/protobuf/types/known/emptypb��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