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 main for ip
  6. Other projects
Title Object type File name Summary
LoadMultipleTest::testTaxonomyTermMultipleLoad function core/modules/taxonomy/tests/src/Kernel/LoadMultipleTest.php Tests loading multiple taxonomy terms by term ID and vocabulary.
LoadTest::testMultiple function core/modules/file/tests/src/Kernel/LoadTest.php This will test loading file data from the database.
LocaleBatchTest::testEnglishTranslationSkipsDefaultPattern function core/modules/locale/tests/src/Kernel/LocaleBatchTest.php Tests English translations skip default drupal.org pattern.
LocaleJavascriptTranslationTest class core/modules/locale/tests/src/Functional/LocaleJavascriptTranslationTest.php Tests parsing js files for translatable strings.
LocaleJavascriptTranslationTest.php file core/modules/locale/tests/src/Functional/LocaleJavascriptTranslationTest.php
LocaleJavascriptTranslationTest::$defaultTheme property core/modules/locale/tests/src/Functional/LocaleJavascriptTranslationTest.php The theme to install as the default for testing.
LocaleJavascriptTranslationTest::$modules property core/modules/locale/tests/src/Functional/LocaleJavascriptTranslationTest.php Modules to install.
LocaleJavascriptTranslationTest::testFileParsing function core/modules/locale/tests/src/Functional/LocaleJavascriptTranslationTest.php Tests file parsing.
LocaleJavascriptTranslationTest::testLocaleTranslationJsDependencies function core/modules/locale/tests/src/Functional/LocaleJavascriptTranslationTest.php Assert translations JS is added before drupal.js, because it depends on it.
LocaleProjectRepository::deleteMultiple function core/modules/locale/src/LocaleProjectRepository.php Deletes multiple project records.
LocaleProjectRepository::getMultiple function core/modules/locale/src/LocaleProjectRepository.php Returns the stored value for a given key.
LocaleProjectStorage::deleteMultiple function core/modules/locale/src/LocaleProjectStorage.php Deletes multiple project records.
LocaleProjectStorage::getMultiple function core/modules/locale/src/LocaleProjectStorage.php Returns a list of project records.
LocaleProjectStorage::setMultiple function core/modules/locale/src/LocaleProjectStorage.php Creates or updates multiple project records.
LocaleProjectStorageInterface::deleteMultiple function core/modules/locale/src/LocaleProjectStorageInterface.php Deletes multiple project records.
LocaleProjectStorageInterface::getMultiple function core/modules/locale/src/LocaleProjectStorageInterface.php Returns a list of project records.
LocaleProjectStorageInterface::setMultiple function core/modules/locale/src/LocaleProjectStorageInterface.php Creates or updates multiple project records.
LocaleTranslationUiTest::testJavaScriptTranslation function core/modules/locale/tests/src/Functional/LocaleTranslationUiTest.php Tests the rebuilding of JavaScript translation files on deletion.
locale_test.translation_multiple.yml file core/modules/locale/tests/modules/locale_test/config/install/locale_test.translation_multiple.yml core/modules/locale/tests/modules/locale_test/config/install/locale_test.translation_multiple.yml
LoggerChannelTest::testNullIp function core/tests/Drupal/Tests/Core/Logger/LoggerChannelTest.php Tests that $context['ip'] is a string even when the request's IP is NULL.
LruMemoryCache::getMultiple function core/lib/Drupal/Core/Cache/MemoryCache/LruMemoryCache.php Returns data from the persistent cache when given an array of cache IDs.
LruMemoryCache::invalidateMultiple function core/lib/Drupal/Core/Cache/MemoryCache/LruMemoryCache.php Marks cache items as invalid.
LruMemoryCacheTest::testSetMultiple function core/tests/Drupal/Tests/Core/Cache/LruMemoryCacheTest.php Tests setting multiple items in the LRU memory cache.
Mail::$description property core/lib/Drupal/Core/Annotation/Mail.php A short description of the mail plugin.
MailHandlerTest::testInvalidRecipient function core/modules/contact/tests/src/Unit/MailHandlerTest.php Tests the children() method with an invalid key.
ManagedStorage::readMultiple function core/lib/Drupal/Core/Config/ManagedStorage.php Reads configuration data from the storage.
ManageFieldsFunctionalTest::testHelpDescriptions function core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php Tests that help descriptions render valid HTML.
ManageFieldsMultipleTypesTest class core/modules/field_ui/tests/src/Functional/ManageFieldsMultipleTypesTest.php Tests the Field UI "Manage fields" screen.
ManageFieldsMultipleTypesTest.php file core/modules/field_ui/tests/src/Functional/ManageFieldsMultipleTypesTest.php
ManageFieldsMultipleTypesTest::entityTypesProvider function core/modules/field_ui/tests/src/Functional/ManageFieldsMultipleTypesTest.php Data provider for testing Field UI with multiple entity types.
ManageFieldsMultipleTypesTest::testReuseField function core/modules/field_ui/tests/src/Functional/ManageFieldsMultipleTypesTest.php Tests that options are copied over when reusing a field.
ManageFieldsMultipleTypesTest::testReuseFieldMultipleDisplay function core/modules/field_ui/tests/src/Functional/ManageFieldsMultipleTypesTest.php Tests that options are copied over when reusing a field.
ManageFieldsTest::testAddFieldWithMultipleUsers function core/modules/field_ui/tests/src/Functional/ManageFieldsTest.php Tests multiple users adding a field with the same name.
ManageFieldsTest::testFieldCategoryFallbackWithoutDescription function core/modules/field_ui/tests/src/Functional/ManageFieldsTest.php Ensure field category fallback works for field types without a description.
MediaEmbed::tips function core/modules/media/src/Plugin/Filter/MediaEmbed.php Generates a filter's tip.
MediaEmbedFilterTestBase::$failOnJavascriptConsoleErrors property core/modules/media/tests/src/FunctionalJavascript/MediaEmbedFilterTestBase.php @todo Remove this class property in https://www.drupal.org/node/3091878/.
MediaHooks::fieldUiPreconfiguredOptionsAlter function core/modules/media/src/Hook/MediaHooks.php Implements hook_field_ui_preconfigured_options_alter().
MediaJavascriptTestBase class core/modules/media/tests/src/FunctionalJavascript/MediaJavascriptTestBase.php Base class for Media functional JavaScript tests.
MediaJavascriptTestBase.php file core/modules/media/tests/src/FunctionalJavascript/MediaJavascriptTestBase.php
MediaJavascriptTestBase::$modules property core/modules/media/tests/src/FunctionalJavascript/MediaJavascriptTestBase.php Modules to install.
MediaJavascriptTestBase::assertLinkToCreatedMedia function core/modules/media/tests/src/FunctionalJavascript/MediaJavascriptTestBase.php Asserts that a link to a new media item is displayed in the messages area.
MediaJavascriptTestBase::waitUntilVisible function core/modules/media/tests/src/FunctionalJavascript/MediaJavascriptTestBase.php Waits and asserts that a given element is visible.
MediaLibraryHooks::fieldUiPreconfiguredOptionsAlter function core/modules/media_library/src/Hook/MediaLibraryHooks.php Implements hook_field_ui_preconfigured_options_alter().
MediaLinkRelationsTest::testExistLinkRelationships function core/modules/media/tests/src/Kernel/MediaLinkRelationsTest.php Tests that all link relationships for Media exist.
MediaSource::$description property core/modules/media/src/Annotation/MediaSource.php A brief description of the media source.
MediaTest::doTestRelationshipMutation function core/modules/jsonapi/tests/src/Functional/MediaTest.php @todo Remove this in https://www.drupal.org/node/2824851.
MediaTest::getExpectedGetRelationshipDocumentData function core/modules/jsonapi/tests/src/Functional/MediaTest.php Gets the expected document data for the given relationship.
MediaType::$description property core/modules/media/src/Entity/MediaType.php A brief description of this media type.
MediaType::getDescription function core/modules/media/src/Entity/MediaType.php Gets the entity description.
MediaType::setDescription function core/modules/media/src/Entity/MediaType.php #[ActionMethod(adminLabel: new TranslatableMarkup('Set description'), pluralize: FALSE)]

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