You are here

Classes, traits, and interfaces in Zircon Profile 8

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
AjaxCommandsTest class Drupal\Tests\Core\Ajax core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php Test coverage for various classes in the \Drupal\Core\Ajax namespace.
AjaxFormBlock class Drupal\ajax_forms_test\Plugin\Block core/modules/system/tests/modules/ajax_forms_test/src/Plugin/Block/AjaxFormBlock.php Provides an AJAX form block.
AjaxFormCacheTest class Drupal\system\Tests\Ajax core/modules/system/src/Tests/Ajax/AjaxFormCacheTest.php Tests the usage of form caching for AJAX forms.
AjaxFormPageCacheTest class Drupal\system\Tests\Ajax core/modules/system/src/Tests/Ajax/AjaxFormPageCacheTest.php Performs tests on AJAX forms in cached pages.
AjaxFormsTestCommandsForm class Drupal\ajax_forms_test\Form core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestCommandsForm.php Form constructor for the Ajax Command display form. 1
AjaxFormsTestLazyLoadForm class Drupal\ajax_forms_test\Form core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestLazyLoadForm.php Form builder: Builds a form that triggers a simple AJAX callback. 1
AjaxFormsTestSimpleForm class Drupal\ajax_forms_test\Form core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestSimpleForm.php Form builder: Builds a form that triggers a simple AJAX callback. 1
AjaxFormsTestValidationForm class Drupal\ajax_forms_test\Form core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestValidationForm.php Form builder: Builds a form that triggers a simple AJAX callback. 1
AjaxPageStateTest class Drupal\system\Tests\Render core/modules/system/src/Tests/Render/AjaxPageStateTest.php Performs tests for the effects of the ajax_page_state query parameter.
AjaxRenderer class Drupal\Core\Render\MainContent core/lib/Drupal/Core/Render/MainContent/AjaxRenderer.php Default main content renderer for Ajax requests. 1 1 2
AjaxRendererTest class Drupal\Tests\Core\Controller core/tests/Drupal/Tests/Core/Controller/AjaxRendererTest.php @coversDefaultClass \Drupal\Core\Render\MainContent\AjaxRenderer @group Ajax
AjaxResponse class Drupal\Core\Ajax core/lib/Drupal/Core/Ajax/AjaxResponse.php JSON response object for AJAX requests. 1 25
AjaxResponseAttachmentsProcessor class Drupal\Core\Ajax core/lib/Drupal/Core/Ajax/AjaxResponseAttachmentsProcessor.php Processes attachments of AJAX responses. 2
AjaxResponseSubscriber class Drupal\Core\EventSubscriber core/lib/Drupal/Core/EventSubscriber/AjaxResponseSubscriber.php Response subscriber to handle AJAX responses. 6 2
AjaxResponseTest class Drupal\Tests\Core\Ajax core/tests/Drupal/Tests/Core/Ajax/AjaxResponseTest.php @coversDefaultClass \Drupal\Core\Ajax\AjaxResponse @group Ajax
AjaxTestBase abstract class Drupal\system\Tests\Ajax core/modules/system/src/Tests/Ajax/AjaxTestBase.php Provides a base class for Ajax tests. 8
AjaxTestController class Drupal\ajax_test\Controller core/modules/system/tests/modules/ajax_test/src/Controller/AjaxTestController.php Provides content for dialog tests. 1
AjaxTestDialogForm class Drupal\ajax_test\Form core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestDialogForm.php Dummy form for testing DialogRenderer with _form routes.
AjaxTestForm class Drupal\ajax_test\Form core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestForm.php Dummy form for testing DialogRenderer with _form routes. 1
AlertCommand class Drupal\Core\Ajax core/lib/Drupal/Core/Ajax/AlertCommand.php AJAX command for a javascript alert box. 6
Alias class Symfony\Component\DependencyInjection vendor/symfony/dependency-injection/Alias.php 14
AliasManager class Drupal\Core\Path core/lib/Drupal/Core/Path/AliasManager.php The default alias manager implementation. 2 2
AliasManagerInterface interface Drupal\Core\Path core/lib/Drupal/Core/Path/AliasManagerInterface.php Find an alias for a path and vice versa. 2 9
AliasManagerTest class Drupal\Tests\Core\Path core/tests/Drupal/Tests/Core/Path/AliasManagerTest.php @coversDefaultClass \Drupal\Core\Path\AliasManager @group Path
AliasStorage class Drupal\Core\Path core/lib/Drupal/Core/Path/AliasStorage.php Provides a class for CRUD operations on path aliases. 2 2
AliasStorageInterface interface Drupal\Core\Path core/lib/Drupal/Core/Path/AliasStorageInterface.php Provides a class for CRUD operations on path aliases. 1 3
AliasStorageTest class Drupal\KernelTests\Core\Path core/tests/Drupal/KernelTests/Core/Path/AliasStorageTest.php @coversDefaultClass \Drupal\Core\Path\AliasStorage @group path
AliasTest class Drupal\system\Tests\Path core/modules/system/src/Tests/Path/AliasTest.php Tests path alias CRUD and lookup functionality.
AliasWhitelist class Drupal\Core\Path core/lib/Drupal/Core/Path/AliasWhitelist.php Extends CacheCollector to build the path alias whitelist over time. 1 2
AliasWhitelistInterface interface Drupal\Core\Path core/lib/Drupal/Core/Path/AliasWhitelistInterface.php Cache the alias whitelist. 1
All class Symfony\Component\Validator\Constraints vendor/symfony/validator/Constraints/All.php @Target({"PROPERTY", "METHOD", "ANNOTATION"}) 6
AllGuardsTrait trait Zend\Stdlib\Guard vendor/zendframework/zend-stdlib/src/Guard/AllGuardsTrait.php An aggregate for all guard traits
AllowedTagsXssTrait Deprecated trait Drupal\Core\Field core/lib/Drupal/Core/Field/AllowedTagsXssTrait.php Useful methods when dealing with displaying allowed tags. 7
AllowedValuesConstraint class Drupal\Core\Validation\Plugin\Validation\Constraint core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/AllowedValuesConstraint.php Checks for the value being allowed. 1
AllowedValuesConstraintValidator class Drupal\Core\Validation\Plugin\Validation\Constraint core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/AllowedValuesConstraintValidator.php Validates the AllowedValues constraint.
AllowedValuesConstraintValidatorTest class Drupal\system\Tests\Validation core/modules/system/src/Tests/Validation/AllowedValuesConstraintValidatorTest.php Tests AllowedValues validation constraint with both valid and invalid values.
AllowToolbarPath class Drupal\toolbar\PageCache core/modules/toolbar/src/PageCache/AllowToolbarPath.php Cache policy for the toolbar page cache service. 1 2
AllowToolbarPathTest class Drupal\Tests\toolbar\Unit\PageCache core/modules/toolbar/tests/src/Unit/PageCache/AllowToolbarPathTest.php @coversDefaultClass \Drupal\toolbar\PageCache\AllowToolbarPath @group toolbar
AllTest class Symfony\Component\Validator\Tests\Constraints vendor/symfony/validator/Tests/Constraints/AllTest.php @author Bernhard Schussek <bschussek@gmail.com>
AllValidator class Symfony\Component\Validator\Constraints vendor/symfony/validator/Constraints/AllValidator.php @author Bernhard Schussek <bschussek@gmail.com> 1
AllValidatorTest class Symfony\Component\Validator\Tests\Constraints vendor/symfony/validator/Tests/Constraints/AllValidatorTest.php
AlreadyInstalledException class Drupal\Core\Installer\Exception core/lib/Drupal/Core/Installer/Exception/AlreadyInstalledException.php Exception thrown if Drupal is installed already. 1
AlterableInterface interface Drupal\Core\Database\Query core/lib/Drupal/Core/Database/Query/AlterableInterface.php Interface for a query that can be manipulated via an alter hook. 2 8
AlterTest class Drupal\system\Tests\Common core/modules/system/src/Tests/Common/AlterTest.php Tests alteration of arguments passed to \Drupal::moduleHandler->alter().
AlterTest class Drupal\system\Tests\Form core/modules/system/src/Tests/Form/AlterTest.php Tests hook_form_alter() and hook_form_FORM_ID_alter().
AlterTest class Drupal\system\Tests\Database core/modules/system/src/Tests/Database/AlterTest.php Tests the hook_query_alter capabilities of the Select builder.
AmbiguousEntityClassException class Drupal\Core\Entity\Exception core/lib/Drupal/Core/Entity/Exception/AmbiguousEntityClassException.php Exception thrown if multiple entity types exist for an entity class. 1
Analyze class Drupal\views_ui\Form\Ajax core/modules/views_ui/src/Form/Ajax/Analyze.php Displays analysis information for a view.
Analyzer class Drupal\views core/modules/views/src/Analyzer.php This tool is a small plugin manager to perform analysis on a view and report results to the user. This tool is meant to let modules that provide data to Views also help users properly use that data by detecting invalid configurations. Views itself… 2 2
AnalyzeServiceReferencesPass class Symfony\Component\DependencyInjection\Compiler vendor/symfony/dependency-injection/Compiler/AnalyzeServiceReferencesPass.php Run this pass before passes that need to know more about the relation of your services. 4

Pages

Other projects