Search for __get

  1. Search 7.x for __get
  2. Search 8.9.x for __get
  3. Search 10.3.x for __get
  4. Search 11.x for __get
  5. Other projects
Title Object type File name Summary
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.
MediaUiFunctionalTest::providerTestMediaReferenceWidget function core/modules/media/tests/src/Functional/MediaUiFunctionalTest.php Data provider for testMediaReferenceWidget().
MediaUiFunctionalTest::testMediaReferenceWidget function core/modules/media/tests/src/Functional/MediaUiFunctionalTest.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.
media_field_widget_complete_form_alter function core/modules/media/media.module Implements hook_field_widget_complete_form_alter().
media_field_widget_single_element_form_alter function core/modules/media/media.module Implements hook_field_widget_single_element_form_alter().
media_library.opener.field_widget service core/modules/media_library/media_library.services.yml Drupal\media_library\MediaLibraryFieldWidgetOpener
media_library_test_field_widget_info_alter function core/modules/media_library/tests/modules/media_library_test/media_library_test.module Implements hook_field_widget_info_alter().
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.
MemoryBackend::getRequestTime function core/lib/Drupal/Core/Cache/MemoryBackend.php Wrapper method for REQUEST_TIME constant.
MemoryBackendFactory::get function core/lib/Drupal/Core/Cache/MemoryBackendFactory.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/KeyValueStore/MemoryStorageTest.php Tests the key-value memory storage.
MemoryStorageTest class core/tests/Drupal/KernelTests/Core/Config/Storage/MemoryStorageTest.php Tests MemoryStorage operations.
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
MemoryStorageTest::insert function core/tests/Drupal/KernelTests/Core/Config/Storage/MemoryStorageTest.php
MemoryStorageTest::read function core/tests/Drupal/KernelTests/Core/Config/Storage/MemoryStorageTest.php
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
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.
MenuActiveTrail::doGetActiveTrailIds function core/lib/Drupal/Core/Menu/MenuActiveTrail.php Helper method for ::getActiveTrailIds().
MenuActiveTrail::getActiveLink function core/lib/Drupal/Core/Menu/MenuActiveTrail.php Fetches a menu link which matches the route name, parameters and menu name.

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