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

Breadcrumb

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

class Timestamp

Same name in this branch
  1. 11.1.x vendor/google/protobuf/src/Google/Protobuf/Timestamp.php \Google\Protobuf\Timestamp
  2. 11.1.x core/lib/Drupal/Core/TypedData/Plugin/DataType/Timestamp.php \Drupal\Core\TypedData\Plugin\DataType\Timestamp

Hierarchy

  • class \GPBMetadata\Google\Protobuf\Timestamp

Expanded class hierarchy of Timestamp

45 string references to 'Timestamp'
AutoAddedKeysSniff::process in vendor/drupal/coder/coder_sniffer/Drupal/Sniffs/InfoFiles/AutoAddedKeysSniff.php
Processes this test, when one of its tokens is encountered.
Clover::process in vendor/phpunit/php-code-coverage/src/Report/Clover.php
Cobertura::process in vendor/phpunit/php-code-coverage/src/Report/Cobertura.php
Comment::query in core/modules/comment/src/Plugin/migrate/source/d6/Comment.php
core.data_types.schema.yml in core/config/schema/core.data_types.schema.yml
core/config/schema/core.data_types.schema.yml

... See full list

File

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

Namespace

GPBMetadata\Google\Protobuf
View source
class Timestamp {
    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/timestamp.protogoogle.protobuf"+
	Timestamp
seconds (
nanos (B�
com.google.protobufBTimestampProtoPZ2google.golang.org/protobuf/types/known/timestamppb��GPB�Google.Protobuf.WellKnownTypesbproto3', true);
        static::$is_initialized = true;
    }

}

Members

Title Sort descending Modifiers Object type Summary
Timestamp::$is_initialized public static property
Timestamp::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