Search for extend
- Search 7.x for extend
- Search 9.5.x for extend
- Search 8.9.x for extend
- Search 11.x for extend
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
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/ |
|
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/ |
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/ |
|
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/ |
Query extender for pager queries. |
PagerSelectExtender | class | core/ |
CoreFakeWithAllCustomClasses implementation of \Drupal\Core\Database\Query\PagerSelectExtender. |
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. |
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. |
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.