Search for media
- Search 7.x for media
- Search 8.9.x for media
- Search 10.3.x for media
- Search 11.x for media
- Other projects
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Media | class | core/ |
Defines the media entity class. |
Media | class | core/ |
Provides Views creation wizard for Media. |
Media | class | core/ |
CKEditor 5 Media plugin. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
core.entity_view_display.media.image.responsive_3x2.yml | file | core/ |
core/profiles/demo_umami/config/install/core.entity_view_display.media.image.responsive_3x2.yml |
core.entity_view_display.media.image.scale_crop_7_3_large.yml | file | core/ |
core/profiles/demo_umami/config/install/core.entity_view_display.media.image.scale_crop_7_3_large.yml |
core.entity_view_display.media.image.square.yml | file | core/ |
core/profiles/demo_umami/config/install/core.entity_view_display.media.image.square.yml |
core.entity_view_display.media.remote_video.default.yml | file | core/ |
core/profiles/demo_umami/config/install/core.entity_view_display.media.remote_video.default.yml |
core.entity_view_display.media.remote_video.default.yml | file | core/ |
core/profiles/standard/config/optional/core.entity_view_display.media.remote_video.default.yml |
core.entity_view_display.media.remote_video.media_library.yml | file | core/ |
core/profiles/standard/config/optional/core.entity_view_display.media.remote_video.media_library.yml |
core.entity_view_display.media.type_five.default.yml | file | core/ |
core/modules/media_library/tests/modules/media_library_test/config/install/core.entity_view_display.media.type_five.default.yml |
core.entity_view_display.media.type_one.default.yml | file | core/ |
core/modules/media_library/tests/modules/media_library_test/config/install/core.entity_view_display.media.type_one.default.yml |
core.entity_view_display.media.type_one.media_library.yml | file | core/ |
core/modules/media_library/tests/modules/media_library_test/config/install/core.entity_view_display.media.type_one.media_library.yml |
core.entity_view_display.media.type_three.default.yml | file | core/ |
core/modules/media_library/tests/modules/media_library_test/config/install/core.entity_view_display.media.type_three.default.yml |
core.entity_view_display.media.type_two.default.yml | file | core/ |
core/modules/media_library/tests/modules/media_library_test/config/install/core.entity_view_display.media.type_two.default.yml |
core.entity_view_display.media.type_two.media_library.yml | file | core/ |
core/modules/media_library/tests/modules/media_library_test/config/install/core.entity_view_display.media.type_two.media_library.yml |
core.entity_view_display.media.video.default.yml | file | core/ |
core/profiles/demo_umami/config/install/core.entity_view_display.media.video.default.yml |
core.entity_view_display.media.video.default.yml | file | core/ |
core/profiles/standard/config/optional/core.entity_view_display.media.video.default.yml |
core.entity_view_display.media.video.media_library.yml | file | core/ |
core/profiles/standard/config/optional/core.entity_view_display.media.video.media_library.yml |
core.entity_view_mode.media.full.yml | file | core/ |
core/modules/media/config/install/core.entity_view_mode.media.full.yml |
core.entity_view_mode.media.media_library.yml | file | core/ |
core/modules/media_library/config/install/core.entity_view_mode.media.media_library.yml |
core.entity_view_mode.media.medium_8_7.yml | file | core/ |
core/profiles/demo_umami/config/install/core.entity_view_mode.media.medium_8_7.yml |
core.entity_view_mode.media.responsive_3x2.yml | file | core/ |
core/profiles/demo_umami/config/install/core.entity_view_mode.media.responsive_3x2.yml |
core.entity_view_mode.media.scale_crop_7_3_large.yml | file | core/ |
core/profiles/demo_umami/config/install/core.entity_view_mode.media.scale_crop_7_3_large.yml |
core.entity_view_mode.media.square.yml | file | core/ |
core/profiles/demo_umami/config/install/core.entity_view_mode.media.square.yml |
core.media.html.twig | file | core/ |
--- label: 'Managing media' top_level: true related: - core.content_structure - field_ui.add_field - field_ui.reference_field - field_ui.manage_form - breakpoint.overview --- {% set content_structure_topic =… |
details--media-library-add-form-selected-media.html.twig | file | core/ |
Theme override for the "Additional selected media" area of the modal media library dialog. |
details--media-library-add-form-selected-media.html.twig | file | core/ |
Theme override for the "Additional selected media" area of the modal media library dialog. |
DrupalMedia | class | core/ |
Defines the "drupalmedia" plugin. |
drupalmedia.admin.css | file | core/ |
/* cspell:ignore medialibrary */ .ckeditor5-toolbar-button-drupalMedia { background-image: url(../icons/medialibrary.svg); } |
drupalmedia.css | file | core/ |
Styles for the Drupal Media in CKEditor 5. |
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. |
Pagination
- Previous page
- Page 3
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.