You are here

Classes, traits, and interfaces in Entity Browser 8.2

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
Events final class Drupal\entity_browser\Events src/Events/Events.php Contains all events thrown by entity browser. 4
FieldWidgetConfigTest class Drupal\Tests\entity_browser\FunctionalJavascript tests/src/FunctionalJavascript/FieldWidgetConfigTest.php Tests the config UI for adding and editing entity browsers.
FieldWidgetDisplayBase abstract class Drupal\entity_browser src/FieldWidgetDisplayBase.php Base implementation for field widget display plugins. 3 3
FieldWidgetDisplayInterface interface Drupal\entity_browser src/FieldWidgetDisplayInterface.php Defines the interface for entity browser field widget display plugins. 1
FieldWidgetDisplayManager class Drupal\entity_browser src/FieldWidgetDisplayManager.php Manages entity browser field widget display plugins. 3 2
FieldWidgetDisplayTest class Drupal\Tests\entity_browser\Kernel\Plugin tests/src/Kernel/Plugin/FieldWidgetDisplayTest.php Tests field widget display plugins.
File class Drupal\entity_browser\Plugin\EntityBrowser\WidgetValidation src/Plugin/EntityBrowser/WidgetValidation/File.php Validates a file based on passed validators.
FileBrowserWidget class Drupal\entity_browser\Plugin\Field\FieldWidget src/Plugin/Field/FieldWidget/FileBrowserWidget.php Entity browser file widget.
FormElementTest class Drupal\Tests\entity_browser\Functional tests/src/Functional/FormElementTest.php Tests the entity browser form element.
FormElementTest class Drupal\entity_browser_test\Form tests/modules/entity_browser_test/src/Form/FormElementTest.php Provides a user login form. 1
IFrame class Drupal\entity_browser\Plugin\EntityBrowser\Display src/Plugin/EntityBrowser/Display/IFrame.php Presents entity browser in an iFrame. 1
ImageFieldTest class Drupal\Tests\entity_browser\FunctionalJavascript tests/src/FunctionalJavascript/ImageFieldTest.php Tests the image field widget.
ImageThumbnail class Drupal\entity_browser\Plugin\EntityBrowser\FieldWidgetDisplay src/Plugin/EntityBrowser/FieldWidgetDisplay/ImageThumbnail.php Displays image thumbnail.
InlineEntityFormTest class Drupal\Tests\entity_browser\FunctionalJavascript tests/src/FunctionalJavascript/InlineEntityFormTest.php Test for integration of entity browser and inline entity form.
InlineEntityIntegrationTest class Drupal\entity_browser_entity_form\Tests modules/entity_form/src/Tests/InlineEntityIntegrationTest.php Tests integration with Inline entity form.
MediaImageUpload class Drupal\entity_browser\Plugin\EntityBrowser\Widget src/Plugin/EntityBrowser/Widget/MediaImageUpload.php Uses upload to create media images.
Modal class Drupal\entity_browser\Plugin\EntityBrowser\Display src/Plugin/EntityBrowser/Display/Modal.php Presents entity browser in an Modal.
MultipleSubmitTestWidget class Drupal\entity_browser_test\Plugin\EntityBrowser\Widget tests/modules/entity_browser_test/src/Plugin/EntityBrowser/Widget/MultipleSubmitTestWidget.php Test widget with multiple submit buttons for test purposes.
MultiStepDisplay class Drupal\entity_browser\Plugin\EntityBrowser\SelectionDisplay src/Plugin/EntityBrowser/SelectionDisplay/MultiStepDisplay.php Show current selection and delivers selected entities.
MultiStepSelectionDisplayTest class Drupal\Tests\entity_browser\FunctionalJavascript tests/src/FunctionalJavascript/MultiStepSelectionDisplayTest.php Test for multi_step_display selection display.
NoDisplay class Drupal\entity_browser\Plugin\EntityBrowser\SelectionDisplay src/Plugin/EntityBrowser/SelectionDisplay/NoDisplay.php Does not show current selection and immediately delivers selected entities.
PagerElementTest class Drupal\Tests\entity_browser\FunctionalJavascript tests/src/FunctionalJavascript/PagerElementTest.php Tests entity browser pager form element.
PagerTestWidget class Drupal\entity_browser_test\Plugin\EntityBrowser\Widget tests/modules/entity_browser_test/src/Plugin/EntityBrowser/Widget/PagerTestWidget.php Pager test widget implementation for test purposes.
ParagraphsTest class Drupal\Tests\entity_browser\FunctionalJavascript tests/src/FunctionalJavascript/ParagraphsTest.php Tests entity browser integration with paragraphs.
Permissions class Drupal\entity_browser src/Permissions.php Generates routes for entity browsers.
PluginConfigurationFormTrait trait Drupal\entity_browser src/PluginConfigurationFormTrait.php Provides base form methods for configurable plugins entity browser.
PluginsTest class Drupal\Tests\entity_browser\FunctionalJavascript tests/src/FunctionalJavascript/PluginsTest.php Tests the entity_browser plugins.
RegisterJSCallbacks class Drupal\entity_browser\Events src/Events/RegisterJSCallbacks.php Collects "selection completed" JS callbacks. 2
RenderedEntity class Drupal\entity_browser\Plugin\EntityBrowser\FieldWidgetDisplay src/Plugin/EntityBrowser/FieldWidgetDisplay/RenderedEntity.php Displays the fully rendered entity.
RouteSubscriber class Drupal\entity_browser src/RouteSubscriber.php Generates routes for entity browsers. 2
SearchApiSelectForm class Drupal\entity_browser\Plugin\views\field src/Plugin/views/field/SearchApiSelectForm.php Defines a bulk operation form element that works with entity browser.
SelectEntitiesCommand class Drupal\entity_browser\Ajax src/Ajax/SelectEntitiesCommand.php AJAX command to rerender a formatted text field without any transformation filters.
SelectForm class Drupal\entity_browser\Plugin\views\field src/Plugin/views/field/SelectForm.php Defines a bulk operation form element that works with entity browser. 1
SelectionDisplayBase abstract class Drupal\entity_browser src/SelectionDisplayBase.php Base implementation for selection display plugins. 3 3
SelectionDisplayInterface interface Drupal\entity_browser src/SelectionDisplayInterface.php Defines the interface for entity browser selection displays. 1 1
SelectionDisplayManager class Drupal\entity_browser src/SelectionDisplayManager.php Manages entity browser selection display plugins. 1 2
SelectionDoneEvent class Drupal\entity_browser\Events src/Events/SelectionDoneEvent.php Represents finished selection as event. 1
Single class Drupal\entity_browser\Plugin\EntityBrowser\WidgetSelector src/Plugin/EntityBrowser/WidgetSelector/Single.php Displays only first widget.
Standalone class Drupal\entity_browser\Plugin\EntityBrowser\Display src/Plugin/EntityBrowser/Display/Standalone.php Presents entity browser as a standalone form.
Tabs class Drupal\entity_browser\Plugin\EntityBrowser\WidgetSelector src/Plugin/EntityBrowser/WidgetSelector/Tabs.php Displays entity browser widgets as tabs.
Upload class Drupal\entity_browser\Plugin\EntityBrowser\Widget src/Plugin/EntityBrowser/Widget/Upload.php Adds an upload field browser's widget. 1 1
UploadWidgetTest class Drupal\Tests\entity_browser\FunctionalJavascript tests/src/FunctionalJavascript/UploadWidgetTest.php Tests the Upload Widget.
ValueUpdatedCommand class Drupal\entity_browser\Ajax src/Ajax/ValueUpdatedCommand.php AJAX command to refresh an entity_browser_entity_reference field widget. 1
View class Drupal\entity_browser\Plugin\EntityBrowser\Widget src/Plugin/EntityBrowser/Widget/View.php Uses a view to provide entity listing in a browser's widget.
View class Drupal\entity_browser\Plugin\EntityBrowser\SelectionDisplay src/Plugin/EntityBrowser/SelectionDisplay/View.php Displays current selection in a View.
WidgetBase abstract class Drupal\entity_browser src/WidgetBase.php Base class for widget plugins. 6 6
WidgetInterface interface Drupal\entity_browser src/WidgetInterface.php Defines the interface for entity browser widgets. 1 2
WidgetManager class Drupal\entity_browser src/WidgetManager.php Manages entity browser widget plugins. 2 2
WidgetsCollection class Drupal\entity_browser src/WidgetsCollection.php A collection of entity browser widgets. 1
WidgetsConfig class Drupal\entity_browser\Form src/Form/WidgetsConfig.php Form for configuring widgets for entity browser.

Pages

Other projects