public function Entity::__construct

Same name in this branch
  1. 8.x drupal/core/lib/Drupal/Core/Entity/Entity.php \Drupal\Core\Entity\Entity::__construct()
  2. 8.x drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Fixtures/Entity.php \Symfony\Component\Validator\Tests\Fixtures\Entity::__construct()

File

drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Fixtures/Entity.php, line 39

Class

Entity
@Symfony\Component\Validator\Tests\Fixtures\ConstraintA @Assert\GroupSequence({"Foo", "Entity"})

Namespace

Symfony\Component\Validator\Tests\Fixtures

Code

public function __construct($internal = null) {
  $this->internal = $internal;
}