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

Breadcrumb

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

function GetPublicDescriptorTrait::getPublicDescriptor

7 calls to GetPublicDescriptorTrait::getPublicDescriptor()
Descriptor::getField in vendor/google/protobuf/src/Google/Protobuf/Descriptor.php
Descriptor::getOneofDecl in vendor/google/protobuf/src/Google/Protobuf/Descriptor.php
FieldDescriptor::getContainingOneof in vendor/google/protobuf/src/Google/Protobuf/FieldDescriptor.php
FieldDescriptor::getEnumType in vendor/google/protobuf/src/Google/Protobuf/FieldDescriptor.php
FieldDescriptor::getMessageType in vendor/google/protobuf/src/Google/Protobuf/FieldDescriptor.php

... See full list

File

vendor/google/protobuf/src/Google/Protobuf/Internal/GetPublicDescriptorTrait.php, line 14

Class

GetPublicDescriptorTrait

Namespace

Google\Protobuf\Internal

Code

private function getPublicDescriptor($desc) {
    return is_null($desc) ? null : $desc->getPublicDescriptor();
}

API Navigation

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