Property | Description | Returns |
---|---|---|
originalPath | Get the original path for the product description without any custom urls applied | string |
fullSlug | Get the full slug for this description | string |
fullPath | Get the full path including the module route name | string |
assignedWorkflow | Get the workflow assigned to the record or entity | Workflow |
assignedWorkflow | Check whether the record has an assigned workflow | bool |
branches | Get the branches associated with the record | Collection |
numRevisionsWithoutBranch | Get the number of revisions without branch | int |
revisionsWithoutBranch | Get all revisions without branch | Collection |
text | string | |
activeRevision | ProductDescriptionRevision | |
product | BaseProduct | |
container | Returns the product as the container of the description | BaseProduct |
tags | Collection (Tag) | |
lastRevision | Get the last revision for the entity. If a revision has been added, this will be the newly added revision. | ProductDescriptionRevision |
id | int | |
name | string | |
slug | string | |
created | Date the record was created. | DateTime |
modified | Last modification date for the record. | DateTime |
published | DateTime | |
published | Determines if the record is published. | bool |
language | Language | |
site | Site | |
seoSettings | SeoSettings | |
revisions | Collection (ProductDescriptionRevision) | |
default | Checks if current description is the default description of its container | bool |
customUrl | Get the custom url used for the page. This will take precedence over the slugs of this page, parent page and the module. | CustomUrl |
Products\Models\Api\ProductDescription
ProductDescription