function ExampleConfigEntity::getTwo

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

Code

public function getTwo() {
    return $this->two;
}