Variable
class Variable (View source)
Provides helpers for dealing with variables.
Methods
static string
callableToString(callable $callable)
Generates a human-readable name for a callable.
static string
export(mixed $var, string $prefix = '')
Drupal-friendly var_export().
Details
static string
callableToString(callable $callable)
Generates a human-readable name for a callable.
static string
export(mixed $var, string $prefix = '')
Drupal-friendly var_export().