Skip to content

Commit bb2894c

Browse files
committed
solr_document_field_mappers.md: Links to PHP API Ref
1 parent 4df9600 commit bb2894c

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/search/extensibility/solr_document_field_mappers.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ You can create the field mapper class anywhere inside your bundle, as long as yo
2929
There are three different field mappers.
3030
Each mapper implements two methods, by the same name, but accepting different arguments:
3131

32-
- `ContentFieldMapper`
33-
- `::accept(Content $content)`
34-
- `::mapFields(Content $content)`
35-
- `ContentTranslationFieldMapper`
36-
- `::accept(Content $content, $languageCode)`
37-
- `::mapFields(Content $content, $languageCode)`
38-
- `LocationFieldMapper`
39-
- `::accept(Location $content)`
40-
- `::mapFields(Location $content)`
32+
- [`ContentFieldMapper`](../../api/php_api/php_api_reference/classes/Ibexa-Contracts-Solr-FieldMapper-ContentTranslationFieldMapper.html)
33+
- [`::accept(Content $content)`](../../api/php_api/php_api_reference/classes/Ibexa-Contracts-Solr-FieldMapper-ContentTranslationFieldMapper.html#method_accept)
34+
- [`::mapFields(Content $content)`](../../api/php_api/php_api_reference/classes/Ibexa-Contracts-Solr-FieldMapper-ContentTranslationFieldMapper.html#method_mapFields)
35+
- [`ContentTranslationFieldMapper`](../../api/php_api/php_api_reference/classes/Ibexa-Contracts-Solr-FieldMapper-ContentTranslationFieldMapper.html)
36+
- [`::accept(Content $content, $languageCode)`](../../api/php_api/php_api_reference/classes/Ibexa-Contracts-Solr-FieldMapper-ContentTranslationFieldMapper.html#method_accept)
37+
- [`::mapFields(Content $content, $languageCode)`](../../api/php_api/php_api_reference/classes/Ibexa-Contracts-Solr-FieldMapper-ContentTranslationFieldMapper.html#method_mapFields)
38+
- [`LocationFieldMapper`](../../api/php_api/php_api_reference/classes/Ibexa-Contracts-Solr-FieldMapper-LocationFieldMapper.html)
39+
- [`::accept(Location $content)`](../../api/php_api/php_api_reference/classes/Ibexa-Contracts-Solr-FieldMapper-LocationFieldMapper.html#method_accept)
40+
- [`::mapFields(Location $content)`](../../api/php_api/php_api_reference/classes/Ibexa-Contracts-Solr-FieldMapper-LocationFieldMapper.html#method_mapFields)
4141

4242
Mappers can be used on the extension points by registering them with the [service container](php_api.md#service-container) by using service tags, as follows:
4343

0 commit comments

Comments
 (0)