function ExampleConfigEntity::getTwo
Same name in other branches
- 8.x-3.x tests/modules/ctools_wizard_test/src/Entity/ExampleConfigEntity.php \Drupal\ctools_wizard_test\Entity\ExampleConfigEntity::getTwo()
@inheritDoc
Overrides ExampleConfigEntityInterface::getTwo
File
-
tests/
modules/ ctools_wizard_test/ src/ Entity/ ExampleConfigEntity.php, line 85
Class
- ExampleConfigEntity
- Defines the Example config entity entity.
Namespace
Drupal\ctools_wizard_test\EntityCode
public function getTwo() {
return $this->two;
}