Search for media

  1. Search 7.x for media
  2. Search 9.5.x for media
  3. Search 10.3.x for media
  4. Search 11.x for media
  5. Other projects
Title Object type File name Summary
ckeditor.drupalmedia.css file core/modules/media/css/plugins/drupalmedia/ckeditor.drupalmedia.css Media embed: overrides to make focus styles and alignment work in CKEditor.
CKEditorIntegrationTest::$media property core/modules/media_library/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php The media item to embed.
CKEditorIntegrationTest::$media property core/modules/media/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php The sample Media entity to embed.
CKEditorIntegrationTest::getDrupalMediaFromSource function core/modules/media/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php Parses the <drupal-media> element from CKEditor's "source" view.
CKEditorIntegrationTest::testAllowedMediaTypes function core/modules/media_library/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php Tests the allowed media types setting on the MediaEmbed filter.
CKEditorIntegrationTest::testOnlyDrupalMediaTagProcessed function core/modules/media/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php Tests that only <drupal-media> tags are processed.
drupal-8.4.0-media_installed.php file core/modules/media/tests/fixtures/update/drupal-8.4.0-media_installed.php Contains database additions to drupal-8.4.0.bare.standard.php.gz for testing
the upgrade paths of media module.
drupal-8.7.2-media_library_installed.php file core/modules/media_library/tests/fixtures/update/drupal-8.7.2-media_library_installed.php Contains database additions to drupal-8.4.0-media_installed.php for testing
the upgrade paths of the media library module from Drupal 8.7.2.
drupal-8.8.x-media_library-update-views-classnames-3049943.php file core/modules/media_library/tests/fixtures/update/drupal-8.8.x-media_library-update-views-classnames-3049943.php Contains database additions to drupal-8.4.0-media_installed.php for testing
the addition of BEM classes to the media library views config.
drupal-8.media-add-additional-permissions.php file core/modules/media/tests/fixtures/update/drupal-8.media-add-additional-permissions.php Contains database additions to drupal-8.4.0.bare.standard.php.gz for testing
the upgrade path of https://www.drupal.org/node/2862422.
drupal-8.media_library-update-form-view-displays-2988433.php file core/modules/media_library/tests/fixtures/update/drupal-8.media_library-update-form-view-displays-2988433.php Contains database additions to drupal-8.bare.standard.php.gz for testing
the upgrade paths of the media library module form and view displays.
drupal-8.media_library-update-view-table-display-2981044.php file core/modules/media_library/tests/fixtures/update/drupal-8.media_library-update-view-table-display-2981044.php Contains database additions to drupal-8.bare.standard.php.gz for testing
the upgrade paths of the media library module view.
drupal-8.media_library-update-widget-view-3020716.php file core/modules/media_library/tests/fixtures/update/drupal-8.media_library-update-widget-view-3020716.php Contains database additions to drupal-8.bare.standard.php.gz for testing
the upgrade paths of the media library module widget view.
DrupalMedia class core/modules/media/src/Plugin/CKEditorPlugin/DrupalMedia.php Defines the "drupalmedia" plugin.
DrupalMedia.php file core/modules/media/src/Plugin/CKEditorPlugin/DrupalMedia.php
DrupalMedia::$moduleExtensionList property core/modules/media/src/Plugin/CKEditorPlugin/DrupalMedia.php The module extension list.
DrupalMedia::create function core/modules/media/src/Plugin/CKEditorPlugin/DrupalMedia.php Creates an instance of the plugin.
DrupalMedia::getConfig function core/modules/media/src/Plugin/CKEditorPlugin/DrupalMedia.php Returns the additions to CKEDITOR.config for a specific CKEditor instance.
DrupalMedia::getCssFiles function core/modules/media/src/Plugin/CKEditorPlugin/DrupalMedia.php @todo Improve this in https://www.drupal.org/project/drupal/issues/3072063
DrupalMedia::getDependencies function core/modules/media/src/Plugin/CKEditorPlugin/DrupalMedia.php Returns a list of plugins this plugin requires.
DrupalMedia::getFile function core/modules/media/src/Plugin/CKEditorPlugin/DrupalMedia.php Returns the Drupal root-relative file path to the plugin JavaScript file.
DrupalMedia::getLibraries function core/modules/media/src/Plugin/CKEditorPlugin/DrupalMedia.php Returns a list of libraries this plugin requires.
DrupalMedia::isEnabled function core/modules/media/src/Plugin/CKEditorPlugin/DrupalMedia.php Checks if this plugin should be enabled based on the editor configuration.
DrupalMedia::isInternal function core/modules/media/src/Plugin/CKEditorPlugin/DrupalMedia.php Indicates if this plugin is part of the optimized CKEditor build.
DrupalMedia::__construct function core/modules/media/src/Plugin/CKEditorPlugin/DrupalMedia.php Constructs a new DrupalMedia plugin object.
DrupalMediaLibrary class core/modules/media_library/src/Plugin/CKEditorPlugin/DrupalMediaLibrary.php Defines the "drupalmedialibrary" plugin.
DrupalMediaLibrary.php file core/modules/media_library/src/Plugin/CKEditorPlugin/DrupalMediaLibrary.php
DrupalMediaLibrary::$mediaTypeStorage property core/modules/media_library/src/Plugin/CKEditorPlugin/DrupalMediaLibrary.php The media type entity storage.
DrupalMediaLibrary::$moduleExtensionList property core/modules/media_library/src/Plugin/CKEditorPlugin/DrupalMediaLibrary.php The module extension list.
DrupalMediaLibrary::create function core/modules/media_library/src/Plugin/CKEditorPlugin/DrupalMediaLibrary.php Creates an instance of the plugin.
DrupalMediaLibrary::getButtons function core/modules/media_library/src/Plugin/CKEditorPlugin/DrupalMediaLibrary.php Returns the buttons that this plugin provides, along with metadata.
DrupalMediaLibrary::getConfig function core/modules/media_library/src/Plugin/CKEditorPlugin/DrupalMediaLibrary.php Returns the additions to CKEDITOR.config for a specific CKEditor instance.
DrupalMediaLibrary::getDependencies function core/modules/media_library/src/Plugin/CKEditorPlugin/DrupalMediaLibrary.php Returns a list of plugins this plugin requires.
DrupalMediaLibrary::getFile function core/modules/media_library/src/Plugin/CKEditorPlugin/DrupalMediaLibrary.php Returns the Drupal root-relative file path to the plugin JavaScript file.
DrupalMediaLibrary::getLibraries function core/modules/media_library/src/Plugin/CKEditorPlugin/DrupalMediaLibrary.php Returns a list of libraries this plugin requires.
DrupalMediaLibrary::isInternal function core/modules/media_library/src/Plugin/CKEditorPlugin/DrupalMediaLibrary.php Indicates if this plugin is part of the optimized CKEditor build.
DrupalMediaLibrary::__construct function core/modules/media_library/src/Plugin/CKEditorPlugin/DrupalMediaLibrary.php Constructs a new DrupalMediaLibrary plugin object.
media--media-library.html.twig file core/themes/claro/templates/classy/media-library/media--media-library.html.twig Theme override of a media item in the media library.
MediaDeleteMultipleConfirmForm class core/modules/media/src/Form/MediaDeleteMultipleConfirmForm.php Provides a confirmation form to delete multiple media items at once.
MediaDeleteMultipleConfirmForm.php file core/modules/media/src/Form/MediaDeleteMultipleConfirmForm.php
MediaDeleteMultipleConfirmForm::$mediaItems property core/modules/media/src/Form/MediaDeleteMultipleConfirmForm.php The array of media items to delete, indexed by ID and language.
MediaDeleteMultipleConfirmForm::$storage property core/modules/media/src/Form/MediaDeleteMultipleConfirmForm.php The entity storage.
MediaDeleteMultipleConfirmForm::$tempStoreFactory property core/modules/media/src/Form/MediaDeleteMultipleConfirmForm.php The tempstore factory.
MediaDeleteMultipleConfirmForm::buildForm function core/modules/media/src/Form/MediaDeleteMultipleConfirmForm.php @todo Change to trait or base class when #2843395 is done.
MediaDeleteMultipleConfirmForm::create function core/modules/media/src/Form/MediaDeleteMultipleConfirmForm.php Instantiates a new instance of this class.
MediaDeleteMultipleConfirmForm::getCancelUrl function core/modules/media/src/Form/MediaDeleteMultipleConfirmForm.php Returns the route to go to if the user cancels the action.
MediaDeleteMultipleConfirmForm::getConfirmText function core/modules/media/src/Form/MediaDeleteMultipleConfirmForm.php Returns a caption for the button that confirms the action.
MediaDeleteMultipleConfirmForm::getFormId function core/modules/media/src/Form/MediaDeleteMultipleConfirmForm.php Returns a unique string identifying the form.
MediaDeleteMultipleConfirmForm::getQuestion function core/modules/media/src/Form/MediaDeleteMultipleConfirmForm.php Returns the question to ask the user.
MediaDeleteMultipleConfirmForm::submitForm function core/modules/media/src/Form/MediaDeleteMultipleConfirmForm.php @todo Change to trait or base class when #2843395 is done.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.