You are here

Classes, traits, and interfaces in Zircon Profile 8

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
AdminController class Drupal\comment\Controller core/modules/comment/src/Controller/AdminController.php Returns responses for comment module administrative routes.
AdminController class Drupal\system\Controller core/modules/system/src/Controller/AdminController.php Controller for admin section.
AdminDemoNegotiator class Drupal\block\Theme core/modules/block/src/Theme/AdminDemoNegotiator.php Negotiates the theme for the block admin demo page via the URL. 2
AdminHtmlRouteProvider class Drupal\Core\Entity\Routing core/lib/Drupal/Core/Entity/Routing/AdminHtmlRouteProvider.php Provides HTML routes for entities with administrative edit/delete pages. 1 1
AdminMetaTagTest class Drupal\system\Tests\System core/modules/system/src/Tests/System/AdminMetaTagTest.php Confirm that the fingerprinting meta tag appears as expected.
AdminNegotiator class Drupal\user\Theme core/modules/user/src/Theme/AdminNegotiator.php Sets the active theme on admin pages. 2
AdminPathConfigEntityConverter class Drupal\Core\ParamConverter core/lib/Drupal/Core/ParamConverter/AdminPathConfigEntityConverter.php Makes sure the unmodified ConfigEntity is loaded on admin pages. 2
AdminPathConfigEntityConverter class Drupal\Core\ProxyClass\ParamConverter core/lib/Drupal/Core/ProxyClass/ParamConverter/AdminPathConfigEntityConverter.php Provides a proxy class for \Drupal\Core\ParamConverter\AdminPathConfigEntityConverter.
AdminPathEntityConverterLanguageTest class Drupal\language\Tests core/modules/language/src/Tests/AdminPathEntityConverterLanguageTest.php Test administration path based conversion of entities.
AdminRouteSubscriber class Drupal\system\EventSubscriber core/modules/system/src/EventSubscriber/AdminRouteSubscriber.php Adds the _admin_route option to each admin route. 2
AdminTest class Drupal\system\Tests\System core/modules/system/src/Tests/System/AdminTest.php Tests output on administrative pages and compact mode functionality.
AdvancedSettingsForm class Drupal\views_ui\Form core/modules/views_ui/src/Form/AdvancedSettingsForm.php Form builder for the advanced admin settings page. 1
AfterCommand class Drupal\Core\Ajax core/lib/Drupal/Core/Ajax/AfterCommand.php An AJAX command for calling the jQuery after() method. 2
AggregateException class GuzzleHttp\Promise vendor/guzzlehttp/promises/src/AggregateException.php Exception thrown when too many errors occur in the some() or any() methods. 1
AggregateException class Prophecy\Exception\Prediction vendor/phpspec/prophecy/src/Prophecy/Exception/Prediction/AggregateException.php 2
AggregateExceptionSpec class spec\Prophecy\Exception\Prediction vendor/phpspec/prophecy/spec/Prophecy/Exception/Prediction/AggregateExceptionSpec.php
AggregateExceptionTest class GuzzleHttp\Promise\Tests vendor/guzzlehttp/promises/tests/AggregateExceptionTest.php
AggregateHydrator class Zend\Hydrator\Aggregate vendor/zendframework/zend-hydrator/src/Aggregate/AggregateHydrator.php Aggregate hydrator that composes multiple hydrators via events 1 1
AggregateHydrator Deprecated class Zend\Stdlib\Hydrator\Aggregate vendor/zendframework/zend-stdlib/src/Hydrator/Aggregate/AggregateHydrator.php Aggregate hydrator that composes multiple hydrators via events
AggregatorAdminTest class Drupal\aggregator\Tests core/modules/aggregator/src/Tests/AggregatorAdminTest.php Tests aggregator admin pages.
AggregatorController class Drupal\aggregator\Controller core/modules/aggregator/src/Controller/AggregatorController.php Returns responses for aggregator module routes.
AggregatorCronTest class Drupal\aggregator\Tests core/modules/aggregator/src/Tests/AggregatorCronTest.php Update feeds on cron.
AggregatorFeed class Drupal\aggregator\Plugin\migrate\source core/modules/aggregator/src/Plugin/migrate/source/AggregatorFeed.php Drupal feed source from database.
AggregatorFeedBlock class Drupal\aggregator\Plugin\Block core/modules/aggregator/src/Plugin/Block/AggregatorFeedBlock.php Provides an 'Aggregator feed' block with the latest items from the feed.
AggregatorFeedTest class Drupal\Tests\aggregator\Unit\Plugin\migrate\source\d6 core/modules/aggregator/tests/src/Unit/Plugin/migrate/source/d6/AggregatorFeedTest.php Tests D6 aggregator feed source plugin.
AggregatorFeedTest class Drupal\Tests\aggregator\Unit\Plugin\migrate\source\d7 core/modules/aggregator/tests/src/Unit/Plugin/migrate/source/d7/AggregatorFeedTest.php Tests D7 aggregator feed source plugin.
AggregatorFeedViewsData class Drupal\aggregator core/modules/aggregator/src/AggregatorFeedViewsData.php Provides the views data for the aggregator feed entity type.
AggregatorFeedViewsFieldAccessTest class Drupal\aggregator\Tests\Views core/modules/aggregator/src/Tests/Views/AggregatorFeedViewsFieldAccessTest.php Tests base field access in Views for the aggregator_feed entity.
AggregatorFetcher class Drupal\aggregator\Annotation core/modules/aggregator/src/Annotation/AggregatorFetcher.php Defines a Plugin annotation object for aggregator fetcher plugins.
AggregatorItem class Drupal\aggregator\Plugin\migrate\source core/modules/aggregator/src/Plugin/migrate/source/AggregatorItem.php Drupal aggregator item source from database.
AggregatorItemTest class Drupal\Tests\aggregator\Unit\Plugin\migrate\source core/modules/aggregator/tests/src/Unit/Plugin/migrate/source/AggregatorItemTest.php Tests aggregator item source plugin.
AggregatorItemViewsData class Drupal\aggregator core/modules/aggregator/src/AggregatorItemViewsData.php Provides the views data for the aggregator item entity type.
AggregatorItemViewsFieldAccessTest class Drupal\aggregator\Tests\Views core/modules/aggregator/src/Tests/Views/AggregatorItemViewsFieldAccessTest.php Tests base field access in Views for the aggregator_item entity.
AggregatorLocalTasksTest class Drupal\Tests\aggregator\Unit\Menu core/modules/aggregator/tests/src/Unit/Menu/AggregatorLocalTasksTest.php Tests existence of aggregator local tasks.
AggregatorParser class Drupal\aggregator\Annotation core/modules/aggregator/src/Annotation/AggregatorParser.php Defines a Plugin annotation object for aggregator parser plugins.
AggregatorPluginManager class Drupal\aggregator\Plugin core/modules/aggregator/src/Plugin/AggregatorPluginManager.php Manages aggregator plugins. 2 4
AggregatorPluginSettingsBase abstract class Drupal\aggregator\Plugin core/modules/aggregator/src/Plugin/AggregatorPluginSettingsBase.php Base class for aggregator plugins that implement settings forms. 2 2
AggregatorPluginSettingsBaseTest class Drupal\Tests\aggregator\Unit\Plugin core/modules/aggregator/tests/src/Unit/Plugin/AggregatorPluginSettingsBaseTest.php Tests settings configuration of individual aggregator plugins.
AggregatorProcessor class Drupal\aggregator\Annotation core/modules/aggregator/src/Annotation/AggregatorProcessor.php Defines a Plugin annotation object for aggregator processor plugins.
AggregatorRefresh class Drupal\aggregator\Plugin\QueueWorker core/modules/aggregator/src/Plugin/QueueWorker/AggregatorRefresh.php Updates a feed's items.
AggregatorRenderingTest class Drupal\aggregator\Tests core/modules/aggregator/src/Tests/AggregatorRenderingTest.php Tests display of aggregator items on the page.
AggregatorTestBase abstract class Drupal\aggregator\Tests core/modules/aggregator/src/Tests/AggregatorTestBase.php Defines a base class for testing the Aggregator module. 14
AggregatorTestRssController class Drupal\aggregator_test\Controller core/modules/aggregator/tests/modules/aggregator_test/src/Controller/AggregatorTestRssController.php Controller for the aggregator_test module.
AggregatorTitleFormatter class Drupal\aggregator\Plugin\Field\FieldFormatter core/modules/aggregator/src/Plugin/Field/FieldFormatter/AggregatorTitleFormatter.php Plugin implementation of the 'aggregator_title' formatter.
AggregatorTitleTest class Drupal\aggregator\Tests core/modules/aggregator/src/Tests/AggregatorTitleTest.php Tests the aggregator_title formatter.
AggregatorXSSFormatter class Drupal\aggregator\Plugin\Field\FieldFormatter core/modules/aggregator/src/Plugin/Field/FieldFormatter/AggregatorXSSFormatter.php Plugin implementation of the 'aggregator_xss' formatter.
AglInstaller class Composer\Installers vendor/composer/installers/src/Composer/Installers/AglInstaller.php
AimeosInstaller class Composer\Installers vendor/composer/installers/src/Composer/Installers/AimeosInstaller.php
Ajax class Drupal\Core\Render\Element core/lib/Drupal/Core/Render/Element/Ajax.php Provides a render element for adding Ajax to a render element.
AjaxBasePageNegotiator class Drupal\Core\Theme core/lib/Drupal/Core/Theme/AjaxBasePageNegotiator.php Defines a theme negotiator that deals with the active theme on ajax requests. 2

Pages

Other projects