You are here

static function Recipe::StartTime in Realistic Dummy Content 8

2 calls to Recipe::StartTime()
Recipe::NewEntities in api/src/recipes/Recipe.php
Recipe::Run in api/src/recipes/Recipe.php

File

api/src/recipes/Recipe.php, line 72
Define autoload class.

Class

Recipe

Namespace

Drupal\realistic_dummy_content_api\recipes

Code

static function StartTime($id) {
  \Drupal\Component\Utility\Timer::start(serialize($id));
}