Skip to content

Commit

Permalink
Merge branch 't/d3e48db6'
Browse files Browse the repository at this point in the history
  • Loading branch information
nickolasburr committed Nov 16, 2023
2 parents d3e48db + 6b83343 commit a8f6edb
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ Magento
* Deduplicate redirect logic between inheritance-based controllers
* Implement CSRF-aware request validation in controllers
* Dispatch ``before``, ``after`` events while saving an entity
* Modify metadata/data via data modifiers in an entity data provider
* Modify metadata/data via data modifiers in an entity ``DataProvider`` class
* Improve frontend load time via cache-driven SQL queries

Topics
======
Expand All @@ -35,10 +36,18 @@ Magento
.. _ExceptionFactory: source/archives/magento/ExceptionFactory.rst
.. _ModifierPoolTrait: source/archives/magento/ModifierPoolTrait.rst
.. _RedirectTrait: source/archives/magento/RedirectTrait.rst
.. _SelectQueryFetchStrategy: source/archives/magento/SelectQueryFetchStrategy.rst
.. _SelectQueryFetchStrategyInterface: source/archives/magento/SelectQueryFetchStrategyInterface.rst
.. _Token: source/archives/magento/Token.rst
.. _VirtualSelect: source/archives/magento/VirtualSelect.rst
.. _VirtualGroupedSelect: source/archives/magento/VirtualGroupedSelect.rst

Collections
^^^^^^^^^^^

* `SelectQueryFetchStrategy`_
* `SelectQueryFetchStrategyInterface`_

Controllers
^^^^^^^^^^^

Expand Down Expand Up @@ -90,6 +99,12 @@ Security
* `CsrfAwareActionTrait`_
* `Token`_

SQL
^^^

* `SelectQueryFetchStrategy`_
* `SelectQueryFetchStrategyInterface`_

UI Components
^^^^^^^^^^^^^

Expand Down

0 comments on commit a8f6edb

Please sign in to comment.