Placement
Table of Contents
Constants
- IM_CONTEXT_MENU = 'IM_CONTEXT_MENU'
- IM_NAVIGATION = 'IM_NAVIGATION'
- IM_SIDEBAR = 'IM_SIDEBAR'
- IM_SMILES_SELECTOR = 'IM_SMILES_SELECTOR'
- IM_TEXTAREA = 'IM_TEXTAREA'
Methods
- getPlacementList() : array<string|int, mixed>
- onRegisterPlacementContextMenu() : array{error: ?string, error_description: ?string}
- onRegisterPlacementNavigation() : array{error: ?string, error_description: ?string}
- onRegisterPlacementSidebar() : array{error: ?string, error_description: ?string}
- onRegisterPlacementSmilesSelector() : array{error: ?string, error_description: ?string}
- onRegisterPlacementTextArea() : array{error: ?string, error_description: ?string}
- onRestServiceBuildDescription() : array<string|int, mixed>
- Event handler OnRestServiceBuildDescription of the Rest module
Constants
IM_CONTEXT_MENU
public
mixed
IM_CONTEXT_MENU
= 'IM_CONTEXT_MENU'
IM_NAVIGATION
public
mixed
IM_NAVIGATION
= 'IM_NAVIGATION'
IM_SIDEBAR
public
mixed
IM_SIDEBAR
= 'IM_SIDEBAR'
IM_SMILES_SELECTOR
public
mixed
IM_SMILES_SELECTOR
= 'IM_SMILES_SELECTOR'
IM_TEXTAREA
public
mixed
IM_TEXTAREA
= 'IM_TEXTAREA'
Methods
getPlacementList()
public
static getPlacementList() : array<string|int, mixed>
Return values
array<string|int, mixed>onRegisterPlacementContextMenu()
public
static onRegisterPlacementContextMenu(array<string|int, mixed> $placementBind, array<string|int, mixed> $placementInfo) : array{error: ?string, error_description: ?string}
Parameters
- $placementBind : array<string|int, mixed>
- $placementInfo : array<string|int, mixed>
Tags
Return values
array{error: ?string, error_description: ?string}onRegisterPlacementNavigation()
public
static onRegisterPlacementNavigation(array<string|int, mixed> $placementBind, array<string|int, mixed> $placementInfo) : array{error: ?string, error_description: ?string}
Parameters
- $placementBind : array<string|int, mixed>
- $placementInfo : array<string|int, mixed>
Tags
Return values
array{error: ?string, error_description: ?string}onRegisterPlacementSidebar()
public
static onRegisterPlacementSidebar(array<string|int, mixed> $placementBind, array<string|int, mixed> $placementInfo) : array{error: ?string, error_description: ?string}
Parameters
- $placementBind : array<string|int, mixed>
- $placementInfo : array<string|int, mixed>
Tags
Return values
array{error: ?string, error_description: ?string}onRegisterPlacementSmilesSelector()
public
static onRegisterPlacementSmilesSelector(array<string|int, mixed> $placementBind, array<string|int, mixed> $placementInfo) : array{error: ?string, error_description: ?string}
Parameters
- $placementBind : array<string|int, mixed>
- $placementInfo : array<string|int, mixed>
Tags
Return values
array{error: ?string, error_description: ?string}onRegisterPlacementTextArea()
public
static onRegisterPlacementTextArea(array<string|int, mixed> $placementBind, array<string|int, mixed> $placementInfo) : array{error: ?string, error_description: ?string}
Parameters
- $placementBind : array<string|int, mixed>
- $placementInfo : array<string|int, mixed>
Tags
Return values
array{error: ?string, error_description: ?string}onRestServiceBuildDescription()
Event handler OnRestServiceBuildDescription of the Rest module
public
static onRestServiceBuildDescription() : array<string|int, mixed>