public function FrameworkInterface::timerStart in Realistic Dummy Content 3.x
Same name and namespace in other branches
- 8.2 api/src/Framework/FrameworkInterface.php \Drupal\realistic_dummy_content_api\Framework\FrameworkInterface::timerStart()
- 7.2 api/src/Framework/FrameworkInterface.php \Drupal\realistic_dummy_content_api\Framework\FrameworkInterface::timerStart()
Starts a timer, see timer_start() in Drupal 7.
1 method overrides FrameworkInterface::timerStart()
- Framework::timerStart in api/
src/ Framework/ Framework.php - Starts a timer, see timer_start() in Drupal 7.
File
- api/
src/ Framework/ FrameworkInterface.php, line 246
Class
- FrameworkInterface
- Defines and abstracts all functions which are used by our module.
Namespace
Drupal\realistic_dummy_content_api\FrameworkCode
public function timerStart($id);