function ExampleConfigEntity::getOne

Same name in other branches
  1. 8.x-3.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\Entity

Code

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