Search for all

  1. Search 7.x for all
  2. Search 8.9.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Search main for all
  6. Other projects
Title Object type File name Summary
ExposedFormTest::$nodes property core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php Nodes to test.
ExposedFormTest::$testViews property core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php Views used by this test.
ExposedFormTest::assertIds function core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php Checks whether the specified ids are the ones displayed in the view output.
ExposedFormTest::assertNodesExist function core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php Asserts that nodes of only given bundles exist.
ExposedFormTest::getExpectedExposedFormId function core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php Returns a views exposed form ID.
ExposedFormTest::providerTestExposedBlock function core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php Data provider for testing different types of displays.
ExposedFormTest::setUp function core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php Sets up the test.
ExposedFormTest::testExposedBlock function core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php Tests the exposed block functionality.
ExposedFormTest::testExposedFilterPagination function core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php Tests the exposed form with a pager.
ExposedFormTest::testExposedIdentifier function core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php Tests the exposed form with a non-standard identifier.
ExposedFormTest::testExposedSortAndItemsPerPage function core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php Tests exposed forms with exposed sort and items per page.
ExposedFormTest::testFormErrorWithExposedForm function core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php Tests a view which is rendered after a form with a validation error.
ExposedFormTest::testInputRequired function core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php Tests the input required exposed form type.
ExposedFormTest::testRememberSelected function core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php Tests the "Remember the last selection" functionality.
ExposedFormTest::testResetButton function core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php Tests whether the reset button works on an exposed form.
ExposedFormTest::testSubmitButton function core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php Tests the submit button.
ExposedFormTest::testTextInputRequired function core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php Tests the "on demand text" for the input required exposed form type.
ExposedFormUITest class core/modules/views_ui/tests/src/Functional/ExposedFormUITest.php Tests exposed forms UI functionality.
ExposedFormUITest.php file core/modules/views_ui/tests/src/Functional/ExposedFormUITest.php
ExposedFormUITest::$defaultTheme property core/modules/views_ui/tests/src/Functional/ExposedFormUITest.php The theme to install as the default for testing.
ExposedFormUITest::$groupFormUiErrors property core/modules/views_ui/tests/src/Functional/ExposedFormUITest.php Array of error message strings raised by the grouped form.
ExposedFormUITest::$modules property core/modules/views_ui/tests/src/Functional/ExposedFormUITest.php Modules to enable.
ExposedFormUITest::$testViews property core/modules/views_ui/tests/src/Functional/ExposedFormUITest.php Views used by this test.
ExposedFormUITest::assertNoGroupedFilterErrors function core/modules/views_ui/tests/src/Functional/ExposedFormUITest.php Asserts that there are no Grouped Filters errors.
ExposedFormUITest::setUp function core/modules/views_ui/tests/src/Functional/ExposedFormUITest.php Sets up the test.
ExposedFormUITest::testExposedAdminUi function core/modules/views_ui/tests/src/Functional/ExposedFormUITest.php Tests the admin interface of exposed filter and sort items.
ExposedFormUITest::testExposedGroupedFilter function core/modules/views_ui/tests/src/Functional/ExposedFormUITest.php Tests the configuration of grouped exposed filters.
ExposedFormUITest::testGroupedFilterAdminUi function core/modules/views_ui/tests/src/Functional/ExposedFormUITest.php Tests the admin interface of exposed grouped filters.
ExposedFormUITest::testGroupedFilterAdminUiErrors function core/modules/views_ui/tests/src/Functional/ExposedFormUITest.php
ExtendableInterface interface core/lib/Drupal/Core/Database/Query/ExtendableInterface.php Interface for extendable query objects.
ExtendableInterface.php file core/lib/Drupal/Core/Database/Query/ExtendableInterface.php
ExtendableInterface::extend function core/lib/Drupal/Core/Database/Query/ExtendableInterface.php Enhance this object by wrapping it in an extender object.
Extending and altering Drupal group core/core.api.php Overview of extensions and alteration methods for Drupal.
ExtendingNonInstalledClass class core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/ExtendingNonInstalledClass.php Plugin annotation

@Plugin(
id = "extending_non_installed_class",
label = "A plugin whose class is extending from a non-installed module class",
color = "pink",
)
ExtendingNonInstalledClass.php file core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/ExtendingNonInstalledClass.php
Extension class core/modules/system/src/Plugin/migrate/source/Extension.php Drupal 6/7 system data for a legacy extension source from database.
Extension class core/lib/Drupal/Core/Extension/Extension.php Defines an extension (file) object.
extension.list.module service core/core.services.yml Drupal\Core\Extension\ModuleExtensionList
extension.list.profile service core/core.services.yml Drupal\Core\Extension\ProfileExtensionList
extension.list.theme service core/core.services.yml Drupal\Core\Extension\ThemeExtensionList
extension.list.theme_engine service core/core.services.yml Drupal\Core\Extension\ThemeEngineExtensionList
extension.path.resolver service core/core.services.yml Drupal\Core\Extension\ExtensionPathResolver
Extension.php file core/lib/Drupal/Core/Extension/Extension.php
Extension.php file core/modules/system/src/Plugin/migrate/source/Extension.php
Extension::$filename property core/lib/Drupal/Core/Extension/Extension.php The filename of the main extension file (e.g., 'node.module').
Extension::$pathname property core/lib/Drupal/Core/Extension/Extension.php The relative pathname of the extension (e.g., 'core/modules/node/node.info.yml').
Extension::$root property core/lib/Drupal/Core/Extension/Extension.php The app root.
Extension::$splFileInfo property core/lib/Drupal/Core/Extension/Extension.php An SplFileInfo instance for the extension's info file.
Extension::$type property core/lib/Drupal/Core/Extension/Extension.php The type of the extension (e.g., 'module').
Extension::fields function core/modules/system/src/Plugin/migrate/source/Extension.php Returns available fields on the source.

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