Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
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