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