Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 11.x for all
- Search main for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ExposedFormTest::testFormErrorWithExposedForm | function | core/ |
Tests a view which is rendered after a form with a validation error. |
| ExposedFormTest::testInputRequired | function | core/ |
Tests the input required exposed form type. |
| ExposedFormTest::testRememberSelected | function | core/ |
Tests the "Remember the last selection" functionality. |
| ExposedFormTest::testResetButton | function | core/ |
Tests whether the reset button works on an exposed form. |
| ExposedFormTest::testSubmitButton | function | core/ |
Tests the submit button. |
| ExposedFormTest::testTextInputRequired | function | core/ |
Tests the "on demand text" for the input required exposed form type. |
| ExposedFormUITest | class | core/ |
Tests exposed forms UI functionality. |
| ExposedFormUITest.php | file | core/ |
|
| ExposedFormUITest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| ExposedFormUITest::$groupFormUiErrors | property | core/ |
Array of error message strings raised by the grouped form. |
| ExposedFormUITest::$modules | property | core/ |
Modules to install. |
| ExposedFormUITest::$testViews | property | core/ |
Views used by this test. |
| ExposedFormUITest::assertNoGroupedFilterErrors | function | core/ |
Asserts that there are no Grouped Filters errors. |
| ExposedFormUITest::setUp | function | core/ |
Sets up the test. |
| ExposedFormUITest::testExposedAdminUi | function | core/ |
Tests the admin interface of exposed filter and sort items. |
| ExposedFormUITest::testExposedGroupedFilter | function | core/ |
Tests the configuration of grouped exposed filters. |
| ExposedFormUITest::testGroupedFilterAdminUi | function | core/ |
Tests the admin interface of exposed grouped filters. |
| ExposedFormUITest::testGroupedFilterAdminUiErrors | function | core/ |
|
| ExtendableInterface | interface | core/ |
Interface for extendable query objects. |
| ExtendableInterface.php | file | core/ |
|
| ExtendableInterface::extend | function | core/ |
Enhance this object by wrapping it in an extender object. |
| ExtendedDiscoveryInterface | interface | core/ |
|
| ExtendedDiscoveryInterface::otherMethod | function | core/ |
|
| ExtendedForm | class | core/ |
Extends the site setting form. |
| ExtendedForm.php | file | core/ |
|
| Extending and altering Drupal | group | core/ |
Overview of extensions and alteration methods for Drupal. |
| ExtendingNonInstalledClass | class | core/ |
This class does not have a plugin attribute or plugin annotation on purpose. |
| ExtendingNonInstalledClass | class | core/ |
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/ |
|
| ExtendingNonInstalledClass.php | file | core/ |
|
| ExtendingNonInstalledClass::testMethod | function | core/ |
#[TrustedCallback] |
| Extension | class | core/ |
Drupal 6/7 system data for a legacy extension source from database. |
| Extension | class | core/ |
Defines an extension (file) object. |
| extension.list.database_driver | service | core/ |
Drupal\Core\Extension\DatabaseDriverList |
| extension.list.module | service | core/ |
Drupal\Core\Extension\ModuleExtensionList |
| extension.list.profile | service | core/ |
Drupal\Core\Extension\ProfileExtensionList |
| extension.list.theme | service | core/ |
Drupal\Core\Extension\ThemeExtensionList |
| extension.list.theme_engine | service | core/ |
Drupal\Core\Extension\ThemeEngineExtensionList |
| extension.path.resolver | service | core/ |
Drupal\Core\Extension\ExtensionPathResolver |
| Extension.php | file | core/ |
|
| Extension.php | file | core/ |
|
| Extension::$filename | property | core/ |
The filename of the main extension file (e.g., 'node.module'). |
| Extension::$info | property | core/ |
The extension info array. |
| Extension::$pathname | property | core/ |
The relative pathname of the extension (e.g., 'core/modules/node/node.info.yml'). |
| Extension::$root | property | core/ |
The app root. |
| Extension::$splFileInfo | property | core/ |
An SplFileInfo instance for the extension's info file. |
| Extension::$type | property | core/ |
The type of the extension (e.g., 'module'). |
| Extension::fields | function | core/ |
Returns available fields on the source. |
| Extension::getExtensionFilename | function | core/ |
Returns the name of the main extension file, if any. |
| Extension::getExtensionPathname | function | core/ |
Returns the relative path of the main extension file, if any. |
Pagination
- Previous page
- Page 578
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.