Search for extend
- Search 7.x for extend
- Search 9.5.x for extend
- Search 8.9.x for extend
- Search 10.3.x for extend
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| DisplayExtenderTest::query | function | core/ |
Inject anything into the query that the display_extender handler needs. |
| DisplayExtenderTest::submitOptionsForm | function | core/ |
Handle any special handling on the validate form. |
| DisplayExtenderTest::testDisplayExtenders | function | core/ |
Tests display extenders. |
| DisplayExtenderTest::testDisplayExtendersValidate | function | core/ |
Tests display extenders validation. |
| DisplayExtenderUITest | class | core/ |
Tests the display extender UI. |
| DisplayExtenderUITest.php | file | core/ |
|
| DisplayExtenderUITest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| DisplayExtenderUITest::$testViews | property | core/ |
Views used by this test. |
| DisplayExtenderUITest::testDisplayExtenderUI | function | core/ |
Tests the display extender UI. |
| DisplayPluginBase::$extenders | property | core/ |
Stores all available display extenders. |
| DisplayPluginBase::getExtenders | function | core/ |
Gets the display extenders. |
| DisplayPluginInterface::getExtenders | function | core/ |
Gets the display extenders. |
| 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/ |
An interface for testing the Discovery interface. |
| ExtendedDiscoveryInterface::otherMethod | function | core/ |
|
| ExtendedForm | class | core/ |
Extends the site setting form. |
| ExtendedForm.php | file | core/ |
|
| ExtendFriendsTest | class | core/ |
|
| 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 | class | core/ |
This class does not have a plugin attribute or plugin annotation on purpose. |
| ExtendingNonInstalledClass.php | file | core/ |
|
| ExtendingNonInstalledClass.php | file | core/ |
|
| ExtendingNonInstalledClass::testMethod | function | core/ |
Provides an empty test method for testing. |
| GetTestMethodCallerExtendsTest | class | core/ |
Test for BrowserTestBase::getTestMethodCaller() in child classes. |
| GetTestMethodCallerExtendsTest.php | file | core/ |
|
| GetTestMethodCallerExtendsTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| GetTestMethodCallerExtendsTest::testGetTestMethodCallerChildClass | function | core/ |
A test method that is not present in the parent class. |
| hook_views_plugins_display_extenders_alter | function | core/ |
Modify the list of available views display extender plugins. |
| InvalidLibrariesExtendSpecificationException | class | core/ |
Defines a custom exception for an invalid libraries-extend specification. |
| InvalidLibrariesExtendSpecificationException.php | file | core/ |
|
| LibraryDiscoveryCollector::applyLibrariesExtend | function | core/ |
Applies the libraries-extend specified by the active theme. |
| LibraryDiscoveryCollectorTest::testLibrariesExtend | function | core/ |
Tests library with an extend. |
| LibraryDiscoveryCollectorTest::testLibrariesExtendDeprecated | function | core/ |
Tests a deprecated library with an extend. |
| LibraryDiscoveryIntegrationTest::testLibrariesExtend | function | core/ |
Tests libraries-extend. |
| PagerSelectExtender | class | core/ |
CoreFakeWithAllCustomClasses implementation of \Drupal\Core\Database\Query\PagerSelectExtender. |
| PagerSelectExtender | class | core/ |
Query extender for pager queries. |
| PagerSelectExtender.php | file | core/ |
|
| PagerSelectExtender.php | file | core/ |
|
| PagerSelectExtender::$customCountQuery | property | core/ |
The count query that will be used for this pager. |
| PagerSelectExtender::$element | property | core/ |
The unique ID of this pager on this page. |
| PagerSelectExtender::$limit | property | core/ |
The number of elements per page to allow. |
| PagerSelectExtender::element | function | core/ |
Specify the element ID for this pager query. |
| PagerSelectExtender::ensureElement | function | core/ |
Ensure that there is an element associated with this query. |
| PagerSelectExtender::execute | function | core/ |
Override the execute method. |
| PagerSelectExtender::getCountQuery | function | core/ |
Retrieve the count query for this pager. |
| PagerSelectExtender::getElement | function | core/ |
Gets the element ID for this pager query. |
| PagerSelectExtender::limit | function | core/ |
Specify the maximum number of elements per page for this query. |
Pagination
- Previous page
- Page 2
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.