Classes, traits, and interfaces - 8.x-3.x - ctools

Primary tabs

Name Deprecated Object type Namespace File name Summary Direct uses Use statements Strings
ExampleConfigEntityDeleteForm class Drupal\ctools_wizard_test\Form tests/modules/ctools_wizard_test/src/Form/ExampleConfigEntityDeleteForm.php Builds the form to delete Example config entity entities.
ExampleConfigEntityExistingForm class Drupal\ctools_wizard_test\Form tests/modules/ctools_wizard_test/src/Form/ExampleConfigEntityExistingForm.php Simple wizard step form.
ExampleConfigEntityExternalForm class Drupal\ctools_wizard_test\Form tests/modules/ctools_wizard_test/src/Form/ExampleConfigEntityExternalForm.php Example form config entity. 1
ExampleConfigEntityGeneralForm class Drupal\ctools_wizard_test\Form tests/modules/ctools_wizard_test/src/Form/ExampleConfigEntityGeneralForm.php Class ExampleConfigEntityForm.
ExampleConfigEntityInterface interface Drupal\ctools_wizard_test tests/modules/ctools_wizard_test/src/ExampleConfigEntityInterface.php Provides an interface for defining Example config entity entities. 1 1
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. 3 2
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 Manage Context Form.
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 1
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 Configure Relationship Form.
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 Required Context Form.
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 Configure Relationships Resolver form.
ResolverRelationshipDelete abstract class Drupal\ctools\Form src/Form/ResolverRelationshipDelete.php Resolver Relatinoship Delete Form.
SerializableTempstore

in ctools 8.x-3.10. Will be removed before ctools:4.0.0. Use \Drupal\Core\TempStore\SharedTempStore instead.

class Drupal\ctools src/SerializableTempstore.php An extension of the SharedTempStore system for serialized data.
SerializableTempstoreFactory

in ctools 8.x-3.10. Will be removed before ctools:4.0.0. Use \Drupal\Core\TempStore\SharedTempStoreFactory instead.

class Drupal\ctools src/SerializableTempstoreFactory.php A factory for creating SerializableTempStore objects. 2
TempstoreAccess class Drupal\ctools\Access src/Access/TempstoreAccess.php Tempstore Access for ctools. 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 Typed Data Resolver Service. 4 2
TypedDataResolverTest class Drupal\Tests\ctools\Kernel tests/src/Kernel/TypedDataResolverTest.php @coversDefaultClass \Drupal\ctools\TypedDataResolver

Other projects