Skip to content

Commit ca8c710

Browse files
committed
Remove links to private repos
1 parent a49aebc commit ca8c710

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

docs/search/search_api.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -223,14 +223,14 @@ For more information and examples, see [PagerFanta documentation](https://www.ba
223223
| [`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. |
224224
| [`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. |
225225
| [`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. |
234234

235235
## Complex search
236236

docs/templating/layout/customize_storefront_layout.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ To override any of them, copy its directory structure in your template directory
1313

1414
## Template customization example
1515

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.
1717

1818
To do it, create your own template in `templates/theme/storefront/cart/component/maincart/maincart_empty_cart.html.twig`.
1919

0 commit comments

Comments
 (0)