Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search 11.x for all
  6. Other projects
Title Object type File name Summary
ItemList::getValue function core/lib/Drupal/Core/TypedData/Plugin/DataType/ItemList.php Gets the data value.
ItemList::isEmpty function core/lib/Drupal/Core/TypedData/Plugin/DataType/ItemList.php Determines whether the list contains any non-empty items.
ItemList::last function core/lib/Drupal/Core/TypedData/Plugin/DataType/ItemList.php Returns the last item in this list.
ItemList::offsetExists function core/lib/Drupal/Core/TypedData/Plugin/DataType/ItemList.php
ItemList::offsetGet function core/lib/Drupal/Core/TypedData/Plugin/DataType/ItemList.php
ItemList::offsetSet function core/lib/Drupal/Core/TypedData/Plugin/DataType/ItemList.php
ItemList::offsetUnset function core/lib/Drupal/Core/TypedData/Plugin/DataType/ItemList.php
ItemList::onChange function core/lib/Drupal/Core/TypedData/Plugin/DataType/ItemList.php React to changes to a child property or item.
ItemList::rekey function core/lib/Drupal/Core/TypedData/Plugin/DataType/ItemList.php Renumbers the items in the list.
ItemList::removeItem function core/lib/Drupal/Core/TypedData/Plugin/DataType/ItemList.php Removes the item at the specified position.
ItemList::set function core/lib/Drupal/Core/TypedData/Plugin/DataType/ItemList.php Sets the value of the item at a given position in the list.
ItemList::setValue function core/lib/Drupal/Core/TypedData/Plugin/DataType/ItemList.php Overrides \Drupal\Core\TypedData\TypedData::setValue().
ItemList::__clone function core/lib/Drupal/Core/TypedData/Plugin/DataType/ItemList.php Magic method: Implements a deep clone.
ItemsPerPageTest class core/modules/views/tests/src/Functional/Wizard/ItemsPerPageTest.php Tests that the views wizard can specify the number of items per page.
ItemsPerPageTest.php file core/modules/views/tests/src/Functional/Wizard/ItemsPerPageTest.php
ItemsPerPageTest::$configSchemaCheckerExclusions property core/modules/views/tests/src/Functional/Wizard/ItemsPerPageTest.php An array of config object names that are excluded from schema checking.
ItemsPerPageTest::$defaultTheme property core/modules/views/tests/src/Functional/Wizard/ItemsPerPageTest.php The theme to install as the default for testing.
ItemsPerPageTest::setUp function core/modules/views/tests/src/Functional/Wizard/ItemsPerPageTest.php Sets up the test.
ItemsPerPageTest::testItemsPerPage function core/modules/views/tests/src/Functional/Wizard/ItemsPerPageTest.php Tests the number of items per page.
javascript-1.txt file core/tests/fixtures/files/javascript-1.txt <script>
alert('JavaScript was executed!');
</script>
JavascriptDeprecationTest class core/tests/Drupal/FunctionalJavascriptTests/JavascriptDeprecationTest.php Tests Javascript deprecation notices.
JavascriptDeprecationTest.php file core/tests/Drupal/FunctionalJavascriptTests/JavascriptDeprecationTest.php
JavascriptDeprecationTest::$defaultTheme property core/tests/Drupal/FunctionalJavascriptTests/JavascriptDeprecationTest.php The theme to install as the default for testing.
JavascriptDeprecationTest::$modules property core/tests/Drupal/FunctionalJavascriptTests/JavascriptDeprecationTest.php Modules to install.
JavascriptDeprecationTest::testJavascriptDeprecation function core/tests/Drupal/FunctionalJavascriptTests/JavascriptDeprecationTest.php Tests Javascript deprecation notices.
JavascriptErrorsSuppressionTest class core/tests/Drupal/FunctionalJavascriptTests/JavascriptErrorsSuppressionTest.php Tests that Drupal.throwError can be suppressed to allow a test to pass.
JavascriptErrorsSuppressionTest.php file core/tests/Drupal/FunctionalJavascriptTests/JavascriptErrorsSuppressionTest.php
JavascriptErrorsSuppressionTest::$defaultTheme property core/tests/Drupal/FunctionalJavascriptTests/JavascriptErrorsSuppressionTest.php The theme to install as the default for testing.
JavascriptErrorsSuppressionTest::$failOnJavascriptConsoleErrors property core/tests/Drupal/FunctionalJavascriptTests/JavascriptErrorsSuppressionTest.php Determines if a test should fail on JavaScript console errors.
JavascriptErrorsSuppressionTest::$modules property core/tests/Drupal/FunctionalJavascriptTests/JavascriptErrorsSuppressionTest.php Modules to install.
JavascriptErrorsSuppressionTest::testJavascriptErrors function core/tests/Drupal/FunctionalJavascriptTests/JavascriptErrorsSuppressionTest.php Tests that JavaScript console errors can be suppressed.
JavascriptErrorsTest class core/tests/Drupal/FunctionalJavascriptTests/JavascriptErrorsTest.php Tests that Drupal.throwError will cause a test failure.
JavascriptErrorsTest.php file core/tests/Drupal/FunctionalJavascriptTests/JavascriptErrorsTest.php
JavascriptErrorsTest::$defaultTheme property core/tests/Drupal/FunctionalJavascriptTests/JavascriptErrorsTest.php The theme to install as the default for testing.
JavascriptErrorsTest::$modules property core/tests/Drupal/FunctionalJavascriptTests/JavascriptErrorsTest.php Modules to install.
JavascriptErrorsTest::clearErrorLog function core/tests/Drupal/FunctionalJavascriptTests/JavascriptErrorsTest.php Clear the JavaScript error log to prevent this test failing for real.
JavascriptErrorsTest::testJavascriptErrors function core/tests/Drupal/FunctionalJavascriptTests/JavascriptErrorsTest.php Tests that JavaScript console errors will result in a test failure.
JavascriptErrorsTest::testJavascriptErrorsAsync function core/tests/Drupal/FunctionalJavascriptTests/JavascriptErrorsTest.php Tests JavaScript console errors during asynchronous calls.
JavascriptGetDrupalSettingsTest class core/tests/Drupal/FunctionalJavascriptTests/JavascriptGetDrupalSettingsTest.php Tests Drupal settings retrieval in WebDriverTestBase tests.
JavascriptGetDrupalSettingsTest.php file core/tests/Drupal/FunctionalJavascriptTests/JavascriptGetDrupalSettingsTest.php
JavascriptGetDrupalSettingsTest::$defaultTheme property core/tests/Drupal/FunctionalJavascriptTests/JavascriptGetDrupalSettingsTest.php The theme to install as the default for testing.
JavascriptGetDrupalSettingsTest::$modules property core/tests/Drupal/FunctionalJavascriptTests/JavascriptGetDrupalSettingsTest.php Modules to install.
JavascriptGetDrupalSettingsTest::testGetDrupalSettings function core/tests/Drupal/FunctionalJavascriptTests/JavascriptGetDrupalSettingsTest.php Tests retrieval of Drupal settings.
JavascriptStatesForm class core/modules/system/tests/modules/form_test/src/Form/JavascriptStatesForm.php Builds a simple form to test states.
JavascriptStatesForm.php file core/modules/system/tests/modules/form_test/src/Form/JavascriptStatesForm.php
JavascriptStatesForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/JavascriptStatesForm.php Form constructor.
JavascriptStatesForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/JavascriptStatesForm.php Returns a unique string identifying the form.
JavascriptStatesForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/JavascriptStatesForm.php Form submission handler.
JavascriptStatesTest class core/tests/Drupal/FunctionalJavascriptTests/Core/Form/JavascriptStatesTest.php Tests the state of elements based on another elements.
JavascriptStatesTest.php file core/tests/Drupal/FunctionalJavascriptTests/Core/Form/JavascriptStatesTest.php

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