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

Breadcrumb

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

function FieldDescriptor::getName

Same name in this branch
  1. 11.1.x vendor/google/protobuf/src/Google/Protobuf/Internal/FieldDescriptor.php \Google\Protobuf\Internal\FieldDescriptor::getName()

Return value

string Field name

2 calls to FieldDescriptor::getName()
FieldDescriptor::getEnumType in vendor/google/protobuf/src/Google/Protobuf/FieldDescriptor.php
FieldDescriptor::getMessageType in vendor/google/protobuf/src/Google/Protobuf/FieldDescriptor.php

File

vendor/google/protobuf/src/Google/Protobuf/FieldDescriptor.php, line 33

Class

FieldDescriptor

Namespace

Google\Protobuf

Code

public function getName() {
    return $this->internal_desc
        ->getName();
}

API Navigation

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