Classes, traits, and interfaces

Primary tabs

Name Type Namespace Locationsort descending Description Direct uses Use statements Strings
FeedInterface interface Drupal\aggregator drupal/core/modules/aggregator/lib/Drupal/aggregator/FeedInterface.php Provides an interface defining an aggregator feed entity. 1 2
FeedRenderController class Drupal\aggregator drupal/core/modules/aggregator/lib/Drupal/aggregator/FeedRenderController.php Render controller for aggregator feed items.
FeedStorageController class Drupal\aggregator drupal/core/modules/aggregator/lib/Drupal/aggregator/FeedStorageController.php Controller class for aggregators feeds.
FeedDelete class Drupal\aggregator\Form drupal/core/modules/aggregator/lib/Drupal/aggregator/Form/FeedDelete.php Provides a form for deleting a feed. 1
FeedItemsDelete class Drupal\aggregator\Form drupal/core/modules/aggregator/lib/Drupal/aggregator/Form/FeedItemsDelete.php Provides a deletion confirmation form for items that belong to a feed. 1
OpmlFeedAdd class Drupal\aggregator\Form drupal/core/modules/aggregator/lib/Drupal/aggregator/Form/OpmlFeedAdd.php Imports feeds from OPML. 1
SettingsForm class Drupal\aggregator\Form drupal/core/modules/aggregator/lib/Drupal/aggregator/Form/SettingsForm.php Configures aggregator settings for this site. 1
ItemInterface interface Drupal\aggregator drupal/core/modules/aggregator/lib/Drupal/aggregator/ItemInterface.php Provides an interface defining an aggregator item entity. 1 1
ItemRenderController class Drupal\aggregator drupal/core/modules/aggregator/lib/Drupal/aggregator/ItemRenderController.php Render controller for aggregator feed items.
ItemStorageController class Drupal\aggregator drupal/core/modules/aggregator/lib/Drupal/aggregator/ItemStorageController.php Controller class for aggregators items.
DefaultFetcher class Drupal\aggregator\Plugin\aggregator\fetcher drupal/core/modules/aggregator/lib/Drupal/aggregator/Plugin/aggregator/fetcher/DefaultFetcher.php Defines a default fetcher implementation. 1 1
DefaultParser class Drupal\aggregator\Plugin\aggregator\parser drupal/core/modules/aggregator/lib/Drupal/aggregator/Plugin/aggregator/parser/DefaultParser.php Defines a default parser implementation. 1 1
DefaultProcessor class Drupal\aggregator\Plugin\aggregator\processor drupal/core/modules/aggregator/lib/Drupal/aggregator/Plugin/aggregator/processor/DefaultProcessor.php Defines a default processor implementation.
AggregatorPluginManager class Drupal\aggregator\Plugin drupal/core/modules/aggregator/lib/Drupal/aggregator/Plugin/AggregatorPluginManager.php Manages aggregator plugins. 1 4
AggregatorCategoryBlock class Drupal\aggregator\Plugin\Block drupal/core/modules/aggregator/lib/Drupal/aggregator/Plugin/Block/AggregatorCategoryBlock.php Provides an 'Aggregator category' block for the latest items in a category.
AggregatorFeedBlock class Drupal\aggregator\Plugin\Block drupal/core/modules/aggregator/lib/Drupal/aggregator/Plugin/Block/AggregatorFeedBlock.php Provides an 'Aggregator feed' block with the latest items from the feed.
Feed class Drupal\aggregator\Plugin\Core\Entity drupal/core/modules/aggregator/lib/Drupal/aggregator/Plugin/Core/Entity/Feed.php Defines the aggregator feed entity class. 15
Item class Drupal\aggregator\Plugin\Core\Entity drupal/core/modules/aggregator/lib/Drupal/aggregator/Plugin/Core/Entity/Item.php Defines the aggregator item entity class.
AggregatorCategoryBlock class Drupal\aggregator\Plugin\Derivative drupal/core/modules/aggregator/lib/Drupal/aggregator/Plugin/Derivative/AggregatorCategoryBlock.php Provides block plugin definitions for aggregator categories.
AggregatorFeedBlock class Drupal\aggregator\Plugin\Derivative drupal/core/modules/aggregator/lib/Drupal/aggregator/Plugin/Derivative/AggregatorFeedBlock.php Provides block plugin definitions for aggregator feeds.
FetcherInterface interface Drupal\aggregator\Plugin drupal/core/modules/aggregator/lib/Drupal/aggregator/Plugin/FetcherInterface.php Defines an interface for aggregator fetcher implementations. 2 2
ParserInterface interface Drupal\aggregator\Plugin drupal/core/modules/aggregator/lib/Drupal/aggregator/Plugin/ParserInterface.php Defines an interface for aggregator parser implementations. 2 2
ProcessorInterface interface Drupal\aggregator\Plugin drupal/core/modules/aggregator/lib/Drupal/aggregator/Plugin/ProcessorInterface.php Defines an interface for aggregator processor implementations. 2 2
AddFeedTest class Drupal\aggregator\Tests drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/AddFeedTest.php Tests adding aggregator feeds.
AggregatorConfigurationTest class Drupal\aggregator\Tests drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/AggregatorConfigurationTest.php Tests functionality of the configuration settings in the Aggregator module.
AggregatorCronTest class Drupal\aggregator\Tests drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/AggregatorCronTest.php Tests functionality of the cron process in the Aggregator module.
AggregatorRenderingTest class Drupal\aggregator\Tests drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/AggregatorRenderingTest.php Tests rendering functionality in the Aggregator module.
AggregatorTestBase abstract class Drupal\aggregator\Tests drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/AggregatorTestBase.php Defines a base class for testing the Aggregator module. 16 1
CategorizeFeedItemTest class Drupal\aggregator\Tests drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/CategorizeFeedItemTest.php Tests categorization functionality in the Aggregator module.
CategorizeFeedTest class Drupal\aggregator\Tests drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/CategorizeFeedTest.php Tests the categorize feed functionality in the Aggregator module.
FeedFetcherPluginTest class Drupal\aggregator\Tests drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/FeedFetcherPluginTest.php Tests feed fetching in the Aggregator module.
FeedLanguageTest class Drupal\aggregator\Tests drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/FeedLanguageTest.php Tests aggregator feeds in multiple languages.
FeedParserTest class Drupal\aggregator\Tests drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/FeedParserTest.php Tests feed parsing in the Aggregator module.
FeedProcessorPluginTest class Drupal\aggregator\Tests drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/FeedProcessorPluginTest.php Tests feed processing in the Aggregator module.
ImportOpmlTest class Drupal\aggregator\Tests drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/ImportOpmlTest.php Tests importing feeds from OPML functionality for the Aggregator module.
RemoveFeedItemTest class Drupal\aggregator\Tests drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/RemoveFeedItemTest.php Tests functionality of removing a feed item in the Aggregator module.
RemoveFeedTest class Drupal\aggregator\Tests drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/RemoveFeedTest.php Tests functionality for removing feeds in the Aggregator module.
UpdateFeedItemTest class Drupal\aggregator\Tests drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/UpdateFeedItemTest.php Tests functionality of updating a feed item in the Aggregator module.
UpdateFeedTest class Drupal\aggregator\Tests drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/UpdateFeedTest.php Tests functionality of updating the feed in the Aggregator module.
TestFetcher class Drupal\aggregator_test\Plugin\aggregator\fetcher drupal/core/modules/aggregator/tests/modules/aggregator_test/lib/Drupal/aggregator_test/Plugin/aggregator/fetcher/TestFetcher.php Defines a test fetcher implementation.
TestParser class Drupal\aggregator_test\Plugin\aggregator\parser drupal/core/modules/aggregator/tests/modules/aggregator_test/lib/Drupal/aggregator_test/Plugin/aggregator/parser/TestParser.php Defines a Test parser implementation.
TestProcessor class Drupal\aggregator_test\Plugin\aggregator\processor drupal/core/modules/aggregator/tests/modules/aggregator_test/lib/Drupal/aggregator_test/Plugin/aggregator/processor/TestProcessor.php Defines a default processor implementation.
BanIpManager class Drupal\ban drupal/core/modules/ban/lib/Drupal/ban/BanIpManager.php Ban IP manager. 3 2
BanSubscriber class Drupal\ban\EventSubscriber drupal/core/modules/ban/lib/Drupal/ban/EventSubscriber/BanSubscriber.php Ban subscriber for controller requests. 2
BanAdmin class Drupal\ban\Form drupal/core/modules/ban/lib/Drupal/ban/Form/BanAdmin.php Displays banned IP addresses. 1
BanDelete class Drupal\ban\Form drupal/core/modules/ban/lib/Drupal/ban/Form/BanDelete.php Provides a form to unban IP addresses. 1
IpAddressBlockingTest class Drupal\ban\Tests drupal/core/modules/ban/lib/Drupal/ban/Tests/IpAddressBlockingTest.php
CustomBlockController class Drupal\custom_block\Controller drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Controller/CustomBlockController.php
CustomBlockAccessController class Drupal\custom_block drupal/core/modules/block/custom_block/lib/Drupal/custom_block/CustomBlockAccessController.php Defines the access controller for the custom block entity type.
CustomBlockFormController class Drupal\custom_block drupal/core/modules/block/custom_block/lib/Drupal/custom_block/CustomBlockFormController.php Form controller for the custom block edit forms.

Pages

Other projects