public function DatetimeElementFormTest::datetimecallback in Drupal 8
File
- core/
tests/ Drupal/ KernelTests/ Core/ Datetime/ DatetimeElementFormTest.php, line 48
Class
- DatetimeElementFormTest
- Tests DatetimeElement functionality.
Namespace
Drupal\KernelTests\Core\DatetimeCode
public function datetimecallback($date) {
$this->flag = 'Date time callback called.';
}