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. Other projects
Title Object type File name Summary
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.
MemoryStorageTest.php file core/tests/Drupal/KernelTests/Core/Config/Storage/MemoryStorageTest.php
MemoryStorageTest.php file core/tests/Drupal/KernelTests/Core/KeyValueStore/MemoryStorageTest.php
MemoryStorageTest::delete function core/tests/Drupal/KernelTests/Core/Config/Storage/MemoryStorageTest.php Deletes configuration data from the storage.
MemoryStorageTest::insert function core/tests/Drupal/KernelTests/Core/Config/Storage/MemoryStorageTest.php Inserts configuration data in the storage.
MemoryStorageTest::read function core/tests/Drupal/KernelTests/Core/Config/Storage/MemoryStorageTest.php Reads configuration data from the storage.
MemoryStorageTest::register function core/tests/Drupal/KernelTests/Core/KeyValueStore/MemoryStorageTest.php Registers test-specific services.
MemoryStorageTest::setUp function core/tests/Drupal/KernelTests/Core/Config/Storage/MemoryStorageTest.php
MemoryStorageTest::testInvalidStorage function core/tests/Drupal/KernelTests/Core/Config/Storage/MemoryStorageTest.php Tests an invalid storage.
MemoryStorageTest::update function core/tests/Drupal/KernelTests/Core/Config/Storage/MemoryStorageTest.php Updates configuration data in the storage.
Menu::getDescription function core/modules/system/src/Entity/Menu.php Returns the description of the menu.
Menu::getIds function core/modules/system/src/Plugin/migrate/source/Menu.php Defines the source fields uniquely identifying a source row.
MenuAccessTest::drupalGet function core/modules/system/tests/src/Functional/Menu/MenuAccessTest.php Retrieves a Drupal path or an absolute path.
MenuActiveTrail::doGetActiveTrailIds function core/lib/Drupal/Core/Menu/MenuActiveTrail.php Helper method for ::getActiveTrailIds().

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