Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
FileDescriptorProto.php
function FileDescriptorProto::hasOptions
File
vendor/
google/
protobuf/
src/
Google/
Protobuf/
Internal/
FileDescriptorProto.php
, line 391
Class
FileDescriptorProto
Describes a complete .proto file.
Namespace
Google\Protobuf\Internal
Code
public
function
hasOptions
() {
return
isset
(
$this
->
options
); }
RSS feed