LocalProductTypeServiceDecorator
LocalProductTypeServiceDecorator.php
:
20
Abstract
Implements
LocalProductTypeServiceInterface
Properties¶
$innerService
¶
LocalProductTypeServiceDecorator.php
:
22
|
|
Methods¶
__construct()
¶
LocalProductTypeServiceDecorator.php
:
24
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$innerService | LocalProductTypeServiceInterface | - | - |
addContentTypeFieldDefinition()
¶
LocalProductTypeServiceDecorator.php
:
78
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$productType | ProductTypeInterface | - | - |
$fieldDefinitionCreateStruct | FieldDefinitionCreateStruct | - | - |
createProductType()
¶
LocalProductTypeServiceDecorator.php
:
29
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$createStruct | ProductTypeCreateStruct | - | - |
Return values
deleteProductType()
¶
LocalProductTypeServiceDecorator.php
:
49
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$productType | ProductTypeInterface | - | - |
deleteProductTypeTranslation()
¶
LocalProductTypeServiceDecorator.php
:
54
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$productType | ProductTypeInterface | - | - |
$languageCode | string | - | - |
findProductTypes()
¶
LocalProductTypeServiceDecorator.php
:
71
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$query | ProductTypeQuery|null | null | - |
$languageSettings | LanguageSettings|null | null | - |
Return values
getProductType()
¶
LocalProductTypeServiceDecorator.php
:
64
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$identifier | string | - | - |
$languageSettings | LanguageSettings|null | null | - |
Return values
isProductTypeUsed()
¶
LocalProductTypeServiceDecorator.php
:
59
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$productType | ProductTypeInterface | - | - |
Return values
bool
newProductTypeCreateStruct()
¶
LocalProductTypeServiceDecorator.php
:
34
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$identifier | string | - | - |
$mainLanguageCode | string | - | - |
Return values
newProductTypeUpdateStruct()
¶
LocalProductTypeServiceDecorator.php
:
39
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$productType | ProductTypeInterface | - | - |
Return values
removeContentTypeFieldDefinition()
¶
LocalProductTypeServiceDecorator.php
:
85
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$productType | ProductTypeInterface | - | - |
$fieldDefinition | FieldDefinition | - | - |
updateProductType()
¶
LocalProductTypeServiceDecorator.php
:
44
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$updateStruct | ProductTypeUpdateStruct | - | - |