-
- Downloads
Issue #2430219 by alexpott: Implement a key value store to optimise config entity lookups
Showing
- core/core.services.yml 3 additions, 1 deletioncore/core.services.yml
- core/lib/Drupal/Core/Config/Entity/ConfigEntityType.php 15 additions, 0 deletionscore/lib/Drupal/Core/Config/Entity/ConfigEntityType.php
- core/lib/Drupal/Core/Config/Entity/ConfigEntityTypeInterface.php 8 additions, 0 deletions...b/Drupal/Core/Config/Entity/ConfigEntityTypeInterface.php
- core/lib/Drupal/Core/Config/Entity/Query/InvalidLookupKeyException.php 14 additions, 0 deletions...al/Core/Config/Entity/Query/InvalidLookupKeyException.php
- core/lib/Drupal/Core/Config/Entity/Query/Query.php 63 additions, 25 deletionscore/lib/Drupal/Core/Config/Entity/Query/Query.php
- core/lib/Drupal/Core/Config/Entity/Query/QueryFactory.php 206 additions, 6 deletionscore/lib/Drupal/Core/Config/Entity/Query/QueryFactory.php
- core/modules/block/src/Entity/Block.php 3 additions, 0 deletionscore/modules/block/src/Entity/Block.php
- core/modules/config/tests/config_test/config_test.module 3 additions, 0 deletionscore/modules/config/tests/config_test/config_test.module
- core/modules/system/src/Tests/Entity/ConfigEntityQueryTest.php 59 additions, 0 deletions...modules/system/src/Tests/Entity/ConfigEntityQueryTest.php
- core/modules/tour/src/Entity/Tour.php 3 additions, 0 deletionscore/modules/tour/src/Entity/Tour.php
- core/tests/Drupal/Tests/Core/Config/Entity/Query/QueryFactoryTest.php 138 additions, 0 deletions...rupal/Tests/Core/Config/Entity/Query/QueryFactoryTest.php
Loading
Please register or sign in to comment