class Template
Same name in other branches
- 9 core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/Annotation/Template.php \Drupal\Tests\Component\Annotation\Doctrine\Fixtures\Annotation\Template
- 10 core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/Annotation/Template.php \Drupal\Tests\Component\Annotation\Doctrine\Fixtures\Annotation\Template
- 11.x core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/Annotation/Template.php \Drupal\Tests\Component\Annotation\Doctrine\Fixtures\Annotation\Template
Hierarchy
- class \Drupal\Tests\Component\Annotation\Doctrine\Fixtures\Annotation\Template
Expanded class hierarchy of Template
Related topics
1 string reference to 'Template'
- Registry::processExtension in core/
lib/ Drupal/ Core/ Theme/ Registry.php - Process a single implementation of hook_theme().
File
-
core/
tests/ Drupal/ Tests/ Component/ Annotation/ Doctrine/ Fixtures/ Annotation/ Template.php, line 7
Namespace
Drupal\Tests\Component\Annotation\Doctrine\Fixtures\AnnotationView source
class Template {
private $name;
public function __construct(array $values) {
$this->name = isset($values['value']) ? $values['value'] : null;
}
}
Members
Title Sort descending | Modifiers | Object type | Summary |
---|---|---|---|
Template::$name | private | property | |
Template::__construct | public | function |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.