function ExampleConfigEntity::getOne

@inheritDoc

Return value

string

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\Entity

Code

public function getOne() {
  return $this->one;
}