Search for Id

  1. Search 7.x for Id
  2. Search 8.9.x for Id
  3. Search 10.3.x for Id
  4. Search 11.x for Id
  5. Other projects
Title Object type File name Summary
MediaType::$id property core/modules/media/src/Entity/MediaType.php The machine name of this media type.
MediaTypeForm::validateForm function core/modules/media/src/MediaTypeForm.php Form validation handler.
MediaTypeResourceTestBase::$entityTypeId property core/modules/media/tests/src/Functional/Rest/MediaTypeResourceTestBase.php The tested entity type.
MediaTypeTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/MediaTypeTest.php The tested entity type.
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.
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_filter_format_edit_form_validate function core/modules/media/media.module Validate callback to ensure filter order and allowed_html are compatible.
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
media_post_update_modify_base_field_author_override function core/modules/media/media.post_update.php Updates stale references to Drupal\media\Entity\Media::getCurrentUserId.
Memory::$idSequence property core/lib/Drupal/Core/Queue/Memory.php Counter for item ids.
MemoryBackend::invalidate function core/lib/Drupal/Core/Cache/MemoryBackend.php Marks a cache item as invalid.
MemoryBackend::invalidateAll function core/lib/Drupal/Core/Cache/MemoryBackend.php Marks all cache items as invalid.
MemoryBackend::invalidateMultiple function core/lib/Drupal/Core/Cache/MemoryBackend.php Marks cache items as invalid.
MemoryBackend::invalidateTags function core/lib/Drupal/Core/Cache/MemoryBackend.php Marks cache items with any of the specified tags as invalid.
MemoryStorageTest::testInvalidStorage function core/tests/Drupal/KernelTests/Core/Config/Storage/MemoryStorageTest.php Tests an invalid storage.
menu-sidebar.css file core/themes/olivero/css/components/navigation/menu-sidebar.css Styles for menu placed in sidebar region.
menu-sidebar.pcss.css file core/themes/olivero/css/components/navigation/menu-sidebar.pcss.css Styles for menu placed in sidebar region.
Menu::$id property core/modules/system/src/Entity/Menu.php The menu machine name.
Menu::getIds function core/modules/system/src/Plugin/migrate/source/Menu.php Defines the source fields uniquely identifying a source row.
MenuAccessControlHandlerTest::testAccessProvider function core/modules/system/tests/src/Kernel/MenuAccessControlHandlerTest.php
MenuActiveTrail::doGetActiveTrailIds function core/lib/Drupal/Core/Menu/MenuActiveTrail.php Helper method for ::getActiveTrailIds().
MenuActiveTrail::getActiveTrailIds function core/lib/Drupal/Core/Menu/MenuActiveTrail.php This implementation caches all active trail IDs per route match for *all*
menus whose active trails are calculated on that page. This ensures 1 cache
get for all active trails per page load, rather than N.
MenuActiveTrail::getCid function core/lib/Drupal/Core/Menu/MenuActiveTrail.php
MenuActiveTrailInterface::getActiveTrailIds function core/lib/Drupal/Core/Menu/MenuActiveTrailInterface.php Gets the active trail IDs of the specified menu tree.
MenuActiveTrailTest::provider function core/tests/Drupal/Tests/Core/Menu/MenuActiveTrailTest.php Provides test data for all test methods.
MenuActiveTrailTest::testGetActiveTrailIds function core/tests/Drupal/Tests/Core/Menu/MenuActiveTrailTest.php Tests getActiveTrailIds().
MenuActiveTrailTest::testGetCid function core/tests/Drupal/Tests/Core/Menu/MenuActiveTrailTest.php Tests getCid()
MenuLink::getIds function core/modules/menu_link_content/src/Plugin/migrate/source/MenuLink.php Defines the source fields uniquely identifying a source row.
MenuLinkBase::$overrideAllowed property core/lib/Drupal/Core/Menu/MenuLinkBase.php The list of definition values where an override is allowed.
MenuLinkBase::getProvider function core/lib/Drupal/Core/Menu/MenuLinkBase.php Returns the provider (module name) of the menu link.
MenuLinkContent::$entityIdsToLoad property core/modules/menu_link_content/src/Plugin/Menu/MenuLinkContent.php Entities IDs to load.
MenuLinkContent::$insidePlugin property core/modules/menu_link_content/src/Entity/MenuLinkContent.php A flag for whether this entity is wrapped in a plugin instance.
MenuLinkContent::$overrideAllowed property core/modules/menu_link_content/src/Plugin/Menu/MenuLinkContent.php The list of definition values where an override is allowed.
MenuLinkContent::getParentId function core/modules/menu_link_content/src/Entity/MenuLinkContent.php Gets the plugin ID of the parent menu link.
MenuLinkContent::getPluginId function core/modules/menu_link_content/src/Entity/MenuLinkContent.php Gets the menu plugin ID associated with this entity.
MenuLinkContent::getUuid function core/modules/menu_link_content/src/Plugin/Menu/MenuLinkContent.php Returns the unique ID representing the menu link.
MenuLinkContent::setInsidePlugin function core/modules/menu_link_content/src/Entity/MenuLinkContent.php Flags this instance as being wrapped in a menu link plugin instance.
MenuLinkContentForm::$pathValidator property core/modules/menu_link_content/src/Form/MenuLinkContentForm.php The path validator.
MenuLinkContentFormTest::testMenuLinkContentFormValidation function core/modules/menu_link_content/tests/src/Functional/MenuLinkContentFormTest.php Tests validation for the MenuLinkContentForm class.
MenuLinkContentInterface::getParentId function core/modules/menu_link_content/src/MenuLinkContentInterface.php Gets the plugin ID of the parent menu link.
MenuLinkContentInterface::getPluginId function core/modules/menu_link_content/src/MenuLinkContentInterface.php Gets the menu plugin ID associated with this entity.
MenuLinkContentInterface::setInsidePlugin function core/modules/menu_link_content/src/MenuLinkContentInterface.php Flags this instance as being wrapped in a menu link plugin instance.
MenuLinkContentResourceTestBase::$entityTypeId property core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentResourceTestBase.php The tested entity type.
MenuLinkContentStorage::getMenuLinkIdsWithPendingRevisions function core/modules/menu_link_content/src/MenuLinkContentStorage.php Gets a list of menu link IDs with pending revisions.
MenuLinkContentStorageInterface::getMenuLinkIdsWithPendingRevisions function core/modules/menu_link_content/src/MenuLinkContentStorageInterface.php Gets a list of menu link IDs with pending revisions.

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