Notice: You are browsing the documentation for PrestaShop 9, which is currently in development.
You might want to read the documentation for the current version, PrestaShop 8. Read the current version of this page
PrestaShop\PrestaShop\Core\Domain\Meta\Command\AddMetaCommand
Class AddMetaCommand is responsible for saving meta entities data.
Command details | |
---|---|
Constructor parameters |
|
Handler class | PrestaShop\PrestaShop\Adapter\Meta\CommandHandler\AddMetaHandler Implements:
|
Return type | PrestaShop\PrestaShop\Core\Domain\Meta\ValueObject\MetaId |
PrestaShop\PrestaShop\Core\Domain\Meta\Command\EditMetaCommand
Class EditMetaCommand
Command details | |
---|---|
Constructor parameters |
|
Handler class | PrestaShop\PrestaShop\Adapter\Meta\CommandHandler\EditMetaHandler Implements:
|
Return type | void |
PrestaShop\PrestaShop\Core\Domain\Meta\Query\GetMetaForEditing
Class GetMetaForEditing is responsible for providing required data for GetMetaForEditingHandler to return meta data.
Query details | |
---|---|
Constructor parameters |
|
Handler class | PrestaShop\PrestaShop\Adapter\Meta\QueryHandler\GetMetaForEditingHandler Implements:
|
Return type | PrestaShop\PrestaShop\Core\Domain\Meta\QueryResult\EditableMeta |
PrestaShop\PrestaShop\Core\Domain\Meta\Query\GetPagesForLayoutCustomization
Gets pages for which theme's layout can be customized.
Query details | |
---|---|
Constructor parameters | |
Handler class | PrestaShop\PrestaShop\Adapter\Meta\QueryHandler\GetPagesForLayoutCustomizationHandler Implements:
|
Return type | void |