Search for media
- Search 7.x for media
- Search 9.5.x for media
- Search 10.3.x for media
- Search 11.x for media
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
ckeditor.drupalmedia.css | file | core/ |
Media embed: overrides to make focus styles and alignment work in CKEditor. |
CKEditorIntegrationTest::$media | property | core/ |
The media item to embed. |
CKEditorIntegrationTest::$media | property | core/ |
The sample Media entity to embed. |
CKEditorIntegrationTest::getDrupalMediaFromSource | function | core/ |
Parses the <drupal-media> element from CKEditor's "source" view. |
CKEditorIntegrationTest::testAllowedMediaTypes | function | core/ |
Tests the allowed media types setting on the MediaEmbed filter. |
CKEditorIntegrationTest::testOnlyDrupalMediaTagProcessed | function | core/ |
Tests that only <drupal-media> tags are processed. |
drupal-8.4.0-media_installed.php | file | core/ |
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/ |
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/ |
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/ |
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/ |
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/ |
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/ |
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/ |
Defines the "drupalmedia" plugin. |
DrupalMedia.php | file | core/ |
|
DrupalMedia::$moduleExtensionList | property | core/ |
The module extension list. |
DrupalMedia::create | function | core/ |
Creates an instance of the plugin. |
DrupalMedia::getConfig | function | core/ |
Returns the additions to CKEDITOR.config for a specific CKEditor instance. |
DrupalMedia::getCssFiles | function | core/ |
@todo Improve this in https://www.drupal.org/project/drupal/issues/3072063 |
DrupalMedia::getDependencies | function | core/ |
Returns a list of plugins this plugin requires. |
DrupalMedia::getFile | function | core/ |
Returns the Drupal root-relative file path to the plugin JavaScript file. |
DrupalMedia::getLibraries | function | core/ |
Returns a list of libraries this plugin requires. |
DrupalMedia::isEnabled | function | core/ |
Checks if this plugin should be enabled based on the editor configuration. |
DrupalMedia::isInternal | function | core/ |
Indicates if this plugin is part of the optimized CKEditor build. |
DrupalMedia::__construct | function | core/ |
Constructs a new DrupalMedia plugin object. |
DrupalMediaLibrary | class | core/ |
Defines the "drupalmedialibrary" plugin. |
DrupalMediaLibrary.php | file | core/ |
|
DrupalMediaLibrary::$mediaTypeStorage | property | core/ |
The media type entity storage. |
DrupalMediaLibrary::$moduleExtensionList | property | core/ |
The module extension list. |
DrupalMediaLibrary::create | function | core/ |
Creates an instance of the plugin. |
DrupalMediaLibrary::getButtons | function | core/ |
Returns the buttons that this plugin provides, along with metadata. |
DrupalMediaLibrary::getConfig | function | core/ |
Returns the additions to CKEDITOR.config for a specific CKEditor instance. |
DrupalMediaLibrary::getDependencies | function | core/ |
Returns a list of plugins this plugin requires. |
DrupalMediaLibrary::getFile | function | core/ |
Returns the Drupal root-relative file path to the plugin JavaScript file. |
DrupalMediaLibrary::getLibraries | function | core/ |
Returns a list of libraries this plugin requires. |
DrupalMediaLibrary::isInternal | function | core/ |
Indicates if this plugin is part of the optimized CKEditor build. |
DrupalMediaLibrary::__construct | function | core/ |
Constructs a new DrupalMediaLibrary plugin object. |
media--media-library.html.twig | file | core/ |
Theme override of a media item in the media library. |
MediaDeleteMultipleConfirmForm | class | core/ |
Provides a confirmation form to delete multiple media items at once. |
MediaDeleteMultipleConfirmForm.php | file | core/ |
|
MediaDeleteMultipleConfirmForm::$mediaItems | property | core/ |
The array of media items to delete, indexed by ID and language. |
MediaDeleteMultipleConfirmForm::$storage | property | core/ |
The entity storage. |
MediaDeleteMultipleConfirmForm::$tempStoreFactory | property | core/ |
The tempstore factory. |
MediaDeleteMultipleConfirmForm::buildForm | function | core/ |
@todo Change to trait or base class when #2843395 is done. |
MediaDeleteMultipleConfirmForm::create | function | core/ |
Instantiates a new instance of this class. |
MediaDeleteMultipleConfirmForm::getCancelUrl | function | core/ |
Returns the route to go to if the user cancels the action. |
MediaDeleteMultipleConfirmForm::getConfirmText | function | core/ |
Returns a caption for the button that confirms the action. |
MediaDeleteMultipleConfirmForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
MediaDeleteMultipleConfirmForm::getQuestion | function | core/ |
Returns the question to ask the user. |
MediaDeleteMultipleConfirmForm::submitForm | function | core/ |
@todo Change to trait or base class when #2843395 is done. |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.