Classes, traits, and interfaces - 4.0.x - ctools
Name | Deprecated | Object type | Namespace | File name | Summary | Direct uses | Use statements | Strings |
---|---|---|---|---|---|---|---|---|
ExampleConfigEntityInterface | interface | Drupal\ctools_wizard_test | tests/ |
Provides an interface for defining Example config entity entities. | 1 | 1 | ||
ExampleConfigEntityListBuilder | class | Drupal\ctools_wizard_test | tests/ |
Provides a listing of Example config entity entities. | ||||
ExampleConfigEntityOneForm | class | Drupal\ctools_wizard_test\Form | tests/ |
Simple wizard step form. | ||||
ExampleConfigEntityTwoForm | class | Drupal\ctools_wizard_test\Form | tests/ |
Simple wizard step form. | ||||
FormWizardBase | abstract class | Drupal\ctools\Wizard | src/ |
The base class for all form wizard. | 2 | 1 | ||
FormWizardInterface | interface | Drupal\ctools\Wizard | src/ |
Form wizard interface. | 2 | 1 | ||
ManageConditions | abstract class | Drupal\ctools\Form | src/ |
|||||
ManageContext | abstract class | Drupal\ctools\Form | src/ |
Manage Context Form. | ||||
ManageResolverRelationships | abstract class | Drupal\ctools\Form | src/ |
Provider manage resolver relationships. | ||||
MaskContentEntityStorage | class | Drupal\ctools_entity_mask | modules/ |
Storage handler that simulates a full save, without writing to the database. | 1 | |||
MaskEntityTrait | trait | Drupal\ctools_entity_mask | modules/ |
Provides common functionality for mask entities. | 1 | |||
NodeType | class | Drupal\ctools\Plugin\Condition | src/ |
|||||
OneForm | class | Drupal\ctools_wizard_test\Form | tests/ |
Simple wizard step form. | ||||
OpenModalWizardCommand | class | Drupal\ctools\Ajax | src/ |
1 | ||||
PluginWizardInterface | interface | Drupal\ctools\Plugin | src/ |
Provides an interface for configuring a plugin via wizard steps. | ||||
Relationship | class | Drupal\ctools\Annotation | src/ |
Defines a Relationship item annotation object. | ||||
RelationshipBase | abstract class | Drupal\ctools\Plugin | src/ |
Base class for Relationship plugins. | 1 | 1 | ||
RelationshipConfigure | abstract class | Drupal\ctools\Form | src/ |
Configure Relationship Form. | ||||
RelationshipInterface | interface | Drupal\ctools\Plugin | src/ |
Defines an interface for Relationship plugins. | 1 | |||
RelationshipManager | class | Drupal\ctools\Plugin | src/ |
Provides the Relationship plugin manager. | 2 | |||
RelationshipManagerInterface | interface | Drupal\ctools\Plugin | src/ |
Provides the Relationship plugin manager. | 1 | |||
RelationshipManagerTest | class | Drupal\Tests\ctools\Kernel | tests/ |
@coversDefaultClass \Drupal\ctools\Plugin\RelationshipManager @group CTools | ||||
RelationshipsTestBase | abstract class | Drupal\Tests\ctools\Kernel | tests/ |
4 | ||||
RequiredContext | abstract class | Drupal\ctools\Form | src/ |
Required Context Form. | ||||
RequiredContextDelete | abstract class | Drupal\ctools\Form | src/ |
Base class for adding a required contexts step to your wizard. | ||||
ResolverRelationshipConfigure | abstract class | Drupal\ctools\Form | src/ |
Configure Relationships Resolver form. | ||||
ResolverRelationshipDelete | abstract class | Drupal\ctools\Form | src/ |
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/ |
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/ |
A factory for creating SerializableTempStore objects. | 2 | ||
TempstoreAccess | class | Drupal\ctools\Access | src/ |
Tempstore Access for ctools. | 2 | |||
TempstoreConverter | class | Drupal\ctools\ParamConverter | src/ |
Parameter converter for pulling entities out of the tempstore. | 2 | |||
TestBlockVariantTrait | class | Drupal\Tests\ctools\Unit | tests/ |
|||||
TestVariantCollectionTrait | class | Drupal\Tests\ctools\Unit | tests/ |
|||||
TwoForm | class | Drupal\ctools_wizard_test\Form | tests/ |
Simple wizard step form. | ||||
TypedDataEntityRelationship | class | Drupal\ctools\Plugin\Relationship | src/ |
Plugin annotation @Relationship( id = "typed_data_entity_relationship", deriver = "\Drupal\ctools\Plugin\Deriver\TypedDataEntityRelationshipDeriver" ) | ||||
TypedDataEntityRelationshipDeriver | class | Drupal\ctools\Plugin\Deriver | src/ |
|||||
TypedDataEntityRelationshipPluginTest | class | Drupal\Tests\ctools\Kernel | tests/ |
@coversDefaultClass \Drupal\ctools\Plugin\Relationship\TypedDataEntityRelationship @group CTools | ||||
TypedDataLanguageRelationship | class | Drupal\ctools\Plugin\Relationship | src/ |
Plugin annotation @Relationship( id = "typed_data_language_relationship", deriver = "\Drupal\ctools\Plugin\Deriver\TypedDataLanguageRelationshipDeriver" ) | ||||
TypedDataLanguageRelationshipDeriver | class | Drupal\ctools\Plugin\Deriver | src/ |
|||||
TypedDataLanguageRelationshipPluginTest | class | Drupal\Tests\ctools\Kernel | tests/ |
@coversDefaultClass \Drupal\ctools\Plugin\Relationship\TypedDataEntityRelationship @group CTools | ||||
TypedDataPropertyDeriverBase | abstract class | Drupal\ctools\Plugin\Deriver | src/ |
1 | ||||
TypedDataRelationship | class | Drupal\ctools\Plugin\Relationship | src/ |
Plugin annotation @Relationship( id = "typed_data_relationship", deriver = "\Drupal\ctools\Plugin\Deriver\TypedDataRelationshipDeriver" ) | 2 | |||
TypedDataRelationshipDeriver | class | Drupal\ctools\Plugin\Deriver | src/ |
2 | ||||
TypedDataRelationshipPluginTest | class | Drupal\Tests\ctools\Kernel | tests/ |
@coversDefaultClass \Drupal\ctools\Plugin\Relationship\TypedDataRelationship @group CTools | ||||
TypedDataResolver | class | Drupal\ctools | src/ |
Typed Data Resolver Service. | 4 | 2 | ||
TypedDataResolverTest | class | Drupal\Tests\ctools\Kernel | tests/ |
@coversDefaultClass \Drupal\ctools\TypedDataResolver | ||||
VariantCollectionInterface | interface | Drupal\ctools\Plugin | src/ |
Provides an interface for objects that have variants e.g. Pages. | ||||
VariantCollectionTrait | trait | Drupal\ctools\Plugin | src/ |
Provides methods for VariantCollectionInterface. | 1 | |||
VariantCollectionTraitTest | class | Drupal\Tests\ctools\Unit | tests/ |
Tests the methods of a variant-aware class. | ||||
VariantPluginCollection | class | Drupal\ctools\Plugin | src/ |
Provides a collection of variants plugins. | 1 |
Pagination
- Previous page
- Page 2
- Next page