Classes, traits, and interfaces

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
ActionAdminManageForm class Drupal\action\Form drupal/core/modules/action/lib/Drupal/action/Form/ActionAdminManageForm.php Provides a configuration form for configurable actions. 1
ActionBag class Drupal\Core\Action drupal/core/lib/Drupal/Core/Action/ActionBag.php Provides a container for lazily loading Action plugins. 1
ActionBase abstract class Drupal\Core\Action drupal/core/lib/Drupal/Core/Action/ActionBase.php Provides a base implementation for an Action plugin. 17 17
ActionConfigEntityInterface interface Drupal\system drupal/core/modules/system/lib/Drupal/system/ActionConfigEntityInterface.php Provides an interface defining a action entity. 1 2
ActionEditFormController class Drupal\action drupal/core/modules/action/lib/Drupal/action/ActionEditFormController.php Provides a form controller for action edit forms.
ActionFormControllerBase abstract class Drupal\action drupal/core/modules/action/lib/Drupal/action/ActionFormControllerBase.php Provides a base form controller for action forms. 2
ActionInterface interface Drupal\Core\Action drupal/core/lib/Drupal/Core/Action/ActionInterface.php Provides an interface for an Action plugin. 2 3
ActionListController class Drupal\action drupal/core/modules/action/lib/Drupal/action/ActionListController.php Provides a listing of Actions.
ActionManager class Drupal\Core\Action drupal/core/lib/Drupal/Core/Action/ActionManager.php Provides an Action plugin manager. 3 2
ActionStorageController class Drupal\system drupal/core/modules/system/lib/Drupal/system/ActionStorageController.php Defines the storage controller class for Action entities.
ActionUnitTest class Drupal\system\Tests\Action drupal/core/modules/system/lib/Drupal/system/Tests/Action/ActionUnitTest.php Tests action plugins.
ActionUpgradePathTest class Drupal\system\Tests\Upgrade drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/ActionUpgradePathTest.php Tests the upgrade path of actions.
ActiveTest class Drupal\field\Tests drupal/core/modules/field/lib/Drupal/field/Tests/ActiveTest.php
ActiveTopicsBlock class Drupal\forum\Plugin\Block drupal/core/modules/forum/lib/Drupal/forum/Plugin/Block/ActiveTopicsBlock.php Provides an 'Active forum topics' block.
AddClassesToCachePass class Symfony\Component\HttpKernel\DependencyInjection drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DependencyInjection/AddClassesToCachePass.php Sets the classes to compile in the cache for the container. 1
AddCssCommand class Drupal\Core\Ajax drupal/core/lib/Drupal/Core/Ajax/AddCssCommand.php An AJAX command for adding css to the page via ajax. 3
AddFeedTest class Drupal\aggregator\Tests drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/AddFeedTest.php Tests adding aggregator feeds.
AddFeedTest class Drupal\system\Tests\Common drupal/core/modules/system/lib/Drupal/system/Tests/Common/AddFeedTest.php Tests drupal_add_feed().
AddItem class Drupal\views_ui\Form\Ajax drupal/core/modules/views_ui/lib/Drupal/views_ui/Form/Ajax/AddItem.php Provides a form for adding an item in the Views UI.
AddRoleUser class Drupal\user\Plugin\Action drupal/core/modules/user/lib/Drupal/user/Plugin/Action/AddRoleUser.php Adds a role to a user. 1
AddRoleUserTest class Drupal\user\Tests\Plugin\Action drupal/core/modules/user/tests/Drupal/user/Tests/Plugin/Action/AddRoleUserTest.php Tests the role add plugin.
AdminBlockDeleteForm class Drupal\block\Form drupal/core/modules/block/lib/Drupal/block/Form/AdminBlockDeleteForm.php Provides a deletion confirmation form for the block instance deletion form. 1
AdminController class Drupal\system\Controller drupal/core/modules/system/lib/Drupal/system/Controller/AdminController.php Controller for admin section.
AdminMetaTagTest class Drupal\system\Tests\System drupal/core/modules/system/lib/Drupal/system/Tests/System/AdminMetaTagTest.php
AdminTest class Drupal\system\Tests\System drupal/core/modules/system/lib/Drupal/system/Tests/System/AdminTest.php Tests administrative overview pages.
AdvancedSettingsForm class Drupal\views_ui\Form drupal/core/modules/views_ui/lib/Drupal/views_ui/Form/AdvancedSettingsForm.php Form builder for the advanced admin settings page. 1
AfterCommand class Drupal\Core\Ajax drupal/core/lib/Drupal/Core/Ajax/AfterCommand.php An AJAX command for calling the jQuery after() method. 2
AggregatorCategoryBlock class Drupal\aggregator\Plugin\Derivative drupal/core/modules/aggregator/lib/Drupal/aggregator/Plugin/Derivative/AggregatorCategoryBlock.php Provides block plugin definitions for aggregator categories.
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.
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.
AggregatorController class Drupal\aggregator\Controller drupal/core/modules/aggregator/lib/Drupal/aggregator/Controller/AggregatorController.php Returns responses for aggregator module routes.
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.
AggregatorFeedBlock class Drupal\aggregator\Plugin\Derivative drupal/core/modules/aggregator/lib/Drupal/aggregator/Plugin/Derivative/AggregatorFeedBlock.php Provides block plugin definitions for aggregator feeds.
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.
AggregatorFetcher class Drupal\aggregator\Annotation drupal/core/modules/aggregator/lib/Drupal/aggregator/Annotation/AggregatorFetcher.php Defines a Plugin annotation object for aggregator fetcher plugins. 2
AggregatorParser class Drupal\aggregator\Annotation drupal/core/modules/aggregator/lib/Drupal/aggregator/Annotation/AggregatorParser.php Defines a Plugin annotation object for aggregator parser plugins. 2
AggregatorPluginManager class Drupal\aggregator\Plugin drupal/core/modules/aggregator/lib/Drupal/aggregator/Plugin/AggregatorPluginManager.php Manages aggregator plugins. 1 4
AggregatorProcessor class Drupal\aggregator\Annotation drupal/core/modules/aggregator/lib/Drupal/aggregator/Annotation/AggregatorProcessor.php Defines a Plugin annotation object for aggregator processor plugins. 2
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
AjaxCommandsUnitTest class Drupal\system\Tests\Ajax drupal/core/modules/system/lib/Drupal/system/Tests/Ajax/AjaxCommandsUnitTest.php Tests for all AJAX Commands.
AjaxController class Drupal\Core\Controller drupal/core/lib/Drupal/Core/Controller/AjaxController.php Default controller for ajax requests.
AjaxEnhancer class Drupal\Core\Routing\Enhancer drupal/core/lib/Drupal/Core/Routing/Enhancer/AjaxEnhancer.php Enhances an ajax route with the appropriate controller. 2
AjaxResponse class Drupal\Core\Ajax drupal/core/lib/Drupal/Core/Ajax/AjaxResponse.php JSON response object for AJAX requests. 1 17
AjaxSubscriber class Drupal\Core\Ajax drupal/core/lib/Drupal/Core/Ajax/AjaxSubscriber.php Subscribes to the kernel request event to add the Ajax media type. 2
AjaxTestBase abstract class Drupal\system\Tests\Ajax drupal/core/modules/system/lib/Drupal/system/Tests/Ajax/AjaxTestBase.php Provides a base class for Ajax tests. 6
AjaxTestController class Drupal\ajax_test drupal/core/modules/system/tests/modules/ajax_test/lib/Drupal/ajax_test/AjaxTestController.php Provides content for dialog tests.
AlertCommand class Drupal\Core\Ajax drupal/core/lib/Drupal/Core/Ajax/AlertCommand.php AJAX command for a javascript alert box. 4
Alias class Symfony\Component\DependencyInjection drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Alias.php @api 9
AliasManager class Drupal\Core\Path drupal/core/lib/Drupal/Core/Path/AliasManager.php 1 2

Pages

Other projects