You are here

Classes, traits, and interfaces in Zircon Profile 8

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
AssertContentTrait trait Drupal\simpletest core/modules/simpletest/src/AssertContentTrait.php Provides test methods to assert content. 2
AssertContentTraitTest class Drupal\Tests\simpletest\Unit core/modules/simpletest/tests/src/Unit/AssertContentTraitTest.php @coversDefaultClass \Drupal\simpletest\AssertContentTrait @group simpletest
AssertHelperTestClass class Drupal\Tests\simpletest\Unit core/modules/simpletest/tests/src/Unit/AssertHelperTraitTest.php
AssertHelperTrait trait Drupal\simpletest core/modules/simpletest/src/AssertHelperTrait.php Provides helper methods for assertions. 7
AssertHelperTraitTest class Drupal\Tests\simpletest\Unit core/modules/simpletest/tests/src/Unit/AssertHelperTraitTest.php @coversDefaultClass \Drupal\simpletest\AssertHelperTrait @group simpletest
AssertLegacyTrait Deprecated trait Drupal\KernelTests core/tests/Drupal/KernelTests/AssertLegacyTrait.php Translates Simpletest assertion methods to PHPUnit.
AssertMenuActiveTrailTrait trait Drupal\system\Tests\Menu core/modules/system/src/Tests/Menu/AssertMenuActiveTrailTrait.php Provides test assertions for verifying the active menu trail.
AssertPageCacheContextsAndTagsTrait trait Drupal\system\Tests\Cache core/modules/system/src/Tests/Cache/AssertPageCacheContextsAndTagsTrait.php Provides test assertions for testing page-level cache contexts & tags. 15
AssertViewsCacheTagsTrait trait Drupal\views\Tests core/modules/views/src/Tests/AssertViewsCacheTagsTrait.php 1
AssetCollectionGrouperInterface interface Drupal\Core\Asset core/lib/Drupal/Core/Asset/AssetCollectionGrouperInterface.php Interface defining a service that logically groups a collection of assets. 2
AssetCollectionOptimizerInterface interface Drupal\Core\Asset core/lib/Drupal/Core/Asset/AssetCollectionOptimizerInterface.php Interface defining a service that optimizes a collection of assets. 2 2
AssetCollectionRendererInterface interface Drupal\Core\Asset core/lib/Drupal/Core/Asset/AssetCollectionRendererInterface.php Interface defining a service that generates a render array to render assets. 2 2
AssetDumper class Drupal\Core\Asset core/lib/Drupal/Core/Asset/AssetDumper.php Dumps a CSS or JavaScript asset. 3
AssetDumperInterface interface Drupal\Core\Asset core/lib/Drupal/Core/Asset/AssetDumperInterface.php Interface defining a service that dumps an (optimized) asset. 1
AssetOptimizerInterface interface Drupal\Core\Asset core/lib/Drupal/Core/Asset/AssetOptimizerInterface.php Interface defining a service that optimizes an asset. 2
AssetResolver class Drupal\Core\Asset core/lib/Drupal/Core/Asset/AssetResolver.php The default asset resolver. 1 2
AssetResolverInterface interface Drupal\Core\Asset core/lib/Drupal/Core/Asset/AssetResolverInterface.php Resolves asset libraries into concrete CSS and JavaScript assets. 1 2
AssetResolverTest class Drupal\Tests\Core\Asset core/tests/Drupal/Tests/Core/Asset/AssetResolverTest.php @coversDefaultClass \Drupal\Core\Asset\AssetResolver @group Asset
AssignOwnerNode class Drupal\node\Plugin\Action core/modules/node/src/Plugin/Action/AssignOwnerNode.php Assigns ownership of a node to a user.
Atom class Zend\Feed\Reader\Entry vendor/zendframework/zend-feed/src/Reader/Entry/Atom.php
Atom class Zend\Feed\Reader\Feed vendor/zendframework/zend-feed/src/Reader/Feed/Atom.php
Atom class Zend\Feed\Writer\Renderer\Entry vendor/zendframework/zend-feed/src/Writer/Renderer/Entry/Atom.php
Atom class Zend\Feed\Writer\Renderer\Feed vendor/zendframework/zend-feed/src/Writer/Renderer/Feed/Atom.php
AtomDeleted class Zend\Feed\Writer\Renderer\Entry vendor/zendframework/zend-feed/src/Writer/Renderer/Entry/AtomDeleted.php
AtomSource class Zend\Feed\Writer\Renderer\Feed vendor/zendframework/zend-feed/src/Writer/Renderer/Feed/AtomSource.php
ATrait trait ClassesWithParents vendor/symfony/class-loader/Tests/Fixtures/ClassesWithParents/ATrait.php
AttachedAssets class Drupal\Core\Asset core/lib/Drupal/Core/Asset/AttachedAssets.php The default attached assets collection. 7
AttachedAssetsInterface interface Drupal\Core\Asset core/lib/Drupal/Core/Asset/AttachedAssetsInterface.php The attached assets collection for the current response. 1 7
AttachedAssetsTest class Drupal\system\Tests\Common core/modules/system/src/Tests/Common/AttachedAssetsTest.php Tests #attached assets: attached asset libraries and JavaScript settings.
AttachedRenderingBlock class Drupal\render_attached_test\Plugin\Block core/modules/system/tests/modules/render_attached_test/src/Plugin/Block/AttachedRenderingBlock.php A block we can use to test caching of #attached headers.
Attachment class Drupal\views\Plugin\views\display core/modules/views/src/Plugin/views/display/Attachment.php The plugin that handles an attachment display.
AttachmentsInterface interface Drupal\Core\Render core/lib/Drupal/Core/Render/AttachmentsInterface.php Defines an interface for responses that can expose #attached metadata. 5 6
AttachmentsResponseProcessorInterface interface Drupal\Core\Render core/lib/Drupal/Core/Render/AttachmentsResponseProcessorInterface.php Defines an interface for processing attachments of responses that have them. 2 3
AttachmentsTestDomainObject class Drupal\early_rendering_controller_test core/modules/system/tests/modules/early_rendering_controller_test/src/AttachmentsTestDomainObject.php
AttachmentsTestResponse class Drupal\early_rendering_controller_test core/modules/system/tests/modules/early_rendering_controller_test/src/AttachmentsTestResponse.php
AttachmentsTrait trait Drupal\Core\Render core/lib/Drupal/Core/Render/AttachmentsTrait.php Provides an implementation of AttachmentsInterface. 3
AttachmentTestFormatter class Drupal\views_test_formatter\Plugin\Field\FieldFormatter core/modules/views/tests/modules/views_test_formatter/src/Plugin/Field/FieldFormatter/AttachmentTestFormatter.php Plugin implementation of the 'number_unformatted_with_attachment' formatter.
Attribute class Drupal\Core\Template core/lib/Drupal/Core/Template/Attribute.php Collects, sanitizes, and renders HTML attributes. 31
Attribute final class Doctrine\Common\Annotations\Annotation vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attribute.php Annotation that can be used to signal to the parser to check the attribute type during the parsing process. 1
AttributeArray class Drupal\Core\Template core/lib/Drupal/Core/Template/AttributeArray.php A class that defines a type of Attribute that can be added to as an array. 1
AttributeBag class Symfony\Component\HttpFoundation\Session\Attribute vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php This class relates to session attribute storage. 1 7 2
AttributeBagInterface interface Symfony\Component\HttpFoundation\Session\Attribute vendor/symfony/http-foundation/Session/Attribute/AttributeBagInterface.php Attributes store. 1 1
AttributeBagTest class Symfony\Component\HttpFoundation\Tests\Session\Attribute vendor/symfony/http-foundation/Tests/Session/Attribute/AttributeBagTest.php Tests AttributeBag.
AttributeBoolean class Drupal\Core\Template core/lib/Drupal/Core/Template/AttributeBoolean.php A class that defines a type of boolean HTML attribute.
AttributeMatchingExtension class Symfony\Component\CssSelector\XPath\Extension vendor/symfony/css-selector/XPath/Extension/AttributeMatchingExtension.php XPath expression translator attribute extension.
AttributeMetadata class Symfony\Component\Serializer\Mapping vendor/symfony/serializer/Mapping/AttributeMetadata.php @author Kévin Dunglas <dunglas@gmail.com> 5
AttributeMetadataInterface interface Symfony\Component\Serializer\Mapping vendor/symfony/serializer/Mapping/AttributeMetadataInterface.php Stores metadata needed for serializing and deserializing attributes. 1 1
AttributeMetadataTest class Symfony\Component\Serializer\Tests\Mapping vendor/symfony/serializer/Tests/Mapping/AttributeMetadataTest.php @author Kévin Dunglas <dunglas@gmail.com>
AttributeNode class Symfony\Component\CssSelector\Node vendor/symfony/css-selector/Node/AttributeNode.php Represents a "<selector>[<namespace>|<attribute> <operator> <value>]" node. 1
AttributeNodeTest class Symfony\Component\CssSelector\Tests\Node vendor/symfony/css-selector/Tests/Node/AttributeNodeTest.php

Pages

Other projects