Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
NamePart.php
function NamePart::hasIsExtension
File
vendor/
google/
protobuf/
src/
Google/
Protobuf/
Internal/
UninterpretedOption/
NamePart.php
, line 89
Class
NamePart
The name of the uninterpreted option. Each string represents a segment in a dot-separated name. is_extension is true iff a segment represents an extension (denoted with parentheses in options specs in .proto files). E.g.,{ ["foo", false],…
Namespace
Google\Protobuf\Internal\UninterpretedOption
Code
public
function
hasIsExtension
() {
return
isset
(
$this
->
is_extension
); }
RSS feed