Search for ip

  1. Search 7.x for ip
  2. Search 9.5.x for ip
  3. Search 10.3.x for ip
  4. Search 11.x for ip
  5. Search main for ip
  6. Other projects
Title Object type File name Summary
FormTest::testFieldFormMultipleWidgetAlterSingleValues function core/modules/field/tests/src/Functional/FormTest.php Tests hook_field_widget_multivalue_form_alter() with single value elements.
FormTest::testFieldFormMultipleWidgetTypeAlter function core/modules/field/tests/src/Functional/FormTest.php Tests hook_field_widget_multivalue_WIDGET_TYPE_form_alter().
FormTest::testFieldFormMultipleWidgetTypeAlterSingleValues function core/modules/field/tests/src/Functional/FormTest.php Tests hook_field_widget_multivalue_WIDGET_TYPE_form_alter() with single value elements.
FormTestDescriptionForm class core/modules/system/tests/modules/form_test/src/Form/FormTestDescriptionForm.php Defines a form for testing form element description display options.
FormTestDescriptionForm.php file core/modules/system/tests/modules/form_test/src/Form/FormTestDescriptionForm.php
FormTestDescriptionForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestDescriptionForm.php Form constructor.
FormTestDescriptionForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestDescriptionForm.php Returns a unique string identifying the form.
FormTestDescriptionForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestDescriptionForm.php Form submission handler.
FormTestTableSelectMultipleFalseForm class core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectMultipleFalseForm.php Builds a form to test table select with '#multiple" set to FALSE.
FormTestTableSelectMultipleFalseForm.php file core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectMultipleFalseForm.php
FormTestTableSelectMultipleFalseForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectMultipleFalseForm.php Form constructor.
FormTestTableSelectMultipleFalseForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectMultipleFalseForm.php Returns a unique string identifying the form.
FormTestTableSelectMultipleFalseForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectMultipleFalseForm.php Form submission handler.
FormTestTableSelectMultipleTrueForm class core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectMultipleTrueForm.php Builds a form to test table select with '#multiple' as TRUE.
FormTestTableSelectMultipleTrueForm.php file core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectMultipleTrueForm.php
FormTestTableSelectMultipleTrueForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectMultipleTrueForm.php Form constructor.
FormTestTableSelectMultipleTrueForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectMultipleTrueForm.php Returns a unique string identifying the form.
FormTestTableSelectMultipleTrueForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectMultipleTrueForm.php Form submission handler.
FunctionalJavascriptTestSuite class core/tests/TestSuites/FunctionalJavascriptTestSuite.php Discovers tests for the functional-javascript test suite.
FunctionalJavascriptTestSuite.php file core/tests/TestSuites/FunctionalJavascriptTestSuite.php
FunctionalJavascriptTestSuite::suite function core/tests/TestSuites/FunctionalJavascriptTestSuite.php Factory method which loads up a suite with all functional javascript tests.
GenericCacheBackendUnitTestBase::testDeleteMultiple function core/tests/Drupal/KernelTests/Core/Cache/GenericCacheBackendUnitTestBase.php Test Drupal\Core\Cache\CacheBackendInterface::delete() and
Drupal\Core\Cache\CacheBackendInterface::deleteMultiple().
GenericCacheBackendUnitTestBase::testDeleteMultiple function core/modules/system/src/Tests/Cache/GenericCacheBackendUnitTestBase.php Test Drupal\Core\Cache\CacheBackendInterface::delete() and
Drupal\Core\Cache\CacheBackendInterface::deleteMultiple().
GenericCacheBackendUnitTestBase::testGetMultiple function core/modules/system/src/Tests/Cache/GenericCacheBackendUnitTestBase.php Tests Drupal\Core\Cache\CacheBackendInterface::getMultiple().
GenericCacheBackendUnitTestBase::testGetMultiple function core/tests/Drupal/KernelTests/Core/Cache/GenericCacheBackendUnitTestBase.php Tests Drupal\Core\Cache\CacheBackendInterface::getMultiple().
GenericCacheBackendUnitTestBase::testSetMultiple function core/tests/Drupal/KernelTests/Core/Cache/GenericCacheBackendUnitTestBase.php Tests \Drupal\Core\Cache\CacheBackendInterface::setMultiple().
GenericCacheBackendUnitTestBase::testSetMultiple function core/modules/system/src/Tests/Cache/GenericCacheBackendUnitTestBase.php Tests \Drupal\Core\Cache\CacheBackendInterface::setMultiple().
Get::$multiple property core/modules/migrate/src/Plugin/migrate/process/Get.php Flag indicating whether there are multiple values.
Get::multiple function core/modules/migrate/src/Plugin/migrate/process/Get.php Indicates whether the returned value requires multiple handling.
HandleMultiplesTest class core/modules/migrate/tests/src/Kernel/process/HandleMultiplesTest.php Tests process pipelines with scalar and multiple values handling.
HandleMultiplesTest.php file core/modules/migrate/tests/src/Kernel/process/HandleMultiplesTest.php
HandleMultiplesTest::$modules property core/modules/migrate/tests/src/Kernel/process/HandleMultiplesTest.php Modules to enable.
HandleMultiplesTest::getDefinition function core/modules/migrate/tests/src/Kernel/process/HandleMultiplesTest.php Provides the test migration definition.
HandleMultiplesTest::scalarAndMultipleValuesProviderSource function core/modules/migrate/tests/src/Kernel/process/HandleMultiplesTest.php Provides the source data with scalar and multiple values.
HandleMultiplesTest::testScalarAndMultipleValues function core/modules/migrate/tests/src/Kernel/process/HandleMultiplesTest.php Tests process pipelines with scalar and multiple values handling.
HandlerBase::$relationship property core/modules/views/src/Plugin/views/HandlerBase.php The relationship used for this field.
HandlerBase::multipleExposedInput function core/modules/views/src/Plugin/views/HandlerBase.php Define if the exposed input has to be submitted multiple times.
This is TRUE when exposed filters grouped are using checkboxes as
widgets.
HandlerBase::setRelationship function core/modules/views/src/Plugin/views/HandlerBase.php Called just prior to query(), this lets a handler set up any relationship
it needs.
HandlerBaseTest::testGetEntityTypeForFieldWithRelationship function core/modules/views/tests/src/Unit/Plugin/HandlerBaseTest.php @covers ::getEntityType[[api-linebreak]]
HandlerFieldFieldTest::doTestMultipleFieldRender function core/modules/field/tests/src/Kernel/Views/HandlerFieldFieldTest.php Tests multi-value field rendering.
HandlerTest::testRelationshipUI function core/modules/views/tests/src/Functional/Handler/HandlerTest.php Tests the relationship ui for field/filter/argument/relationship.
HandlerTest::testSetRelationship function core/modules/views/tests/src/Functional/Handler/HandlerTest.php Tests the relationship method on the base class.
HelpSection::$description property core/modules/help/src/Annotation/HelpSection.php The description of the help page section.
HelpSectionPluginBase::getDescription function core/modules/help/src/Plugin/HelpSection/HelpSectionPluginBase.php Returns the description text for the help section.
HelpSectionPluginInterface::getDescription function core/modules/help/src/HelpSectionPluginInterface.php Returns the description text for the help section.
history_read_multiple function core/modules/history/history.module Retrieves the last viewed timestamp for each of the passed node IDs.
hook_tour_tips_alter function core/modules/tour/tour.api.php Allow modules to alter tour items before render.
hook_tour_tips_info_alter function core/modules/tour/tour.api.php Allow modules to alter tip plugin definitions.
hook_views_plugins_relationship_alter function core/modules/views/views.api.php Modify the list of available views relationship handler plugins.
HtmlResponseBigPipeSubscriber class core/modules/big_pipe/src/EventSubscriber/HtmlResponseBigPipeSubscriber.php Response subscriber to replace the HtmlResponse with a BigPipeResponse.

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