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

Breadcrumb

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

function GPBUtil::getLegacyClassNameWithoutPackage

1 call to GPBUtil::getLegacyClassNameWithoutPackage()
GPBUtil::getFullClassName in vendor/google/protobuf/src/Google/Protobuf/Internal/GPBUtil.php

File

vendor/google/protobuf/src/Google/Protobuf/Internal/GPBUtil.php, line 305

Class

GPBUtil

Namespace

Google\Protobuf\Internal

Code

public static function getLegacyClassNameWithoutPackage($name, $file_proto) {
    $classname = implode('_', explode('.', $name));
    return static::getClassNamePrefix($classname, $file_proto) . $classname;
}

API Navigation

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