LocalProductTypeServiceInterface
LocalProductTypeServiceInterface.php
:
18
Interface
Extends
ProductTypeServiceInterface
Methods¶
addContentTypeFieldDefinition()
¶
LocalProductTypeServiceInterface.php
:
60
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $productType | ProductTypeInterface | - | - |
| $fieldDefinitionCreateStruct | FieldDefinitionCreateStruct | - | - |
Tags
createProductType()
¶
LocalProductTypeServiceInterface.php
:
24
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $createStruct | ProductTypeCreateStruct | - | - |
Return values
Tags
deleteProductType()
¶
LocalProductTypeServiceInterface.php
:
40
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $productType | ProductTypeInterface | - | - |
Tags
deleteProductTypeTranslation()
¶
LocalProductTypeServiceInterface.php
:
48
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $productType | ProductTypeInterface | - | - |
| $languageCode | string | - | - |
Tags
findProductTypes()
¶
ProductTypeServiceInterface.php
:
31
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $query | ProductTypeQuery|null | null | - |
| $languageSettings | LanguageSettings|null | null | - |
Return values
Tags
getProductType()
¶
ProductTypeServiceInterface.php
:
22
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $identifier | string | - | - |
| $languageSettings | LanguageSettings|null | null | - |
Return values
Tags
isProductTypeUsed()
¶
LocalProductTypeServiceInterface.php
:
42
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $productType | ProductTypeInterface | - | - |
Return values
bool
newProductTypeCreateStruct()
¶
LocalProductTypeServiceInterface.php
:
26
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $identifier | string | - | - |
| $mainLanguageCode | string | - | - |
Return values
newProductTypeUpdateStruct()
¶
LocalProductTypeServiceInterface.php
:
28
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $productType | ProductTypeInterface | - | - |
Return values
removeContentTypeFieldDefinition()
¶
LocalProductTypeServiceInterface.php
:
70
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $productType | ProductTypeInterface | - | - |
| $fieldDefinition | FieldDefinition | - | - |
Tags
updateProductType()
¶
LocalProductTypeServiceInterface.php
:
35
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $updateStruct | ProductTypeUpdateStruct | - | - |