public function AnnotationWithAttributes::getBool in Drupal 9
Same name and namespace in other branches
- 8 core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/AnnotationWithAttributes.php \Drupal\Tests\Component\Annotation\Doctrine\Fixtures\AnnotationWithAttributes::getBool()
Return value
bool
File
- core/
tests/ Drupal/ Tests/ Component/ Annotation/ Doctrine/ Fixtures/ AnnotationWithAttributes.php, line 63
Class
- AnnotationWithAttributes
- Plugin annotation @Target("ALL") @Attributes({ @Attribute("mixed", type = "mixed"), @Attribute("boolean", type = "boolean"), @Attribute("bool", type = "bool"), @Attribute("float", …
Namespace
Drupal\Tests\Component\Annotation\Doctrine\FixturesCode
public function getBool() {
return $this->bool;
}