for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* @author Sergii Bondarenko, <[email protected]>
*/
namespace Drupal\TqExtension\Utils\DatePicker;
// @todo Implement support. See example in "misc/date.js" of Drupal 8.
class Native extends DatePickerBase
{
* {@inheritdoc}
public function isDateAvailable()
throw new \RuntimeException(sprintf('Method "%s" is not implemented.', __METHOD__));
}
public function setDate()
public function isDateSelected()
throw new \RuntimeException(sprintf('Method "%s" is not implemented,', __METHOD__));