Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| ExposedFormTest::testExposedIdentifier | function | core/ |
Tests the exposed form with a non-standard identifier. |
| ExposedFormTest::testExposedSortAndItemsPerPage | function | core/ |
Tests exposed forms with exposed sort and items per page. |
| ExposedFormTest::testFormErrorWithExposedForm | function | core/ |
Tests a view which is rendered after a form with a validation error. |
| ExposedFormTest::testInputRequired | function | core/ |
Test the input required exposed form type. |
| 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/ |
Test 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/ |
|
| ExposedFormUITest::$groupFormUiErrors | property | core/ |
Array of error message strings raised by the grouped form. |
| ExposedFormUITest::$modules | property | core/ |
|
| 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/ |
|
| 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. |
| Extending and altering Drupal | group | core/ |
Overview of extensions and alteration methods for Drupal. |
| 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/ |
|
| Extension | class | core/ |
Gets system data for a legacy extension. |
| Extension | class | core/ |
Defines an extension (file) object. |
| 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.php | file | core/ |
|
| Extension.php | file | core/ |
|
| Extension::$filename | property | core/ |
The filename of the main extension file (e.g., 'node.module'). |
| 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/ |
|
| 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. |
| Extension::getFilename | function | core/ |
Returns the filename of the extension's info file. |
| Extension::getIds | function | core/ |
|
| Extension::getName | function | core/ |
Returns the internal name of the extension. |
| Extension::getPath | function | core/ |
Returns the relative path of the extension. |
| Extension::getPathname | function | core/ |
Returns the relative path and filename of the extension's info file. |
| Extension::getType | function | core/ |
Returns the type of the extension. |
| Extension::load | function | core/ |
Loads the main extension file, if any. |
| Extension::prepareRow | function | core/ |
|
| Extension::query | function | core/ |
Pagination
- Previous page
- Page 556
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.