Search for extend
- Search 7.x for extend
- Search 8.9.x for extend
- Search 10.3.x for extend
- Search 11.x for extend
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
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/ |
|
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::$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. |
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. |
PagerSelectExtender::setCountQuery | function | core/ |
Specify the count query object to use for this pager. |
PagerSelectExtender::__construct | function | core/ |
Constructs a PagerSelectExtender object. |
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/ |
Enhance this object by wrapping it in an extender object. |
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/ |
Adds an expression to the list of "fields" to be SELECTed. |
SelectExtender::addField | function | core/ |
Adds a field to the list to be SELECTed. |
SelectExtender::addJoin | function | core/ |
Join against another table in the database. |
SelectExtender::addMetaData | function | core/ |
Adds additional metadata to the query. |
SelectExtender::addTag | function | core/ |
Adds a tag to a query. |
SelectExtender::alwaysFalse | function | core/ |
Sets a condition that is always false. |
SelectExtender::andConditionGroup | function | core/ |
Creates a new group of conditions ANDed together. |
SelectExtender::arguments | function | core/ |
Gets a complete list of all values to insert into the prepared statement. |
SelectExtender::compile | function | core/ |
Compiles the saved conditions for later retrieval. |
SelectExtender::compiled | function | core/ |
Check whether a condition has been previously compiled. |
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.