public function AddToCalForm::__construct in Add to Cal 8
AddToCalForm constructor.
Parameters
\Drupal\Core\Entity\EntityInterface $entity:
$settings:
$delta:
File
- src/
Form/ AddToCalForm.php, line 36
Class
- AddToCalForm
- Class AddToCalForm
Namespace
Drupal\addtocal\FormCode
public function __construct(EntityInterface $entity, $settings, $delta) {
$this->entity = $entity;
$this->settings = $settings;
$this->delta = $delta;
}