function DatetimeElementFormTest::datetimecallback

File

core/tests/Drupal/KernelTests/Core/Datetime/DatetimeElementFormTest.php, line 48

Class

DatetimeElementFormTest
Tests DatetimeElement functionality.

Namespace

Drupal\KernelTests\Core\Datetime

Code

public function datetimecallback($date) {
    $this->flag = 'Date time callback called.';
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.