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
StorageReplaceDataWrapper::readMultiple function core/modules/config/src/StorageReplaceDataWrapper.php Reads configuration data from the storage.
StreamWrapperInterface::getDescription function core/lib/Drupal/Core/StreamWrapper/StreamWrapperInterface.php Returns the description of the stream wrapper for use in the UI.
StreamWrapperManager::getDescriptions function core/lib/Drupal/Core/StreamWrapper/StreamWrapperManager.php Returns registered stream wrapper descriptions.
StreamWrapperManagerInterface::getDescriptions function core/lib/Drupal/Core/StreamWrapper/StreamWrapperManagerInterface.php Returns registered stream wrapper descriptions.
stream_wrapper.dummy_multiple service core/modules/file/tests/file_test/file_test.services.yml Drupal\file_test\StreamWrapper\DummyMultipleStreamWrapper
StringFilter::$alwaysMultiple property core/modules/views/src/Plugin/views/filter/StringFilter.php Exposed filter options.
StubEntityStorageBase::doLoadMultiple function core/tests/Drupal/Tests/Core/Entity/StubEntityStorageBase.php Performs storage-specific loading of entities.
StubSourceGeneratorPlugin::$skipCount property core/modules/migrate/tests/src/Unit/MigrateSourceTest.php Whether this instance should not attempt to count the source.
StubSourceGeneratorPlugin::getSkipCount function core/modules/migrate/tests/src/Unit/MigrateSourceTest.php Return the skipCount value.
SubProcess::multiple function core/modules/migrate/src/Plugin/migrate/process/SubProcess.php Indicates whether the returned value requires multiple handling.
SubProcessWithSkipTest class core/modules/migrate/tests/src/Kernel/process/SubProcessWithSkipTest.php Tests process pipelines when a sub_process skips a row or process.
SubProcessWithSkipTest.php file core/modules/migrate/tests/src/Kernel/process/SubProcessWithSkipTest.php
SubProcessWithSkipTest::$modules property core/modules/migrate/tests/src/Kernel/process/SubProcessWithSkipTest.php Modules to install.
SubProcessWithSkipTest::getDefinition function core/modules/migrate/tests/src/Kernel/process/SubProcessWithSkipTest.php Provides the test migration definition.
SubProcessWithSkipTest::providerTestSubProcessSkip function core/modules/migrate/tests/src/Kernel/process/SubProcessWithSkipTest.php Data provider for testNotFoundSubProcess().
SubProcessWithSkipTest::testSubProcessSkip function core/modules/migrate/tests/src/Kernel/process/SubProcessWithSkipTest.php Test use of skip_on_empty within sub_process.
SwitchToLiveForm::getDescription function core/modules/workspaces_ui/src/Form/SwitchToLiveForm.php Returns additional text to display as a description.
SwitchToLiveForm::getDescription function core/modules/workspaces/src/Form/SwitchToLiveForm.php Returns additional text to display as a description.
SymfonyMailer::SKIP_HEADERS constant core/lib/Drupal/Core/Mail/Plugin/Mail/SymfonyMailer.php List of headers to skip copying from the message array.
system_post_update_convert_empty_description_entity_form_modes_to_null function core/modules/system/system.post_update.php Updates entity_form_mode descriptions from empty string to null.
table--file-multiple-widget.css file core/themes/admin/css/components/table--file-multiple-widget.css Styles for multiple file widget table.
table--file-multiple-widget.css file core/themes/default_admin/css/components/table--file-multiple-widget.css Styles for multiple file widget table.
table--file-multiple-widget.css file core/themes/claro/css/components/table--file-multiple-widget.css Styles for multiple file widget table.
table--file-multiple-widget.pcss.css file core/themes/claro/css/components/table--file-multiple-widget.pcss.css Styles for multiple file widget table.
table--file-multiple-widget.pcss.css file core/themes/admin/css/components/table--file-multiple-widget.pcss.css Styles for multiple file widget table.
table--file-multiple-widget.pcss.css file core/themes/default_admin/css/components/table--file-multiple-widget.pcss.css Styles for multiple file widget table.
TableTest::testThemeTableWithNoStriping function core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php Tests that the 'no_striping' option works correctly.
taxonomy.vocabulary.recipe_category.yml file core/profiles/demo_umami/config/install/taxonomy.vocabulary.recipe_category.yml core/profiles/demo_umami/config/install/taxonomy.vocabulary.recipe_category.yml
TaxonomyFieldHooks::preConfiguredDescription function core/modules/taxonomy/src/Hook/TaxonomyFieldHooks.php Implements hook_field_ui_preconfigured_options_alter().
TaxonomyRelationshipTest class core/modules/taxonomy/tests/src/Functional/Views/TaxonomyRelationshipTest.php Tests taxonomy relationships with parent term and node.
TaxonomyRelationshipTest.php file core/modules/taxonomy/tests/src/Functional/Views/TaxonomyRelationshipTest.php
TaxonomyRelationshipTest::$defaultTheme property core/modules/taxonomy/tests/src/Functional/Views/TaxonomyRelationshipTest.php The theme to install as the default for testing.
TaxonomyRelationshipTest::$terms property core/modules/taxonomy/tests/src/Functional/Views/TaxonomyRelationshipTest.php Stores the terms used in the tests.
TaxonomyRelationshipTest::$testViews property core/modules/taxonomy/tests/src/Functional/Views/TaxonomyRelationshipTest.php Views used by this test.
TaxonomyRelationshipTest::setUp function core/modules/taxonomy/tests/src/Functional/Views/TaxonomyRelationshipTest.php Sets up the test.
TaxonomyRelationshipTest::testTaxonomyRelationships function core/modules/taxonomy/tests/src/Functional/Views/TaxonomyRelationshipTest.php Tests the taxonomy parent plugin UI.
TaxonomyTermReference::defineValueProcessPipeline function core/modules/taxonomy/src/Plugin/migrate/field/TaxonomyTermReference.php Apply any custom processing to the field bundle migrations.
TaxonomyTermReferenceFieldTest::testDefineValueProcessPipeline function core/modules/taxonomy/tests/src/Unit/Plugin/migrate/field/TaxonomyTermReferenceFieldTest.php Tests define value process pipeline.
template_preprocess_field_multiple_value_form function core/includes/theme.inc Prepares variables for individual form element templates.
template_preprocess_file_widget_multiple function core/modules/file/file.module Prepares variables for multi file form widget templates.
template_preprocess_filter_tips function core/modules/filter/filter.module Prepares variables for filter tips templates.
TemporaryStream::getDescription function core/lib/Drupal/Core/StreamWrapper/TemporaryStream.php Returns the description of the stream wrapper for use in the UI.
Term::getDescription function core/modules/taxonomy/src/Entity/Term.php Gets the term description.
Term::setDescription function core/modules/taxonomy/src/Entity/Term.php Sets the term description.
TermDeleteForm::getDescription function core/modules/taxonomy/src/Form/TermDeleteForm.php Returns additional text to display as a description.
TermInterface::getDescription function core/modules/taxonomy/src/TermInterface.php Gets the term description.
TermInterface::setDescription function core/modules/taxonomy/src/TermInterface.php Sets the term description.
TermKernelTest::testMultipleParentDelete function core/modules/taxonomy/tests/src/Kernel/TermKernelTest.php Deleting a parent of a term with multiple parents does not delete the term.
TermResourceTestBase::termResourceTestBaseSkipTests function core/modules/taxonomy/tests/src/Functional/Rest/TermResourceTestBase.php Marks some tests as skipped because XML cannot be deserialized.
TermTest::getExpectedGetRelationshipDocumentData function core/modules/jsonapi/tests/src/Functional/TermTest.php

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