Home
last modified time | relevance | path

Searched refs:FeedStorageInterface (Results 1 – 15 of 15) sorted by relevance

/dports/www/drupal8/drupal-8.9.20/core/modules/aggregator/src/Plugin/aggregator/processor/
H A DDefaultProcessor.php7 use Drupal\aggregator\FeedStorageInterface; alias
127 $period[FeedStorageInterface::CLEAR_NEVER] = t('Never');
258 if ($aggregator_clear != FeedStorageInterface::CLEAR_NEVER) {
/dports/www/drupal8/drupal-8.9.20/core/modules/aggregator/tests/src/Functional/
H A DFeedParserTest.php5 use Drupal\aggregator\FeedStorageInterface; alias
30 …$this->config('aggregator.settings')->set('items.expire', FeedStorageInterface::CLEAR_NEVER)->save…
/dports/www/drupal9/drupal-9.2.10/core/modules/aggregator/tests/src/Functional/
H A DFeedParserTest.php5 use Drupal\aggregator\FeedStorageInterface; alias
30 …$this->config('aggregator.settings')->set('items.expire', FeedStorageInterface::CLEAR_NEVER)->save…
/dports/www/drupal9/drupal-9.2.10/core/modules/aggregator/src/Plugin/aggregator/processor/
H A DDefaultProcessor.php7 use Drupal\aggregator\FeedStorageInterface; alias
127 $period[FeedStorageInterface::CLEAR_NEVER] = t('Never');
258 if ($aggregator_clear != FeedStorageInterface::CLEAR_NEVER) {
/dports/www/drupal8/drupal-8.9.20/core/modules/aggregator/src/Plugin/Block/
H A DAggregatorFeedBlock.php5 use Drupal\aggregator\FeedStorageInterface; alias
54 …__construct(array $configuration, $plugin_id, $plugin_definition, FeedStorageInterface $feed_stora…
/dports/www/drupal9/drupal-9.2.10/core/modules/aggregator/src/Plugin/Block/
H A DAggregatorFeedBlock.php5 use Drupal\aggregator\FeedStorageInterface; alias
54 …__construct(array $configuration, $plugin_id, $plugin_definition, FeedStorageInterface $feed_stora…
/dports/www/drupal8/drupal-8.9.20/core/modules/aggregator/src/Form/
H A DOpmlFeedAdd.php5 use Drupal\aggregator\FeedStorageInterface; alias
43 public function __construct(FeedStorageInterface $feed_storage, ClientInterface $http_client) {
/dports/www/drupal9/drupal-9.2.10/core/modules/aggregator/src/Form/
H A DOpmlFeedAdd.php5 use Drupal\aggregator\FeedStorageInterface; alias
43 public function __construct(FeedStorageInterface $feed_storage, ClientInterface $http_client) {
/dports/www/drupal8/drupal-8.9.20/core/modules/aggregator/src/
H A DFeedStorageInterface.php10 interface FeedStorageInterface extends ContentEntityStorageInterface { interface
H A DFeedStorage.php13 class FeedStorage extends SqlContentEntityStorage implements FeedStorageInterface {
/dports/www/drupal9/drupal-9.2.10/core/modules/aggregator/src/
H A DFeedStorageInterface.php10 interface FeedStorageInterface extends ContentEntityStorageInterface { interface
H A DFeedStorage.php13 class FeedStorage extends SqlContentEntityStorage implements FeedStorageInterface {
/dports/www/drupal8/drupal-8.9.20/core/modules/aggregator/src/Entity/
H A DFeed.php5 use Drupal\aggregator\FeedStorageInterface; alias
174 $period[FeedStorageInterface::CLEAR_NEVER] = t('Never');
/dports/www/drupal9/drupal-9.2.10/core/modules/aggregator/src/Entity/
H A DFeed.php5 use Drupal\aggregator\FeedStorageInterface; alias
175 $period[FeedStorageInterface::CLEAR_NEVER] = t('Never');
/dports/www/drupal8/drupal-8.9.20/core/modules/aggregator/
H A Daggregator.module16 * Use \Drupal\aggregator\FeedStorageInterface::CLEAR_NEVER instead.