Skip to content

Commit b434866

Browse files
authored
symbol_attribute_type.md: Link to PHP API Ref (#2862)
1 parent facf603 commit b434866

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/pim/attributes/symbol_attribute_type.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Certain formats, such as the International Standard Book Number (ISBN-10) and th
5959

6060
To validate checksum of symbol:
6161

62-
1\. Create a class implementing the `\Ibexa\Contracts\ProductCatalogSymbolAttribute\Value\ChecksumInterface` interface.
62+
1\. Create a class implementing the [`\Ibexa\Contracts\ProductCatalogSymbolAttribute\Value\ChecksumInterface`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-ProductCatalogSymbolAttribute-Value-ChecksumInterface.html) interface.
6363

6464
2\. Register the class as a service using the `ibexa.product_catalog.attribute.symbol.checksum` tag and specify the format identifier using the `format` attribute.
6565

@@ -84,4 +84,4 @@ The format attribute (`my_format`) is the identifier used under the `ibexa_produ
8484

8585
You can use `SymbolAttribute` Search Criterion to find products by symbol attribute:
8686

87-
For more information, see [SymbolAttribute Criterion](symbolattribute_criterion.md).
87+
For more information, see [SymbolAttribute Criterion](symbolattribute_criterion.md).

0 commit comments

Comments
 (0)