Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
EnumDescriptor.php
function EnumDescriptor::getValueCount
Same name in this branch
11.1.x vendor/google/protobuf/src/Google/Protobuf/EnumDescriptor.php
\Google\Protobuf\EnumDescriptor::getValueCount()
File
vendor/
google/
protobuf/
src/
Google/
Protobuf/
Internal/
EnumDescriptor.php
, line 64
Class
EnumDescriptor
Namespace
Google\Protobuf\Internal
Code
public
function
getValueCount
() {
return
count
(
$this
->
value
); }
RSS feed