Search for ip

  1. Search 7.x for ip
  2. Search 9.5.x for ip
  3. Search 8.9.x for ip
  4. Search 10.3.x for ip
  5. Search 11.x for ip
  6. Other projects
Title Object type File name Summary
MediaUiJavascriptTest::$modules property core/modules/media/tests/src/FunctionalJavascript/MediaUiJavascriptTest.php Modules to install.
MediaUiJavascriptTest::$testMediaType property core/modules/media/tests/src/FunctionalJavascript/MediaUiJavascriptTest.php The test media type.
MediaUiJavascriptTest::setUp function core/modules/media/tests/src/FunctionalJavascript/MediaUiJavascriptTest.php
MediaUiJavascriptTest::testMediaTypes function core/modules/media/tests/src/FunctionalJavascript/MediaUiJavascriptTest.php Tests a media type administration.
MemoryBackend::deleteMultiple function core/lib/Drupal/Core/Cache/MemoryBackend.php Deletes multiple items from the 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::invalidateMultiple function core/lib/Drupal/Core/Cache/MemoryBackend.php Marks cache items as invalid.
MemoryBackend::setMultiple function core/lib/Drupal/Core/Cache/MemoryBackend.php Store multiple items in the persistent cache.
MemoryStorage::deleteMultiple function core/lib/Drupal/Core/KeyValueStore/MemoryStorage.php Deletes multiple items from the key/value store.
MemoryStorage::getMultiple function core/lib/Drupal/Core/KeyValueStore/MemoryStorage.php Returns the stored key/value pairs for a given set of keys.
MemoryStorage::readMultiple function core/lib/Drupal/Core/Config/MemoryStorage.php Reads configuration data from the storage.
MemoryStorage::setMultiple function core/lib/Drupal/Core/KeyValueStore/MemoryStorage.php Saves key/value pairs.
menu.default_tree_manipulators service core/core.services.yml Drupal\Core\Menu\DefaultMenuLinkTreeManipulators
Menu::$description property core/modules/system/src/Entity/Menu.php The menu description.
Menu::getDescription function core/modules/system/src/Entity/Menu.php Returns the description of the menu.
MenuDeleteForm::getDescription function core/modules/menu_ui/src/Form/MenuDeleteForm.php Returns additional text to display as a description.
MenuInterface::getDescription function core/modules/system/src/MenuInterface.php Returns the description of the menu.
MenuLinkContent::getDescription function core/modules/menu_link_content/src/Entity/MenuLinkContent.php Gets the description of the menu link for the UI.
MenuLinkContent::getDescription function core/modules/menu_link_content/src/Plugin/Menu/MenuLinkContent.php Returns the description of the menu link.
MenuLinkContentInterface::getDescription function core/modules/menu_link_content/src/MenuLinkContentInterface.php Gets the description of the menu link for the UI.
MenuLinkDefault::getDescription function core/lib/Drupal/Core/Menu/MenuLinkDefault.php Returns the description of the menu link.
MenuLinkInterface::getDescription function core/lib/Drupal/Core/Menu/MenuLinkInterface.php Returns the description of the menu link.
MenuLinkMock::getDescription function core/tests/Drupal/Tests/Core/Menu/MenuLinkMock.php Returns the description of the menu link.
MenuLinkResetForm::getDescription function core/modules/menu_ui/src/Form/MenuLinkResetForm.php Returns additional text to display as a description.
MenuRouterTest::doTestDescriptionMenuItems function core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php Tests menu item descriptions.
MenuTreeStorage::doDeleteMultiple function core/lib/Drupal/Core/Menu/MenuTreeStorage.php Purge menu links from the database.
MenuTreeStorage::loadFullMultiple function core/lib/Drupal/Core/Menu/MenuTreeStorage.php Loads all table fields for multiple menu link definitions by ID.
MenuTreeStorage::loadMultiple function core/lib/Drupal/Core/Menu/MenuTreeStorage.php Loads multiple plugin definitions from the storage.
MenuTreeStorage::purgeMultiple function core/lib/Drupal/Core/Menu/MenuTreeStorage.php Purges multiple menu links that no longer exist.
MenuTreeStorageInterface::loadMultiple function core/lib/Drupal/Core/Menu/MenuTreeStorageInterface.php Loads multiple plugin definitions from the storage.
MenuUiJavascriptTest class core/modules/menu_ui/tests/src/FunctionalJavascript/MenuUiJavascriptTest.php Tests custom menu and menu links operations using the UI.
MenuUiJavascriptTest.php file core/modules/menu_ui/tests/src/FunctionalJavascript/MenuUiJavascriptTest.php
MenuUiJavascriptTest::$defaultTheme property core/modules/menu_ui/tests/src/FunctionalJavascript/MenuUiJavascriptTest.php The theme to install as the default for testing.
MenuUiJavascriptTest::$modules property core/modules/menu_ui/tests/src/FunctionalJavascript/MenuUiJavascriptTest.php Modules to install.
MenuUiJavascriptTest::addCustomMenu function core/modules/menu_ui/tests/src/FunctionalJavascript/MenuUiJavascriptTest.php Creates a custom menu.
MenuUiJavascriptTest::addMenuLink function core/modules/menu_ui/tests/src/FunctionalJavascript/MenuUiJavascriptTest.php Adds a menu link using the UI.
MenuUiJavascriptTest::testBlockContextualLinks function core/modules/menu_ui/tests/src/FunctionalJavascript/MenuUiJavascriptTest.php Tests the contextual links on a menu block.
MenuUiMenuTreeManipulators class core/modules/menu_ui/src/Menu/MenuUiMenuTreeManipulators.php Provides menu tree manipulators to be used when managing menu links.
MenuUiMenuTreeManipulators.php file core/modules/menu_ui/src/Menu/MenuUiMenuTreeManipulators.php
MenuUiMenuTreeManipulators::checkAccess function core/modules/menu_ui/src/Menu/MenuUiMenuTreeManipulators.php Grants access to a menu tree when used in the menu management form.
MenuValidationTest::testDescription function core/modules/system/tests/src/Kernel/Entity/MenuValidationTest.php Tests that description is optional, and limited to 512 characters.
menu_ui.menu_tree_manipulators service core/modules/menu_ui/menu_ui.services.yml Drupal\menu_ui\Menu\MenuUiMenuTreeManipulators
Message::getPersonalRecipient function core/modules/contact/src/Entity/Message.php Returns the user this message is being sent to.
MessageInterface::getPersonalRecipient function core/modules/contact/src/MessageInterface.php Returns the user this message is being sent to.
MessageTest::testRelationships function core/modules/contact/tests/src/Functional/Jsonapi/MessageTest.php Tests CRUD of individual resource relationship data.
MetaEventSubscriber::addRelationshipMeta function core/modules/jsonapi/tests/modules/jsonapi_test_meta_events/src/EventSubscriber/MetaEventSubscriber.php
MethodFilterTest::testMethodNotAllowedExceptionWithMultipleRoutes function core/tests/Drupal/Tests/Core/Routing/MethodFilterTest.php Tests method not allowed exception with multiple routes.
MethodFilterTest::testWithAllowedMethodAndMultipleMatchingRoutes function core/tests/Drupal/Tests/Core/Routing/MethodFilterTest.php Tests with allowed method and multiple matching routes.
MigrateBlockedIpsTest class core/modules/ban/tests/src/Kernel/Migrate/d7/MigrateBlockedIpsTest.php Migrate blocked IPs.
MigrateBlockedIpsTest.php file core/modules/ban/tests/src/Kernel/Migrate/d7/MigrateBlockedIpsTest.php

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