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

Breadcrumb

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

class SourceContext

Same name in this branch
  1. 11.1.x vendor/google/protobuf/src/Google/Protobuf/SourceContext.php \Google\Protobuf\SourceContext

Hierarchy

  • class \GPBMetadata\Google\Protobuf\SourceContext

Expanded class hierarchy of SourceContext

File

vendor/google/protobuf/src/GPBMetadata/Google/Protobuf/SourceContext.php, line 7

Namespace

GPBMetadata\Google\Protobuf
View source
class SourceContext {
    public static $is_initialized = false;
    public static function initOnce() {
        $pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool();
        if (static::$is_initialized == true) {
            return;
        }
        $pool->internalAddGeneratedFile('
�
$google/protobuf/source_context.protogoogle.protobuf""

SourceContext
	file_name (	B�
com.google.protobufBSourceContextProtoPZ6google.golang.org/protobuf/types/known/sourcecontextpb�GPB�Google.Protobuf.WellKnownTypesbproto3', true);
        static::$is_initialized = true;
    }

}

Members

Title Sort descending Modifiers Object type Summary
SourceContext::$is_initialized public static property
SourceContext::initOnce public static function

API Navigation

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