You are here

Classes, traits, and interfaces in Chaos Tool Suite (ctools) 8.3

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
ExampleConfigEntityListBuilder class Drupal\ctools_wizard_test tests/modules/ctools_wizard_test/src/ExampleConfigEntityListBuilder.php Provides a listing of Example config entity entities.
ExampleConfigEntityOneForm class Drupal\ctools_wizard_test\Form tests/modules/ctools_wizard_test/src/Form/ExampleConfigEntityOneForm.php Simple wizard step form.
ExampleConfigEntityTwoForm class Drupal\ctools_wizard_test\Form tests/modules/ctools_wizard_test/src/Form/ExampleConfigEntityTwoForm.php Simple wizard step form.
FormWizardBase abstract class Drupal\ctools\Wizard src/Wizard/FormWizardBase.php The base class for all form wizard. 2 1
FormWizardInterface interface Drupal\ctools\Wizard src/Wizard/FormWizardInterface.php Form wizard interface. 2 1
ManageConditions abstract class Drupal\ctools\Form src/Form/ManageConditions.php
ManageContext abstract class Drupal\ctools\Form src/Form/ManageContext.php
ManageResolverRelationships abstract class Drupal\ctools\Form src/Form/ManageResolverRelationships.php Provider manage resolver relationships.
MaskContentEntityStorage class Drupal\ctools_entity_mask modules/ctools_entity_mask/src/MaskContentEntityStorage.php Storage handler that simulates a full save, without writing to the database. 1
MaskEntityTrait trait Drupal\ctools_entity_mask modules/ctools_entity_mask/src/MaskEntityTrait.php Provides common functionality for mask entities. 1
NodeType class Drupal\ctools\Plugin\Condition src/Plugin/Condition/NodeType.php
OneForm class Drupal\ctools_wizard_test\Form tests/modules/ctools_wizard_test/src/Form/OneForm.php Simple wizard step form.
OpenModalWizardCommand class Drupal\ctools\Ajax src/Ajax/OpenModalWizardCommand.php 1
PluginWizardInterface interface Drupal\ctools\Plugin src/Plugin/PluginWizardInterface.php Provides an interface for configuring a plugin via wizard steps.
Relationship class Drupal\ctools\Annotation src/Annotation/Relationship.php Defines a Relationship item annotation object.
RelationshipBase abstract class Drupal\ctools\Plugin src/Plugin/RelationshipBase.php Base class for Relationship plugins. 1 1
RelationshipConfigure abstract class Drupal\ctools\Form src/Form/RelationshipConfigure.php
RelationshipInterface interface Drupal\ctools\Plugin src/Plugin/RelationshipInterface.php Defines an interface for Relationship plugins. 1
RelationshipManager class Drupal\ctools\Plugin src/Plugin/RelationshipManager.php Provides the Relationship plugin manager. 2
RelationshipManagerInterface interface Drupal\ctools\Plugin src/Plugin/RelationshipManagerInterface.php Provides the Relationship plugin manager. 1
RelationshipManagerTest class Drupal\Tests\ctools\Kernel tests/src/Kernel/RelationshipManagerTest.php @coversDefaultClass \Drupal\ctools\Plugin\RelationshipManager @group CTools
RelationshipsTestBase abstract class Drupal\Tests\ctools\Kernel tests/src/Kernel/RelationshipsTestBase.php 4
RequiredContext abstract class Drupal\ctools\Form src/Form/RequiredContext.php
RequiredContextDelete abstract class Drupal\ctools\Form src/Form/RequiredContextDelete.php Base class for adding a required contexts step to your wizard.
ResolverRelationshipConfigure abstract class Drupal\ctools\Form src/Form/ResolverRelationshipConfigure.php
ResolverRelationshipDelete abstract class Drupal\ctools\Form src/Form/ResolverRelationshipDelete.php
SerializableTempstore class Drupal\ctools src/SerializableTempstore.php An extension of the SharedTempStore system for serialized data. 1
SerializableTempstoreFactory class Drupal\ctools src/SerializableTempstoreFactory.php A factory for creating SerializableTempStore objects. 2
SerializableTempstoreTest class Drupal\Tests\ctools\Kernel tests/src/Kernel/SerializableTempstoreTest.php Tests the serializable tempstore service.
TempstoreAccess class Drupal\ctools\Access src/Access/TempstoreAccess.php 2
TempstoreConverter class Drupal\ctools\ParamConverter src/ParamConverter/TempstoreConverter.php Parameter converter for pulling entities out of the tempstore. 2
TestBlockVariantTrait class Drupal\Tests\ctools\Unit tests/src/Unit/BlockVariantTraitTest.php
TestVariantCollectionTrait class Drupal\Tests\ctools\Unit tests/src/Unit/VariantCollectionTraitTest.php
TwoForm class Drupal\ctools_wizard_test\Form tests/modules/ctools_wizard_test/src/Form/TwoForm.php Simple wizard step form.
TypedDataEntityRelationship class Drupal\ctools\Plugin\Relationship src/Plugin/Relationship/TypedDataEntityRelationship.php Plugin annotation @Relationship( id = "typed_data_entity_relationship", deriver = "\Drupal\ctools\Plugin\Deriver\TypedDataEntityRelationshipDeriver" )
TypedDataEntityRelationshipDeriver class Drupal\ctools\Plugin\Deriver src/Plugin/Deriver/TypedDataEntityRelationshipDeriver.php
TypedDataEntityRelationshipPluginTest class Drupal\Tests\ctools\Kernel tests/src/Kernel/TypedDataEntityRelationshipPluginTest.php @coversDefaultClass \Drupal\ctools\Plugin\Relationship\TypedDataEntityRelationship @group CTools
TypedDataLanguageRelationship class Drupal\ctools\Plugin\Relationship src/Plugin/Relationship/TypedDataLanguageRelationship.php Plugin annotation @Relationship( id = "typed_data_language_relationship", deriver = "\Drupal\ctools\Plugin\Deriver\TypedDataLanguageRelationshipDeriver" )
TypedDataLanguageRelationshipDeriver class Drupal\ctools\Plugin\Deriver src/Plugin/Deriver/TypedDataLanguageRelationshipDeriver.php
TypedDataLanguageRelationshipPluginTest class Drupal\Tests\ctools\Kernel tests/src/Kernel/TypedDataLanguageRelationshipPluginTest.php @coversDefaultClass \Drupal\ctools\Plugin\Relationship\TypedDataEntityRelationship @group CTools
TypedDataPropertyDeriverBase abstract class Drupal\ctools\Plugin\Deriver src/Plugin/Deriver/TypedDataPropertyDeriverBase.php 1
TypedDataRelationship class Drupal\ctools\Plugin\Relationship src/Plugin/Relationship/TypedDataRelationship.php Plugin annotation @Relationship( id = "typed_data_relationship", deriver = "\Drupal\ctools\Plugin\Deriver\TypedDataRelationshipDeriver" ) 2
TypedDataRelationshipDeriver class Drupal\ctools\Plugin\Deriver src/Plugin/Deriver/TypedDataRelationshipDeriver.php 2
TypedDataRelationshipPluginTest class Drupal\Tests\ctools\Kernel tests/src/Kernel/TypedDataRelationshipPluginTest.php @coversDefaultClass \Drupal\ctools\Plugin\Relationship\TypedDataRelationship @group CTools
TypedDataResolver class Drupal\ctools src/TypedDataResolver.php 4 2
TypedDataResolverTest class Drupal\Tests\ctools\Kernel tests/src/Kernel/TypedDataResolverTest.php @coversDefaultClass \Drupal\ctools\TypedDataResolver
VariantCollectionInterface interface Drupal\ctools\Plugin src/Plugin/VariantCollectionInterface.php Provides an interface for objects that have variants e.g. Pages.
VariantCollectionTrait trait Drupal\ctools\Plugin src/Plugin/VariantCollectionTrait.php Provides methods for VariantCollectionInterface. 1
VariantCollectionTraitTest class Drupal\Tests\ctools\Unit tests/src/Unit/VariantCollectionTraitTest.php Tests the methods of a variant-aware class.
VariantPluginCollection class Drupal\ctools\Plugin src/Plugin/VariantPluginCollection.php Provides a collection of variants plugins. 1

Pages

Other projects