Search for extend
- Search 7.x for extend
- Search 9.5.x for extend
- Search 10.3.x for extend
- Search 11.x for extend
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
ExtendingNonInstalledClass.php | file | core/ |
|
GetTestMethodCallerExtendsTest | class | core/ |
Test for BrowserTestBase::getTestMethodCaller() in child classes. |
GetTestMethodCallerExtendsTest.php | file | core/ |
|
GetTestMethodCallerExtendsTest::$defaultTheme | property | core/ |
|
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. |
LibraryDiscoveryIntegrationTest::testLibrariesExtend | function | core/ |
Tests libraries-extend. |
PagerSelectExtender | class | core/ |
Query extender for pager queries. |
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::$maxElement | property | core/ |
The highest element we've autogenerated so far. |
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. If an element was not specified previously, then the value of the $maxElement counter is taken, after which the counter is incremented. |
PagerSelectExtender::execute | function | core/ |
Override the execute method. |
PagerSelectExtender::getCountQuery | function | core/ |
Retrieve the count query for this pager. |
PagerSelectExtender::limit | function | core/ |
Specify the maximum number of elements per page for this query. |
PagerSelectExtender::setCountQuery | function | core/ |
Specify the count query object to use for this pager. |
PagerSelectExtender::__construct | function | core/ |
|
plugin.manager.views.display_extender | service | core/ |
Drupal\views\Plugin\ViewsPluginManager |
PluginExtended | class | core/ |
Defines a test annotation that extends an annotation in another namespace. |
PluginExtended.php | file | core/ |
|
plugin_test_extended.info.yml | file | core/ |
core/modules/system/tests/modules/plugin_test_extended/plugin_test_extended.info.yml |
Select::extend | function | core/ |
|
SelectExtender | class | core/ |
The base extender class for Select queries. |
SelectExtender.php | file | core/ |
|
SelectExtender::$connection | property | core/ |
The connection object on which to run this query. |
SelectExtender::$placeholder | property | core/ |
The placeholder counter. |
SelectExtender::$query | property | core/ |
The Select query object we are extending/decorating. |
SelectExtender::$uniqueIdentifier | property | core/ |
A unique identifier for this query object. |
SelectExtender::addExpression | function | core/ |
|
SelectExtender::addField | function | core/ |
|
SelectExtender::addJoin | function | core/ |
|
SelectExtender::addMetaData | function | core/ |
|
SelectExtender::addTag | function | core/ |
|
SelectExtender::alwaysFalse | function | core/ |
|
SelectExtender::andConditionGroup | function | core/ |
|
SelectExtender::arguments | function | core/ |
|
SelectExtender::compile | function | core/ |
|
SelectExtender::compiled | function | core/ |
|
SelectExtender::condition | function | core/ |
|
SelectExtender::conditionGroupFactory | function | core/ |
|
SelectExtender::conditions | function | core/ |
|
SelectExtender::countQuery | function | core/ |
|
SelectExtender::distinct | function | core/ |
|
SelectExtender::escapeField | function | core/ |
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.