Skip to content

Commit 4803945

Browse files
adriendupuismnocon
authored andcommitted
symbol_attribute_type.md: Link to PHP API Ref
1 parent 56ecc89 commit 4803945

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
@@ -110,7 +110,7 @@ Certain formats, such as the International Standard Book Number (ISBN-10) and th
110110

111111
To validate checksum of symbol:
112112

113-
1\. Create a class implementing the `\Ibexa\Contracts\ProductCatalogSymbolAttribute\Value\ChecksumInterface` interface.
113+
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.
114114

115115
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.
116116

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

136136
You can use `SymbolAttribute` Search Criterion to find products by symbol attribute:
137137

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

0 commit comments

Comments
 (0)