You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/search/search_api.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -223,14 +223,14 @@ For more information and examples, see [PagerFanta documentation](https://www.ba
223
223
|[`LocationSearchHitAdapter`](https://github.com/ibexa/core/blob/4.6/src/lib/Pagination/Pagerfanta/LocationSearchHitAdapter.php)| Makes a location search against passed Query and returns [`SearchHit`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-Core-Repository-Values-Content-Search-SearchHit.html) objects instead. |
224
224
|[`ContentFilteringAdapter`](https://github.com/ibexa/core/blob/4.6/src/lib/Pagination/Pagerfanta/ContentFilteringAdapter.php)| Applies a Content filter and returns a [`ContentList`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-Core-Repository-Values-Content-ContentList.html) object. |
225
225
|[`LocationFilteringAdapter`](https://github.com/ibexa/core/blob/4.6/src/lib/Pagination/Pagerfanta/LocationFilteringAdapter.php)| Applies a location filter and returns a [`LocationList`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-Core-Repository-Values-Content-LocationList.html) object. |
226
-
|[`AttributeDefinitionListAdapter`](https://github.com/ibexa/product-catalog/blob/4.6/src/lib/Pagerfanta/Adapter/AttributeDefinitionListAdapter.php)| Makes a search for product attributes and returns an [`AttributeDefinitionListInterface`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-ProductCatalog-Values-AttributeDefinition-AttributeDefinitionListInterface.html) object. |
227
-
|[`AttributeGroupListAdapter`](https://github.com/ibexa/product-catalog/blob/4.6/src/lib/Pagerfanta/Adapter/AttributeGroupListAdapter.php)| Makes a search for product attribute groups and returns an [`AttributeGroupListInterface`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-ProductCatalog-Values-AttributeGroup-AttributeGroupListInterface.html) object. |
228
-
|[`CurrencyListAdapter`](https://github.com/ibexa/product-catalog/blob/4.6/src/lib/Pagerfanta/Adapter/CurrencyListAdapter.php)| Makes a search for currencies and returns a [`CurrencyListInterface`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-ProductCatalog-Values-Currency-CurrencyListInterface.html) object. |
229
-
|[`CustomPricesAdapter`](https://github.com/ibexa/product-catalog/blob/4.6/src/lib/Pagerfanta/Adapter/CustomPricesAdapter.php)| Makes a search for custom prices and returns a [`CustomPrice`](https://github.com/ibexa/product-catalog/blob/4.6/src/bundle/UI/CustomPrice.php) object.|
230
-
|[`CustomerGroupListAdapter`](https://github.com/ibexa/product-catalog/blob/4.6/src/lib/Pagerfanta/Adapter/CustomerGroupListAdapter.php)| Makes a search for customer groups and returns a [`CustomerGroupListInterface`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-ProductCatalog-Values-CustomerGroup-CustomerGroupListInterface.html) object. |
231
-
|[`ProductListAdapter`](https://github.com/ibexa/product-catalog/blob/4.6/src/lib/Pagerfanta/Adapter/ProductListAdapter.php)| Makes a search for products and returns a [`ProductListInterface`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-ProductCatalog-Values-Product-ProductListInterface.html) object. |
232
-
|[`ProductTypeListAdapter`](https://github.com/ibexa/product-catalog/blob/4.6/src/lib/Pagerfanta/Adapter/ProductTypeListAdapter.php)| Makes a search for product types and returns a [`ProductTypeListInterface`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-ProductCatalog-Values-ProductType-ProductTypeListInterface.html) object. |
233
-
|[`RegionListAdapter`](https://github.com/ibexa/product-catalog/blob/4.6/src/lib/Pagerfanta/Adapter/RegionListAdapter.php)| Makes a search for regions and returns a [`RegionListInterface`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-ProductCatalog-Values-Region-RegionListInterface.html) object. |
226
+
|`Ibexa\ProductCatalog\Pagerfanta\Adapter\AttributeDefinitionListAdapter`| Makes a search for product attributes and returns an [`AttributeDefinitionListInterface`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-ProductCatalog-Values-AttributeDefinition-AttributeDefinitionListInterface.html) object. |
227
+
|`Ibexa\ProductCatalog\Pagerfanta\Adapter\AttributeGroupListAdapter`| Makes a search for product attribute groups and returns an [`AttributeGroupListInterface`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-ProductCatalog-Values-AttributeGroup-AttributeGroupListInterface.html) object. |
228
+
|`Ibexa\ProductCatalog\Pagerfanta\Adapter\CurrencyListAdapter`| Makes a search for currencies and returns a [`CurrencyListInterface`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-ProductCatalog-Values-Currency-CurrencyListInterface.html) object. |
229
+
|`Ibexa\ProductCatalog\Pagerfanta\Adapter\CustomPricesAdapter`| Makes a search for custom prices and returns a `Ibexa\Bundle\ProductCatalog\UI\CustomPrice` object. |
230
+
|`Ibexa\ProductCatalog\Pagerfanta\Adapter\CustomerGroupListAdapter`| Makes a search for customer groups and returns a [`CustomerGroupListInterface`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-ProductCatalog-Values-CustomerGroup-CustomerGroupListInterface.html) object. |
231
+
|`Ibexa\ProductCatalog\Pagerfanta\Adapter\ProductListAdapter`| Makes a search for products and returns a [`ProductListInterface`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-ProductCatalog-Values-Product-ProductListInterface.html) object. |
232
+
|`Ibexa\ProductCatalog\Pagerfanta\Adapter\ProductTypeListAdapter | Makes a search for product types and returns a [`ProductTypeListInterface`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-ProductCatalog-Values-ProductType-ProductTypeListInterface.html) object. |
233
+
|`Ibexa\ProductCatalog\Pagerfanta\Adapter\RegionListAdapter | Makes a search for regions and returns a [`RegionListInterface`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-ProductCatalog-Values-Region-RegionListInterface.html) object. |
Copy file name to clipboardExpand all lines: docs/templating/layout/customize_storefront_layout.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ To override any of them, copy its directory structure in your template directory
13
13
14
14
## Template customization example
15
15
16
-
As an example, to change the cart display when it contains no products, you need to override [`vendor/ibexa/storefront/src/bundle/Resources/views/themes/storefront/cart/component/maincart/maincart_empty_cart.html.twig`](https://github.com/ibexa/storefront/blob/4.6/src/bundle/Resources/views/themes/storefront/cart/component/maincart/maincart_empty_cart.html.twig) template.
16
+
As an example, to change the cart display when it contains no products, you need to override `vendor/ibexa/storefront/src/bundle/Resources/views/themes/storefront/cart/component/maincart/maincart_empty_cart.html.twig` template.
17
17
18
18
To do it, create your own template in `templates/theme/storefront/cart/component/maincart/maincart_empty_cart.html.twig`.
0 commit comments