Search for __get

  1. Search 7.x for __get
  2. Search 9.5.x for __get
  3. Search 8.9.x for __get
  4. Search 10.3.x for __get
  5. Search 11.x for __get
  6. Other projects
Title Object type File name Summary
MediaThumbnailFormatter::getMediaThumbnailUrl function core/modules/media/src/Plugin/Field/FieldFormatter/MediaThumbnailFormatter.php Get the URL for the media thumbnail.
MediaTranslationUITest::getAdministratorPermissions function core/modules/media/tests/src/Functional/MediaTranslationUITest.php Returns an array of permissions needed for the administrator.
MediaTranslationUITest::getEditorPermissions function core/modules/media/tests/src/Functional/MediaTranslationUITest.php Returns an array of permissions needed for the editor.
MediaTranslationUITest::getNewEntityValues function core/modules/media/tests/src/Functional/MediaTranslationUITest.php Returns an array of entity field values to be tested.
MediaTranslationUITest::getTranslatorPermissions function core/modules/media/tests/src/Functional/MediaTranslationUITest.php Returns an array of permissions needed for the translator.
MediaType::getDescription function core/modules/media/src/Entity/MediaType.php Gets the entity description.
MediaType::getFieldMap function core/modules/media/src/Entity/MediaType.php Returns the metadata field map.
MediaType::getPluginCollections function core/modules/media/src/Entity/MediaType.php Gets the plugin collections used by this object.
MediaType::getSource function core/modules/media/src/Entity/MediaType.php Returns the media source plugin.
MediaType::getStatus function core/modules/media/src/Entity/MediaType.php
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.
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.
MediaTypeResourceTestBase::getExpectedNormalizedEntity function core/modules/media/tests/src/Functional/Rest/MediaTypeResourceTestBase.php Returns the expected normalization of the entity.
MediaTypeResourceTestBase::getNormalizedPostEntity function core/modules/media/tests/src/Functional/Rest/MediaTypeResourceTestBase.php Returns the normalized POST entity.
MediaTypeTest::getExpectedDocument function core/modules/jsonapi/tests/src/Functional/MediaTypeTest.php Returns the expected JSON:API document for the entity.
MediaTypeTest::getPostDocument function core/modules/jsonapi/tests/src/Functional/MediaTypeTest.php Returns the JSON:API POST document.
MediaUiReferenceWidgetTest class core/modules/media/tests/src/Functional/MediaUiReferenceWidgetTest.php Ensures that media UI works correctly.
MediaUiReferenceWidgetTest.php file core/modules/media/tests/src/Functional/MediaUiReferenceWidgetTest.php
MediaUiReferenceWidgetTest::$defaultTheme property core/modules/media/tests/src/Functional/MediaUiReferenceWidgetTest.php The theme to install as the default for testing.
MediaUiReferenceWidgetTest::$modules property core/modules/media/tests/src/Functional/MediaUiReferenceWidgetTest.php Modules to install.
MediaUiReferenceWidgetTest::assertHelpLink function core/modules/media/tests/src/Functional/MediaUiReferenceWidgetTest.php Asserts whether a given link is present.
MediaUiReferenceWidgetTest::assertHelpTexts function core/modules/media/tests/src/Functional/MediaUiReferenceWidgetTest.php Asserts that the given texts are present exactly once.
MediaUiReferenceWidgetTest::assertNoHelpLink function core/modules/media/tests/src/Functional/MediaUiReferenceWidgetTest.php Asserts that a given link is not present.
MediaUiReferenceWidgetTest::assertNoHelpTexts function core/modules/media/tests/src/Functional/MediaUiReferenceWidgetTest.php Asserts that none of the given texts are present.
MediaUiReferenceWidgetTest::providerTestMediaReferenceWidget function core/modules/media/tests/src/Functional/MediaUiReferenceWidgetTest.php Data provider for testMediaReferenceWidget().
MediaUiReferenceWidgetTest::setUp function core/modules/media/tests/src/Functional/MediaUiReferenceWidgetTest.php
MediaUiReferenceWidgetTest::testMediaReferenceWidget function core/modules/media/tests/src/Functional/MediaUiReferenceWidgetTest.php Tests the default autocomplete widgets for media reference fields.
MediaViewsData::getViewsData function core/modules/media/src/MediaViewsData.php Returns views data for the entity type.
MediaWithLinkTargetSelection class core/modules/media/src/Plugin/EntityReferenceSelection/MediaWithLinkTargetSelection.php Limits selection of media entities to those that have a link target.
MediaWithLinkTargetSelection.php file core/modules/media/src/Plugin/EntityReferenceSelection/MediaWithLinkTargetSelection.php
MediaWithLinkTargetSelection::buildEntityQuery function core/modules/media/src/Plugin/EntityReferenceSelection/MediaWithLinkTargetSelection.php Builds an EntityQuery to get referenceable entities.
media_library.opener.field_widget service core/modules/media_library/media_library.services.yml Drupal\media_library\MediaLibraryFieldWidgetOpener
media_library_test_widget.info.yml file core/modules/media_library/tests/modules/media_library_test_widget/media_library_test_widget.info.yml core/modules/media_library/tests/modules/media_library_test_widget/media_library_test_widget.info.yml
media_library_test_widget.schema.yml file core/modules/media_library/tests/modules/media_library_test_widget/config/schema/media_library_test_widget.schema.yml core/modules/media_library/tests/modules/media_library_test_widget/config/schema/media_library_test_widget.schema.yml
MemoryBackend::get function core/lib/Drupal/Core/Cache/MemoryBackend.php Returns data from the persistent cache.
MemoryBackend::getMultiple function core/lib/Drupal/Core/Cache/MemoryBackend.php Returns data from the persistent cache when given an array of cache IDs.
MemoryBackendFactory::get function core/lib/Drupal/Core/Cache/MemoryBackendFactory.php Gets a cache backend class for a given cache bin.
MemoryCacheFactory::get function core/lib/Drupal/Core/Cache/MemoryCache/MemoryCacheFactory.php Gets a cache backend class for a given cache bin.
MemoryCounterBackend::get function core/lib/Drupal/Core/Cache/MemoryCounterBackend.php Returns data from the persistent cache.
MemoryCounterBackend::getCounter function core/lib/Drupal/Core/Cache/MemoryCounterBackend.php Returns the call counter for the get, set and delete methods.
MemoryCounterBackendFactory::get function core/lib/Drupal/Core/Cache/MemoryCounterBackendFactory.php Gets a cache backend class for a given cache bin.
MemoryStorage::get function core/lib/Drupal/Core/KeyValueStore/MemoryStorage.php Returns the stored value for a given key.
MemoryStorage::getAll function core/lib/Drupal/Core/KeyValueStore/MemoryStorage.php Returns all stored key/value pairs in the collection.
MemoryStorage::getAllCollectionNames function core/lib/Drupal/Core/Config/MemoryStorage.php Gets the existing collections.
MemoryStorage::getCollectionName function core/lib/Drupal/Core/Config/MemoryStorage.php Gets the name of the current collection the storage is using.
MemoryStorage::getMultiple function core/lib/Drupal/Core/KeyValueStore/MemoryStorage.php Returns the stored key/value pairs for a given set of keys.
MemoryStorageTest class core/tests/Drupal/KernelTests/Core/Config/Storage/MemoryStorageTest.php Tests MemoryStorage operations.
MemoryStorageTest class core/tests/Drupal/KernelTests/Core/KeyValueStore/MemoryStorageTest.php Tests the key-value memory storage.

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