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

Breadcrumb

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

function DescriptorPool::addEnum

File

vendor/google/protobuf/src/Google/Protobuf/Internal/DescriptorPool.php, line 65

Class

DescriptorPool

Namespace

Google\Protobuf\Internal

Code

public function addEnum($name, $klass) {
    return new EnumBuilderContext($name, $klass, $this);
}
RSS feed
Powered by Drupal