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

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Media class core/modules/media/src/Entity/Media.php Defines the media entity class.
Media class core/modules/media/src/Plugin/views/wizard/Media.php Provides Views creation wizard for Media.

All search results

Title Object type File name Summary
MediaTypeForm::$entityDisplayRepository property core/modules/media/src/MediaTypeForm.php Entity display repository service.
MediaTypeForm::$entityFieldManager property core/modules/media/src/MediaTypeForm.php Entity field manager service.
MediaTypeForm::$sourceManager property core/modules/media/src/MediaTypeForm.php Media source plugin manager.
MediaTypeForm::actions function core/modules/media/src/MediaTypeForm.php Returns an array of supported actions for the current entity form.
MediaTypeForm::ajaxHandlerData function core/modules/media/src/MediaTypeForm.php Ajax callback triggered by the type provider select element.
MediaTypeForm::create function core/modules/media/src/MediaTypeForm.php Instantiates a new instance of this class.
MediaTypeForm::form function core/modules/media/src/MediaTypeForm.php Gets the actual form array to be built.
MediaTypeForm::getSourceSubFormState function core/modules/media/src/MediaTypeForm.php Gets subform state for the media source configuration subform.
MediaTypeForm::getWorkflowOptions function core/modules/media/src/MediaTypeForm.php Prepares workflow options to be used in the 'checkboxes' form element.
MediaTypeForm::save function core/modules/media/src/MediaTypeForm.php Form submission handler for the 'save' action.
MediaTypeForm::submitForm function core/modules/media/src/MediaTypeForm.php This is the default entity object builder function. It is called before any
other submit handler to build the new entity object to be used by the
following submit handlers. At this point of the form workflow the entity is
validated and the form state…
MediaTypeForm::validateForm function core/modules/media/src/MediaTypeForm.php Form validation handler.
MediaTypeForm::__construct function core/modules/media/src/MediaTypeForm.php Constructs a new class instance.
MediaTypeHalJsonAnonTest class core/modules/media/tests/src/Functional/Hal/MediaTypeHalJsonAnonTest.php @group hal
MediaTypeHalJsonAnonTest.php file core/modules/media/tests/src/Functional/Hal/MediaTypeHalJsonAnonTest.php
MediaTypeHalJsonAnonTest::$defaultTheme property core/modules/media/tests/src/Functional/Hal/MediaTypeHalJsonAnonTest.php The theme to install as the default for testing.
MediaTypeHalJsonAnonTest::$format property core/modules/media/tests/src/Functional/Hal/MediaTypeHalJsonAnonTest.php The format to use in this test.
MediaTypeHalJsonAnonTest::$mimeType property core/modules/media/tests/src/Functional/Hal/MediaTypeHalJsonAnonTest.php The MIME type that corresponds to $format.
MediaTypeHalJsonAnonTest::$modules property core/modules/media/tests/src/Functional/Hal/MediaTypeHalJsonAnonTest.php Modules to install.
MediaTypeHalJsonBasicAuthTest class core/modules/media/tests/src/Functional/Hal/MediaTypeHalJsonBasicAuthTest.php @group hal
MediaTypeHalJsonBasicAuthTest.php file core/modules/media/tests/src/Functional/Hal/MediaTypeHalJsonBasicAuthTest.php
MediaTypeHalJsonBasicAuthTest::$auth property core/modules/media/tests/src/Functional/Hal/MediaTypeHalJsonBasicAuthTest.php The authentication mechanism to use in this test.
MediaTypeHalJsonBasicAuthTest::$defaultTheme property core/modules/media/tests/src/Functional/Hal/MediaTypeHalJsonBasicAuthTest.php The theme to install as the default for testing.
MediaTypeHalJsonBasicAuthTest::$format property core/modules/media/tests/src/Functional/Hal/MediaTypeHalJsonBasicAuthTest.php The format to use in this test.
MediaTypeHalJsonBasicAuthTest::$mimeType property core/modules/media/tests/src/Functional/Hal/MediaTypeHalJsonBasicAuthTest.php The MIME type that corresponds to $format.
MediaTypeHalJsonBasicAuthTest::$modules property core/modules/media/tests/src/Functional/Hal/MediaTypeHalJsonBasicAuthTest.php Modules to install.
MediaTypeHalJsonCookieTest class core/modules/media/tests/src/Functional/Hal/MediaTypeHalJsonCookieTest.php @group hal
MediaTypeHalJsonCookieTest.php file core/modules/media/tests/src/Functional/Hal/MediaTypeHalJsonCookieTest.php
MediaTypeHalJsonCookieTest::$auth property core/modules/media/tests/src/Functional/Hal/MediaTypeHalJsonCookieTest.php The authentication mechanism to use in this test.
MediaTypeHalJsonCookieTest::$defaultTheme property core/modules/media/tests/src/Functional/Hal/MediaTypeHalJsonCookieTest.php The theme to install as the default for testing.
MediaTypeHalJsonCookieTest::$format property core/modules/media/tests/src/Functional/Hal/MediaTypeHalJsonCookieTest.php The format to use in this test.
MediaTypeHalJsonCookieTest::$mimeType property core/modules/media/tests/src/Functional/Hal/MediaTypeHalJsonCookieTest.php The MIME type that corresponds to $format.
MediaTypeHalJsonCookieTest::$modules property core/modules/media/tests/src/Functional/Hal/MediaTypeHalJsonCookieTest.php Modules to install.
MediaTypeInterface interface core/modules/media/src/MediaTypeInterface.php Provides an interface defining a media type entity.
MediaTypeInterface.php file core/modules/media/src/MediaTypeInterface.php
MediaTypeInterface::getFieldMap function core/modules/media/src/MediaTypeInterface.php Returns the metadata field map.
MediaTypeInterface::getSource function core/modules/media/src/MediaTypeInterface.php Returns the media source plugin.
MediaTypeInterface::setFieldMap function core/modules/media/src/MediaTypeInterface.php Sets the metadata field map.
MediaTypeInterface::setNewRevision function core/modules/media/src/MediaTypeInterface.php Sets whether new revisions should be created by default.
MediaTypeInterface::setQueueThumbnailDownloadsStatus function core/modules/media/src/MediaTypeInterface.php Sets a flag to indicate that thumbnails should be downloaded via a queue.
MediaTypeInterface::thumbnailDownloadsAreQueued function core/modules/media/src/MediaTypeInterface.php Returns whether thumbnail downloads are queued.
MediaTypeJsonAnonTest class core/modules/media/tests/src/Functional/Rest/MediaTypeJsonAnonTest.php @group rest
MediaTypeJsonAnonTest.php file core/modules/media/tests/src/Functional/Rest/MediaTypeJsonAnonTest.php
MediaTypeJsonAnonTest::$defaultTheme property core/modules/media/tests/src/Functional/Rest/MediaTypeJsonAnonTest.php The theme to install as the default for testing.
MediaTypeJsonAnonTest::$format property core/modules/media/tests/src/Functional/Rest/MediaTypeJsonAnonTest.php The format to use in this test.
MediaTypeJsonAnonTest::$mimeType property core/modules/media/tests/src/Functional/Rest/MediaTypeJsonAnonTest.php The MIME type that corresponds to $format.
MediaTypeJsonBasicAuthTest class core/modules/media/tests/src/Functional/Rest/MediaTypeJsonBasicAuthTest.php @group rest
MediaTypeJsonBasicAuthTest.php file core/modules/media/tests/src/Functional/Rest/MediaTypeJsonBasicAuthTest.php
MediaTypeJsonBasicAuthTest::$auth property core/modules/media/tests/src/Functional/Rest/MediaTypeJsonBasicAuthTest.php The authentication mechanism to use in this test.
MediaTypeJsonBasicAuthTest::$defaultTheme property core/modules/media/tests/src/Functional/Rest/MediaTypeJsonBasicAuthTest.php The theme to install as the default for testing.

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