class ExtendedTestParagraphsWidget in Paragraphs Features 2.x
Same name and namespace in other branches
- 8 tests/modules/paragraphs_features_test/src/Plugin/Field/FieldWidget/ExtendedTestParagraphsWidget.php \Drupal\paragraphs_features_test\Plugin\Field\FieldWidget\ExtendedTestParagraphsWidget
Plugin for testing of extended experimental paragraphs widget.
Plugin annotation
@FieldWidget(
id = "extended_test_paragraphs",
label = @Translation("Extended Test Paragraphs EXPERIMENTAL"),
description = @Translation("An extended experimental paragraphs test widget."),
field_types = {
"entity_reference_revisions"
}
)
Hierarchy
- class \Drupal\paragraphs_features_test\Plugin\Field\FieldWidget\ExtendedTestParagraphsWidget extends \Drupal\paragraphs\Plugin\Field\FieldWidget\ParagraphsWidget
Expanded class hierarchy of ExtendedTestParagraphsWidget
File
- tests/
modules/ paragraphs_features_test/ src/ Plugin/ Field/ FieldWidget/ ExtendedTestParagraphsWidget.php, line 19
Namespace
Drupal\paragraphs_features_test\Plugin\Field\FieldWidgetView source
class ExtendedTestParagraphsWidget extends ParagraphsWidget {
}