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
AlterEntityBrowserDisplayData class Drupal\entity_browser\Events src/Events/AlterEntityBrowserDisplayData.php Allows data for an entity browser element to be altered. 2
Cardinality class Drupal\entity_browser\Plugin\EntityBrowser\WidgetValidation src/Plugin/EntityBrowser/WidgetValidation/Cardinality.php Validates that the widget returns the appropriate number of elements.
CardinalityTest class Drupal\Tests\entity_browser\FunctionalJavascript tests/src/FunctionalJavascript/CardinalityTest.php Tests the Cardinality handling.
ConfigAccessTest class Drupal\Tests\entity_browser\Functional tests/src/Functional/ConfigAccessTest.php Tests the config UI for adding and editing entity browsers.
ConfigurationTest class Drupal\Tests\entity_browser\FunctionalJavascript tests/src/FunctionalJavascript/ConfigurationTest.php Tests the config UI for adding and editing entity browsers.
ContextualBundle class Drupal\entity_browser\Plugin\views\filter src/Plugin/views/filter/ContextualBundle.php Filter class which allows filtering by entity bundles.
DisplayAjaxInterface interface Drupal\entity_browser src/DisplayAjaxInterface.php Defines the interface for entity browser displays. 1
DisplayBase abstract class Drupal\entity_browser src/DisplayBase.php Base implementation for display plugins. 2 3
DisplayInterface interface Drupal\entity_browser src/DisplayInterface.php Defines the interface for entity browser displays. 1 1
DisplayManager class Drupal\entity_browser src/DisplayManager.php Manages entity browser display plugins. 1 2
DisplayRouterInterface interface Drupal\entity_browser src/DisplayRouterInterface.php Defines an interface for displays that operate on routes. 2 3
DropDown class Drupal\entity_browser\Plugin\EntityBrowser\WidgetSelector src/Plugin/EntityBrowser/WidgetSelector/DropDown.php Displays widgets in a select list.
DummyCacheContext class Drupal\entity_browser_test\Cache\Context tests/modules/entity_browser_test/src/Cache/Context/DummyCacheContext.php Dummy cache context for Entity browser test purposes. 2
DummyWidget class Drupal\entity_browser_test\Plugin\EntityBrowser\Widget tests/modules/entity_browser_test/src/Plugin/EntityBrowser/Widget/DummyWidget.php Dummy widget implementation for test purposes.
EntityBrowser class Drupal\entity_browser\Plugin\views\display src/Plugin/views/display/EntityBrowser.php The plugin that handles entity browser display.
EntityBrowser class Drupal\entity_browser\Entity src/Entity/EntityBrowser.php Defines an entity browser configuration entity. 4
EntityBrowserController class Drupal\entity_browser\Controllers src/Controllers/EntityBrowserController.php Returns responses for entity browser routes.
EntityBrowserDeleteForm class Drupal\entity_browser\Form src/Form/EntityBrowserDeleteForm.php Delete confirm form for entity browsers.
EntityBrowserDisplay class Drupal\entity_browser\Annotation src/Annotation/EntityBrowserDisplay.php Defines an entity browser display annotation object.
EntityBrowserEditForm class Drupal\entity_browser\Form src/Form/EntityBrowserEditForm.php Class EntityBrowserEditForm.
EntityBrowserElement class Drupal\entity_browser\Element src/Element/EntityBrowserElement.php Provides an Entity Browser form element. 10
EntityBrowserExampleTest class Drupal\Tests\entity_browser_example\FunctionalJavascript modules/example/tests/src/FunctionalJavascript/EntityBrowserExampleTest.php Tests the Entity browser example module.
EntityBrowserFieldWidgetDisplay class Drupal\entity_browser\Annotation src/Annotation/EntityBrowserFieldWidgetDisplay.php Defines an entity browser field widget display annotation object.
EntityBrowserForm class Drupal\entity_browser\Form src/Form/EntityBrowserForm.php The entity browser form.
EntityBrowserFormController class Drupal\entity_browser\Controllers src/Controllers/EntityBrowserFormController.php Standalone entity browser page.
EntityBrowserFormInterface interface Drupal\entity_browser src/EntityBrowserFormInterface.php Provides an interface defining an entity browser form. 1 1
EntityBrowserInterface interface Drupal\entity_browser src/EntityBrowserInterface.php Provides an interface defining an entity browser entity. 1 3
EntityBrowserListBuilder class Drupal\entity_browser\Controllers src/Controllers/EntityBrowserListBuilder.php Provides a list controller for entity browser.
EntityBrowserPagerElement class Drupal\entity_browser\Element src/Element/EntityBrowserPagerElement.php Provides an Entity Browser pager form element. 1
EntityBrowserSelectionDisplay class Drupal\entity_browser\Annotation src/Annotation/EntityBrowserSelectionDisplay.php Defines an entity browser selection display annotation object.
EntityBrowserTest class Drupal\Tests\entity_browser\FunctionalJavascript tests/src/FunctionalJavascript/EntityBrowserTest.php Tests the entity_browser.
EntityBrowserTest class Drupal\Tests\entity_browser\Kernel\Extension tests/src/Kernel/Extension/EntityBrowserTest.php Tests the entity_browser config entity.
EntityBrowserUITest class Drupal\Tests\entity_browser\Functional tests/src/Functional/EntityBrowserUITest.php Tests the entity browser UI.
EntityBrowserUpdateHookTest class Drupal\Tests\entity_browser\Functional tests/src/Functional/EntityBrowserUpdateHookTest.php Tests the update hooks in entity_browser module.
EntityBrowserViewsWidgetTest class Drupal\Tests\entity_browser\FunctionalJavascript tests/src/FunctionalJavascript/EntityBrowserViewsWidgetTest.php Entity Browser views widget tests.
EntityBrowserWebDriverTestBase abstract class Drupal\Tests\entity_browser\FunctionalJavascript tests/src/FunctionalJavascript/EntityBrowserWebDriverTestBase.php Base class for Entity browser Javascript functional tests. 11
EntityBrowserWidget class Drupal\entity_browser\Annotation src/Annotation/EntityBrowserWidget.php Defines an entity browser widget annotation object.
EntityBrowserWidgetContext class Drupal\entity_browser\Plugin\views\argument_default src/Plugin/views/argument_default/EntityBrowserWidgetContext.php The entity browser widget context argument default handler.
EntityBrowserWidgetSelector class Drupal\entity_browser\Annotation src/Annotation/EntityBrowserWidgetSelector.php Defines an entity browser widget selector annotation object.
EntityBrowserWidgetValidation class Drupal\entity_browser\Annotation src/Annotation/EntityBrowserWidgetValidation.php Defines an entity browser widget validation annotation object.
EntityEmbedTest class Drupal\Tests\entity_browser\FunctionalJavascript tests/src/FunctionalJavascript/EntityEmbedTest.php Tests entity browser within entity embed.
EntityForm class Drupal\entity_browser_entity_form\Plugin\EntityBrowser\Widget modules/entity_form/src/Plugin/EntityBrowser/Widget/EntityForm.php Provides entity form widget.
EntityFormWidgetTest class Drupal\Tests\entity_browser_entity_form\FunctionalJavascript modules/entity_form/tests/src/FunctionalJavascript/EntityFormWidgetTest.php Class for Entity browser entity form Javascript functional tests.
EntityLabel class Drupal\entity_browser\Plugin\EntityBrowser\FieldWidgetDisplay src/Plugin/EntityBrowser/FieldWidgetDisplay/EntityLabel.php Displays a label of the entity.
EntityQueueTest class Drupal\Tests\entity_browser\FunctionalJavascript tests/src/FunctionalJavascript/EntityQueueTest.php Tests entity browser used to manipulate EntitySubqueue.
EntityReferenceBrowserWidget class Drupal\entity_browser\Plugin\Field\FieldWidget src/Plugin/Field/FieldWidget/EntityReferenceBrowserWidget.php Plugin implementation of the 'entity_reference' widget for entity browser. 1
EntityReferenceWidgetTest class Drupal\Tests\entity_browser\FunctionalJavascript tests/src/FunctionalJavascript/EntityReferenceWidgetTest.php Tests the Entity Reference Widget.
EntitySelectionEvent class Drupal\entity_browser\Events src/Events/EntitySelectionEvent.php Represents entity selection as event. 1
EntityType class Drupal\entity_browser\Plugin\EntityBrowser\WidgetValidation src/Plugin/EntityBrowser/WidgetValidation/EntityType.php Validates that each passed Entity is of the correct type.
EventBase class Drupal\entity_browser\Events src/Events/EventBase.php Base implementation of entity browser events. 4

Pages

Other projects