UserInterfaceMode
class UserInterfaceMode (View source)
Describes the mode in which the Neos interface is rendering currently, mainly distinguishing between edit and preview modes currently.
Properties
protected string | $name | ||
protected bool | $preview | ||
protected bool | $edit | ||
protected string | $fusionPath | ||
protected string | $title | ||
protected array<string,mixed> | $options |
Methods
string
getName()
No description
void
setName(string $name)
No description
bool
isPreview()
No description
void
setPreview(bool $preview)
No description
bool
isEdit()
No description
void
setEdit(bool $edit)
No description
string
getFusionPath()
No description
void
setFusionPath(string $fusionPath)
No description
string
getTitle()
No description
void
setTitle(string $title)
No description
array<string,mixed>
getOptions()
No description
mixed
getOptionByPath(string $path)
No description
void
setOptions(array $options)
No description
static UserInterfaceMode
createByConfiguration(string $modeName, array $configuration)
Creates an UserInterfaceMode object by configuration
Details
string
getName()
No description
void
setName(string $name)
No description
bool
isPreview()
No description
void
setPreview(bool $preview)
No description
bool
isEdit()
No description
void
setEdit(bool $edit)
No description
string
getFusionPath()
No description
void
setFusionPath(string $fusionPath)
No description
string
getTitle()
No description
void
setTitle(string $title)
No description
array<string,mixed>
getOptions()
No description
mixed
getOptionByPath(string $path)
No description
void
setOptions(array $options)
No description
static UserInterfaceMode
createByConfiguration(string $modeName, array $configuration)
Creates an UserInterfaceMode object by configuration