You are here

Classes, traits, and interfaces in Video Embed Field 8.2

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
AdminUserTrait trait Drupal\Tests\video_embed_field\Functional tests/src/Functional/AdminUserTrait.php Create admin users. 2
AutoplayPermissionTest class Drupal\Tests\video_embed_field\Functional tests/src/Functional/AutoplayPermissionTest.php Test the autoplay permission works.
BundleTest class Drupal\Tests\video_embed_media\Functional modules/video_embed_media/tests/src/Functional/BundleTest.php Test the video_embed_field media integration.
Colorbox class Drupal\video_embed_field\Plugin\Field\FieldFormatter src/Plugin/Field/FieldFormatter/Colorbox.php Plugin implementation of the thumbnail field formatter.
ColorboxFormatterTest class Drupal\Tests\video_embed_field\FunctionalJavascript tests/src/FunctionalJavascript/ColorboxFormatterTest.php Test the colorbox formatter.
ConstraintTest class Drupal\Tests\video_embed_field\Kernel tests/src/Kernel/ConstraintTest.php Test for the video embed constraint.
DefaultNameTest class Drupal\Tests\video_embed_media\Kernel modules/video_embed_media/tests/src/Kernel/DefaultNameTest.php Test the media bundle default names.
Drupal6EmfieldMigrationTest class Drupal\Tests\video_embed_field\Kernel tests/src/Kernel/Drupal6EmfieldMigrationTest.php Test the Drupal 6 emfield migration.
Drupal7MigrationTest class Drupal\Tests\video_embed_field\Kernel tests/src/Kernel/Drupal7MigrationTest.php Test the Drupal 7 to 8 video_embed_field migration.
EmbedDialogTest class Drupal\Tests\video_embed_wysiwyg\FunctionalJavascript modules/video_embed_wysiwyg/tests/src/FunctionalJavascript/EmbedDialogTest.php Test the dialog form.
EmvideoField class Drupal\video_embed_field\Plugin\migrate\field src/Plugin/migrate/field/EmvideoField.php Plugin to migrate from the Drupal 6 emfield module.
EntityDisplaySetupTrait trait Drupal\Tests\video_embed_field\Functional tests/src/Functional/EntityDisplaySetupTrait.php A trait for manipulating entity display. 2
EntityLoadTrait trait Drupal\Tests\video_embed_field\Kernel tests/src/Kernel/EntityLoadTrait.php Test helpers for loading entities for tests.
FieldConfigurationTest class Drupal\Tests\video_embed_field\Functional tests/src/Functional/FieldConfigurationTest.php Integration test for the field configuration form.
FieldOutputTest class Drupal\Tests\video_embed_field\Kernel tests/src/Kernel/FieldOutputTest.php Test the embed field formatters are functioning.
FilterInUse class Drupal\video_embed_wysiwyg\Access modules/video_embed_wysiwyg/src/Access/FilterInUse.php An access check to ensure the form can be used only if the filter is enabled. 2
FilterTest class Drupal\Tests\video_embed_wysiwyg\Kernel modules/video_embed_wysiwyg/tests/src/Kernel/FilterTest.php A test for the filter.
FormatterConfigurationTest class Drupal\Tests\video_embed_field\Functional tests/src/Functional/FormatterConfigurationTest.php Tests the field formatter configuration forms.
FormatterDependenciesTest class Drupal\Tests\video_embed_field\Kernel tests/src/Kernel/FormatterDependenciesTest.php Test the configuration dependencies are created correctly.
InstallationTest class Drupal\Tests\video_embed_field\Functional tests/src/Functional/InstallationTest.php Test the modules install and uninstall cleanly.
KernelTestBase abstract class Drupal\Tests\video_embed_field\Kernel tests/src/Kernel/KernelTestBase.php A kernel test base. 5 1
LazyLoad class Drupal\video_embed_field\Plugin\Field\FieldFormatter src/Plugin/Field/FieldFormatter/LazyLoad.php Plugin implementation of the thumbnail field formatter.
LazyLoadFormatterTest class Drupal\Tests\video_embed_field\FunctionalJavascript tests/src/FunctionalJavascript/LazyLoadFormatterTest.php Test the lazy load formatter.
MockHttpClient class Drupal\Tests\video_embed_field\Kernel tests/src/Kernel/MockHttpClient.php An exceptional HTTP client mock. 1
MockProvider class Drupal\video_embed_field_mock_provider\Plugin\video_embed_field\Provider tests/modules/video_embed_field_mock_provider/src/Plugin/video_embed_field/Provider/MockProvider.php A mock video provider for use in tests.
oEmbedUpdateTest class Drupal\Tests\vem_embed_media\Functional modules/video_embed_media/modules/vem_migrate_oembed/tests/src/Functional/oEmbedUpdateTest.php Tests the VEM to OEmbed migration.
ProvidedFieldsTest class Drupal\Tests\video_embed_media\Kernel modules/video_embed_media/tests/src/Kernel/ProvidedFieldsTest.php Test the provided fields.
ProviderManager class Drupal\video_embed_field src/ProviderManager.php Gathers the provider plugins. 1 2
ProviderManagerInterface interface Drupal\video_embed_field src/ProviderManagerInterface.php Interface for the class that gathers the provider plugins. 1 5
ProviderManagerTest class Drupal\Tests\video_embed_field\Unit tests/src/Unit/ProviderManagerTest.php Tests the provider manager is working.
ProviderPluginBase abstract class Drupal\video_embed_field src/ProviderPluginBase.php A base for the provider plugins. 3 3
ProviderPluginInterface interface Drupal\video_embed_field src/ProviderPluginInterface.php Providers an interface for embed providers. 2 2
ProviderUrlParseTest class Drupal\Tests\video_embed_field\Unit tests/src/Unit/ProviderUrlParseTest.php Test that URL parsing for various providers is functioning.
StripWhitespaceTrait trait Drupal\Tests\video_embed_field\Kernel tests/src/Kernel/StripWhitespaceTrait.php Strip whitespace.
TextFormatConfigurationTest class Drupal\Tests\video_embed_wysiwyg\Functional modules/video_embed_wysiwyg/tests/src/Functional/TextFormatConfigurationTest.php Test the format configuration form.
Thumbnail class Drupal\video_embed_field\Plugin\Field\FieldFormatter src/Plugin/Field/FieldFormatter/Thumbnail.php Plugin implementation of the thumbnail field formatter. 2
VemCommands class Drupal\vem_migrate_oembed\Commands modules/video_embed_media/modules/vem_migrate_oembed/src/Commands/VemCommands.php A Drush commandfile. 2
VemMigrate class Drupal\vem_migrate_oembed modules/video_embed_media/modules/vem_migrate_oembed/src/VemMigrate.php Class VemMigrate. 1 2
Video class Drupal\video_embed_field\Plugin\Field\FieldFormatter src/Plugin/Field/FieldFormatter/Video.php Plugin implementation of the video field formatter. 3
VideoEmbedConstraint class Drupal\video_embed_field\Plugin\Validation\Constraint src/Plugin/Validation/Constraint/VideoEmbedConstraint.php Validation constraint for the video embed field. 1
VideoEmbedConstraintValidator class Drupal\video_embed_field\Plugin\Validation\Constraint src/Plugin/Validation/Constraint/VideoEmbedConstraintValidator.php Validates the video embed providers.
VideoEmbedDialog class Drupal\video_embed_wysiwyg\Form modules/video_embed_wysiwyg/src/Form/VideoEmbedDialog.php A class for a video embed dialog. 1
VideoEmbedField class Drupal\video_embed_field\Plugin\Field\FieldType src/Plugin/Field/FieldType/VideoEmbedField.php Plugin implementation of the video_embed_field field type.
VideoEmbedField class Drupal\video_embed_field\Plugin\migrate\field src/Plugin/migrate/field/VideoEmbedField.php Plugin to migrate from the Drupal 7 video_embed_field module.
VideoEmbedField class Drupal\video_embed_media\Plugin\media\Source modules/video_embed_media/src/Plugin/media/Source/VideoEmbedField.php Provides media source plugin for video embed field.
VideoEmbedIFrame class Drupal\video_embed_field\Element src/Element/VideoEmbedIFrame.php Providers an element design for embedding iframes.
VideoEmbedIFrameTest class Drupal\Tests\video_embed_field\Kernel tests/src/Kernel/VideoEmbedIFrameTest.php Test that the iframe element works.
VideoEmbedProvider class Drupal\video_embed_field\Annotation src/Annotation/VideoEmbedProvider.php Defines a VideoEmbedProvider item annotation object.
VideoEmbedWysiwyg class Drupal\video_embed_wysiwyg\Plugin\Filter modules/video_embed_wysiwyg/src/Plugin/Filter/VideoEmbedWysiwyg.php The filter to turn tokens inserted into the WYSIWYG into videos.
VideoEmbedWysiwyg class Drupal\video_embed_wysiwyg\Plugin\CKEditorPlugin modules/video_embed_wysiwyg/src/Plugin/CKEditorPlugin/VideoEmbedWysiwyg.php The media_entity plugin for video_embed_field.

Pages

Other projects