ActionConfigurationInterface
ActionConfigurationInterface.php
:
15
Interface
Methods¶
createAction()
¶
ActionConfigurationInterface.php
:
49
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$input | DataType<string|int, mixed> | - | - |
$context | array<string, mixed> | - | - |
Return values
getActionHandlerIdentifier()
¶
ActionConfigurationInterface.php
:
43
|
|
Return values
string|null
getActionHandlerOptions()
¶
ActionConfigurationInterface.php
:
39
|
|
Return values
getActionType()
¶
ActionConfigurationInterface.php
:
35
|
|
Return values
getActionTypeOptions()
¶
ActionConfigurationInterface.php
:
37
|
|
Return values
getCreatedAt()
¶
ActionConfigurationInterface.php
:
63
|
|
Return values
DateTimeImmutable
getDescription()
¶
ActionConfigurationInterface.php
:
33
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$languageCode | string|null | null | - |
Return values
string|null
getDescriptions()
¶
ActionConfigurationInterface.php
:
31
|
|
Return values
array<string, string>
getId()
¶
ActionConfigurationInterface.php
:
17
|
|
Return values
int
getIdentifier()
¶
ActionConfigurationInterface.php
:
19
|
|
Return values
string
getLanguages()
¶
ActionConfigurationInterface.php
:
61
Returns the list of languages in which the action configuration is available.
|
|
Return values
array<string|int, string>
getMainLanguageCode()
¶
ActionConfigurationInterface.php
:
54
|
|
Return values
string
Tags
getName()
¶
ActionConfigurationInterface.php
:
26
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$languageCode | string|null | null | - |
Return values
string
getNames()
¶
ActionConfigurationInterface.php
:
24
|
|
Return values
array<string, string>
getUpdatedAt()
¶
ActionConfigurationInterface.php
:
65
|
|
Return values
DateTimeImmutable
isEnabled()
¶
ActionConfigurationInterface.php
:
41
|
|
Return values
bool