Skip to content
Snippets Groups Projects
Commit 369277f6 authored by catch's avatar catch
Browse files

Issue #3168074 by kiamlaluno, bandanasharma: The comments for the Aggregator...

Issue #3168074 by kiamlaluno, bandanasharma: The comments for the Aggregator storage classes define the classes controllers, when they are storage handlers
parent c2bcd732
No related branches found
No related tags found
No related merge requests found
......@@ -5,10 +5,10 @@
use Drupal\Core\Entity\Sql\SqlContentEntityStorage;
/**
* Controller class for aggregator's feeds.
* Defines the storage handler class for feed entities.
*
* This extends the Drupal\Core\Entity\Sql\SqlContentEntityStorage class, adding
* required special handling for feed entities.
* This extends the base storage class, adding required special handling for
* feed entities.
*/
class FeedStorage extends SqlContentEntityStorage implements FeedStorageInterface {
......
......@@ -6,10 +6,10 @@
use Drupal\Core\Entity\Sql\SqlContentEntityStorage;
/**
* Controller class for aggregators items.
* Defines the storage handler class for feed item entities.
*
* This extends the Drupal\Core\Entity\Sql\SqlContentEntityStorage class, adding
* required special handling for feed item entities.
* This extends the base storage class, adding required special handling for
* feed item entities.
*/
class ItemStorage extends SqlContentEntityStorage implements ItemStorageInterface {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment