public function DatetimeElementFormTest::datetimeTimeCallbackTrusted in Drupal 9
Same name and namespace in other branches
- 10 core/tests/Drupal/KernelTests/Core/Datetime/DatetimeElementFormTest.php \Drupal\KernelTests\Core\Datetime\DatetimeElementFormTest::datetimeTimeCallbackTrusted()
File
- core/
tests/ Drupal/ KernelTests/ Core/ Datetime/ DatetimeElementFormTest.php, line 71
Class
- DatetimeElementFormTest
- Tests DatetimeElement functionality.
Namespace
Drupal\KernelTests\Core\DatetimeCode
public function datetimeTimeCallbackTrusted() {
$this->timeCallbackExecuted = TRUE;
}