You are here

Classes, traits, and interfaces in Display Suite 8.3

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
BlockBase abstract class Drupal\ds\Plugin\DsField src/Plugin/DsField/BlockBase.php The base plugin to create DS block fields. 1
BlockDescription class Drupal\ds\Plugin\DsField\Block src/Plugin/DsField/Block/BlockDescription.php Plugin that renders the title of a block.
BlockFieldConfigForm class Drupal\ds\Form src/Form/BlockFieldConfigForm.php Configure block fields. 1
BlockFieldForm class Drupal\ds\Form src/Form/BlockFieldForm.php Configure block fields. 1 1
BlockFieldPluginTest class Drupal\Tests\ds\Functional tests/src/Functional/BlockFieldPluginTest.php Tests for managing custom code, and block fields.
BlockTest class Drupal\Tests\ds\Functional tests/src/Functional/BlockTest.php Tests for the manage display tab in Display Suite.
BlockTitle class Drupal\ds\Plugin\DsField\Block src/Plugin/DsField/Block/BlockTitle.php Plugin that renders the title of a block.
BookNavigation class Drupal\ds\Plugin\DsField\Book src/Plugin/DsField/Book/BookNavigation.php Plugin that the book navigation.
BundleField class Drupal\ds\Plugin\DsField src/Plugin/DsField/BundleField.php Defines a generic bundle field.
BundleField class Drupal\ds\Plugin\Derivative src/Plugin/Derivative/BundleField.php Provides a derivative for bundle fields.
CacheTagsTest class Drupal\Tests\ds\Functional tests/src/Functional/CacheTagsTest.php Tests for cache tags associated with an entity.
ChangeLayoutForm class Drupal\ds\Form src/Form/ChangeLayoutForm.php Provides a configuration form for configurable actions. 1
ClassesForm class Drupal\ds\Form src/Form/ClassesForm.php Configures classes used by wrappers and regions. 1
CloneTest class Drupal\Tests\ds\Functional tests/src/Functional/CloneTest.php Tests for the manage display tab in Display Suite.
CommentAuthor class Drupal\ds\Plugin\DsField\Comment src/Plugin/DsField/Comment/CommentAuthor.php Plugin that renders the author of a comment.
CommentChangedDate class Drupal\ds\Plugin\DsField\Comment src/Plugin/DsField/Comment/CommentChangedDate.php Plugin that renders the changed date of a comment.
CommentPostDate class Drupal\ds\Plugin\DsField\Comment src/Plugin/DsField/Comment/CommentPostDate.php Plugin that renders the post date of a comment.
CommentTest class Drupal\Tests\ds\Functional tests/src/Functional/CommentTest.php Tests for the manage display tab in Display Suite.
CommentTitle class Drupal\ds\Plugin\DsField\Comment src/Plugin/DsField/Comment/CommentTitle.php Plugin that renders the title of a comment.
CommentUser class Drupal\ds\Plugin\DsField\Comment src/Plugin/DsField/Comment/CommentUser.php Plugin that renders a view mode.
CommentUserSignature class Drupal\ds\Plugin\DsField\Comment src/Plugin/DsField/Comment/CommentUserSignature.php Plugin that renders the user signature of a comment.
ConfigurableLanguageRenderer class Drupal\ds\Plugin\views\Entity\Render src/Plugin/views/Entity/Render/ConfigurableLanguageRenderer.php Renders entities in a configured language.
CopyFieldForm class Drupal\ds\Form src/Form/CopyFieldForm.php Configure block fields. 1 1
CurrentLanguageRenderer class Drupal\ds\Plugin\views\Entity\Render src/Plugin/views/Entity/Render/CurrentLanguageRenderer.php Renders entities in the current language.
Date abstract class Drupal\ds\Plugin\DsField src/Plugin/DsField/Date.php The base plugin to create DS post date plugins. 5 5
DefaultField class Drupal\ds\Plugin\DsFieldTemplate src/Plugin/DsFieldTemplate/DefaultField.php Plugin for the default field template.
DefaultLanguageRenderer class Drupal\ds\Plugin\views\Entity\Render src/Plugin/views/Entity/Render/DefaultLanguageRenderer.php Renders entities in the current language. 1
Ds class Drupal\ds src/Ds.php Helper class that holds all the main Display Suite helper functions. 9
DsAttribute class Drupal\ds src/DsAttribute.php Extends the core Attribute object. 1
DsCacheTestBlock class Drupal\ds_test\Plugin\Block tests/modules/ds_test/src/Plugin/Block/DsCacheTestBlock.php Defines a Display suite cache test block.
DsController class Drupal\ds\Controller src/Controller/DsController.php Returns responses for Display Suite UI routes.
DsDevelController class Drupal\ds_devel\Controller modules/ds_devel/src/Controller/DsDevelController.php Returns responses for DS devel routes.
DsDevelLocalTask class Drupal\ds_devel\Plugin\Derivative modules/ds_devel/src/Plugin/Derivative/DsDevelLocalTask.php Provides local task definitions for all entity bundles. 1
DsEntityRow class Drupal\ds\Plugin\Derivative src/Plugin/Derivative/DsEntityRow.php Provides DS views row plugin definitions for all non-special entity types.
DsExtrasController class Drupal\ds_extras\Controller modules/ds_extras/src/Controller/DsExtrasController.php Returns responses for Display Suite Extra routes.
DsField class Drupal\ds\Annotation src/Annotation/DsField.php Defines a DsField annotation object.
DsFieldBase abstract class Drupal\ds\Plugin\DsField src/Plugin/DsField/DsFieldBase.php Base class for all the ds plugins. 27 18
DsFieldCacheTest class Drupal\Tests\ds\Functional tests/src/Functional/DsFieldCacheTest.php Cache field test.
DsFieldInterface interface Drupal\ds\Plugin\DsField src/Plugin/DsField/DsFieldInterface.php Defines a common interface for all ds field plugins. 1 1
DsFieldTemplate class Drupal\ds\Annotation src/Annotation/DsFieldTemplate.php Defines a DsFieldTemplate annotation object.
DsFieldTemplateBase abstract class Drupal\ds\Plugin\DsFieldTemplate src/Plugin/DsFieldTemplate/DsFieldTemplateBase.php Base class for all the ds plugins. 5 1
DsFieldTemplateInterface interface Drupal\ds\Plugin\DsFieldTemplate src/Plugin/DsFieldTemplate/DsFieldTemplateInterface.php Defines a common interface for all ds field template plugins. 1
DsFieldTemplatePluginManager class Drupal\ds\Plugin src/Plugin/DsFieldTemplatePluginManager.php Plugin type manager for all ds field layout plugins. 2
DsLayout class Drupal\ds\Plugin src/Plugin/DsLayout.php Layout class for all Display Suite layouts. 1 3
DsLocalTask class Drupal\ds\Plugin\Derivative src/Plugin/Derivative/DsLocalTask.php Provides local task definitions for all entity bundles. 1
DsPluginManager class Drupal\ds\Plugin src/Plugin/DsPluginManager.php Plugin type manager for all ds plugins. 1 2
DsRegionBlock class Drupal\ds_extras\Plugin\Derivative modules/ds_extras/src/Plugin/Derivative/DsRegionBlock.php Provides block region definitions for ds blocks.
DsRegionBlock class Drupal\ds_extras\Plugin\Block modules/ds_extras/src/Plugin/Block/DsRegionBlock.php Provides the region block plugin.
DsServiceTest class Drupal\Tests\ds\Unit tests/src/Unit/DsServiceTest.php @coversDefaultClass \Drupal\ds\Ds @group ds
DsTestBlock class Drupal\ds_test\Plugin\Block tests/modules/ds_test/src/Plugin/Block/DsTestBlock.php Defines a Display suite test block. 1

Pages

Other projects