function dsm

Same name and namespace in other branches
  1. 7.x-1.x devel.module \dsm()
  2. 5.x devel.module \dsm()

An alias for dpm(), for historic reasons.

3 string references to 'dsm'
Debug::getFunctions in src/Twig/Extension/Debug.php
DevelDumperBase::getInternalFunctions in src/DevelDumperBase.php
Returns a list of internal functions.
DevelTwigExtensionTest::testDumpFunctionsRegistered in tests/src/Kernel/DevelTwigExtensionTest.php
Tests that the Twig dump functions are registered properly.

File

./devel.module, line 525

Code

function dsm($input, $name = NULL) {
    return dpm($input, $name);
}