LayoutException
extends Exception
Table of Contents
-
alreadyExists()
: mixed
-
cantSave()
: mixed
-
defaultUndeletable()
: mixed
-
noId()
: mixed
-
noTheme()
: mixed
-
noUid()
: mixed
-
noViewMode()
: mixed
-
onSave()
: mixed
-
parameterMissing()
: mixed
-
typeAlreadyDefined()
: mixed
-
unknownType()
: mixed
alreadyExists()
public
static alreadyExists(ThemeInterface $theme, string $type, string $uid) : mixed
Parameters
-
$theme
: ThemeInterface
-
-
$type
: string
-
-
$uid
: string
-
Return values
mixed
—
cantSave()
public
static cantSave(LayoutInterface $layout) : mixed
Parameters
-
$layout
: LayoutInterface
-
Return values
mixed
—
defaultUndeletable()
public
static defaultUndeletable() : mixed
Return values
mixed
—
noId()
public
static noId(int $id) : mixed
Parameters
-
$id
: int
-
Return values
mixed
—
noTheme()
public
static noTheme(LayoutInterface $layout) : mixed
Parameters
-
$layout
: LayoutInterface
-
Return values
mixed
—
noUid()
public
static noUid(string $uid) : mixed
Parameters
-
$uid
: string
-
Return values
mixed
—
noViewMode()
public
static noViewMode(string $viewMode) : mixed
Parameters
-
$viewMode
: string
-
Return values
mixed
—
onSave()
public
static onSave() : mixed
Return values
mixed
—
parameterMissing()
public
static parameterMissing(string $parameter, string $method) : mixed
Parameters
-
$parameter
: string
-
-
$method
: string
-
Return values
mixed
—
typeAlreadyDefined()
public
static typeAlreadyDefined(string $name, string $class) : mixed
Parameters
-
$name
: string
-
-
$class
: string
-
Return values
mixed
—
unknownType()
public
static unknownType(string $type) : mixed
Parameters
-
$type
: string
-
Return values
mixed
—