public function FrameworkInterface::debug in Realistic Dummy Content 8.2
Same name and namespace in other branches
- 7.2 api/src/Framework/FrameworkInterface.php \Drupal\realistic_dummy_content_api\Framework\FrameworkInterface::debug()
- 3.x api/src/Framework/FrameworkInterface.php \Drupal\realistic_dummy_content_api\Framework\FrameworkInterface::debug()
Prints debugging information.
File
- api/
src/ Framework/ FrameworkInterface.php, line 48
Class
- FrameworkInterface
- Defines and abstracts all functions which are used by our module.
Namespace
Drupal\realistic_dummy_content_api\FrameworkCode
public function debug($message, $info = NULL);