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 11.x for all
  5. Search main for all
  6. Other projects
Title Object type File name Summary
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 install.
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.
ExtendedDiscoveryInterface interface core/tests/Drupal/Tests/Component/Plugin/Discovery/AttributeBridgeDecoratorTest.php
ExtendedDiscoveryInterface::otherMethod function core/tests/Drupal/Tests/Component/Plugin/Discovery/AttributeBridgeDecoratorTest.php
ExtendedForm class core/modules/system/tests/modules/install_form_test/src/Form/ExtendedForm.php Extends the site setting form.
ExtendedForm.php file core/modules/system/tests/modules/install_form_test/src/Form/ExtendedForm.php
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/custom_annotation/ExtendingNonInstalledClass.php This class does not have a plugin attribute or plugin annotation on purpose.
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
ExtendingNonInstalledClass.php file core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/custom_annotation/ExtendingNonInstalledClass.php
ExtendingNonInstalledClass::testMethod function core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/custom_annotation/ExtendingNonInstalledClass.php #[TrustedCallback]
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.database_driver service core/core.services.yml Drupal\Core\Extension\DatabaseDriverList
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::$info property core/lib/Drupal/Core/Extension/Extension.php The extension info array.
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.
Extension::getExtensionFilename function core/lib/Drupal/Core/Extension/Extension.php Returns the name of the main extension file, if any.
Extension::getExtensionPathname function core/lib/Drupal/Core/Extension/Extension.php Returns the relative path of the main extension file, if any.

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