public static function Lingotek::d in Lingotek Translation 8
File
- src/
Lingotek.php, line 441 - Contains \Drupal\lingotek\Lingotek.
Class
Namespace
Drupal\lingotekCode
public static function d($data, $label = NULL, $die = FALSE) {
echo '<pre style="background: #f3f3f3; color: #000">';
if (is_string($label)) {
echo '<h1>' . $label . '</h1>';
}
echo '</pre>';
if ($die || is_bool($label) && $label) {
die;
}
}