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