Search for extend

  1. Search 7.x for extend
  2. Search 9.5.x for extend
  3. Search 8.9.x for extend
  4. Search 11.x for extend
  5. Other projects
Title Object type File name Summary
DisplayPluginBase::$extenders property core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Stores all available display extenders.
DisplayPluginBase::getExtenders function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Gets the display extenders.
DisplayPluginInterface::getExtenders function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Gets the display extenders.
ExtendableInterface interface core/lib/Drupal/Core/Database/Query/ExtendableInterface.php Interface for extendable query objects.
ExtendableInterface.php file core/lib/Drupal/Core/Database/Query/ExtendableInterface.php
ExtendableInterface::extend function core/lib/Drupal/Core/Database/Query/ExtendableInterface.php Enhance this object by wrapping it in an extender object.
ExtendedDiscoveryInterface interface core/tests/Drupal/Tests/Component/Plugin/Discovery/AttributeBridgeDecoratorTest.php
ExtendedDiscoveryInterface::otherMethod function core/tests/Drupal/Tests/Component/Plugin/Discovery/AttributeBridgeDecoratorTest.php
ExtendedForm class core/modules/system/tests/modules/install_form_test/src/Form/ExtendedForm.php Extends the site setting form.
ExtendedForm.php file core/modules/system/tests/modules/install_form_test/src/Form/ExtendedForm.php
Extending and altering Drupal group core/core.api.php Overview of extensions and alteration methods for Drupal.
ExtendingNonInstalledClass class core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/ExtendingNonInstalledClass.php 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/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/custom_annotation/ExtendingNonInstalledClass.php This class does not have a plugin attribute or plugin annotation on purpose.
ExtendingNonInstalledClass.php file core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/ExtendingNonInstalledClass.php
ExtendingNonInstalledClass.php file core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/custom_annotation/ExtendingNonInstalledClass.php
ExtendingNonInstalledClass::testMethod function core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/custom_annotation/ExtendingNonInstalledClass.php
GetTestMethodCallerExtendsTest class core/tests/Drupal/FunctionalTests/GetTestMethodCallerExtendsTest.php Test for BrowserTestBase::getTestMethodCaller() in child classes.
GetTestMethodCallerExtendsTest.php file core/tests/Drupal/FunctionalTests/GetTestMethodCallerExtendsTest.php
GetTestMethodCallerExtendsTest::$defaultTheme property core/tests/Drupal/FunctionalTests/GetTestMethodCallerExtendsTest.php The theme to install as the default for testing.
GetTestMethodCallerExtendsTest::testGetTestMethodCallerChildClass function core/tests/Drupal/FunctionalTests/GetTestMethodCallerExtendsTest.php A test method that is not present in the parent class.
hook_views_plugins_display_extenders_alter function core/modules/views/views.api.php Modify the list of available views display extender plugins.
InvalidLibrariesExtendSpecificationException class core/lib/Drupal/Core/Asset/Exception/InvalidLibrariesExtendSpecificationException.php Defines a custom exception for an invalid libraries-extend specification.
InvalidLibrariesExtendSpecificationException.php file core/lib/Drupal/Core/Asset/Exception/InvalidLibrariesExtendSpecificationException.php
LibraryDiscoveryCollector::applyLibrariesExtend function core/lib/Drupal/Core/Asset/LibraryDiscoveryCollector.php Applies the libraries-extend specified by the active theme.
LibraryDiscoveryCollectorTest::testLibrariesExtend function core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryCollectorTest.php Tests library with an extend.
LibraryDiscoveryCollectorTest::testLibrariesExtendDeprecated function core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryCollectorTest.php Tests a deprecated library with an extend.
LibraryDiscoveryIntegrationTest::testLibrariesExtend function core/tests/Drupal/KernelTests/Core/Asset/LibraryDiscoveryIntegrationTest.php Tests libraries-extend.
PagerSelectExtender class core/lib/Drupal/Core/Database/Query/PagerSelectExtender.php Query extender for pager queries.
PagerSelectExtender class core/tests/fixtures/database_drivers/module/core_fake/src/Driver/Database/CoreFakeWithAllCustomClasses/PagerSelectExtender.php CoreFakeWithAllCustomClasses implementation of \Drupal\Core\Database\Query\PagerSelectExtender.
PagerSelectExtender.php file core/lib/Drupal/Core/Database/Query/PagerSelectExtender.php
PagerSelectExtender.php file core/tests/fixtures/database_drivers/module/core_fake/src/Driver/Database/CoreFakeWithAllCustomClasses/PagerSelectExtender.php
PagerSelectExtender::$customCountQuery property core/lib/Drupal/Core/Database/Query/PagerSelectExtender.php The count query that will be used for this pager.
PagerSelectExtender::$element property core/lib/Drupal/Core/Database/Query/PagerSelectExtender.php The unique ID of this pager on this page.
PagerSelectExtender::$limit property core/lib/Drupal/Core/Database/Query/PagerSelectExtender.php The number of elements per page to allow.
PagerSelectExtender::element function core/lib/Drupal/Core/Database/Query/PagerSelectExtender.php Specify the element ID for this pager query.
PagerSelectExtender::ensureElement function core/lib/Drupal/Core/Database/Query/PagerSelectExtender.php Ensure that there is an element associated with this query.
PagerSelectExtender::execute function core/lib/Drupal/Core/Database/Query/PagerSelectExtender.php Override the execute method.
PagerSelectExtender::getCountQuery function core/lib/Drupal/Core/Database/Query/PagerSelectExtender.php Retrieve the count query for this pager.
PagerSelectExtender::getElement function core/lib/Drupal/Core/Database/Query/PagerSelectExtender.php Gets the element ID for this pager query.
PagerSelectExtender::limit function core/lib/Drupal/Core/Database/Query/PagerSelectExtender.php Specify the maximum number of elements per page for this query.
PagerSelectExtender::setCountQuery function core/lib/Drupal/Core/Database/Query/PagerSelectExtender.php Specify the count query object to use for this pager.
PagerSelectExtender::__construct function core/lib/Drupal/Core/Database/Query/PagerSelectExtender.php Constructs a PagerSelectExtender object.
plugin.manager.views.display_extender service core/modules/views/views.services.yml Drupal\views\Plugin\ViewsPluginManager
PluginExtended class core/modules/system/tests/modules/plugin_test_extended/src/Plugin/Annotation/PluginExtended.php Defines a test annotation that extends an annotation in another namespace.
PluginExtended.php file core/modules/system/tests/modules/plugin_test_extended/src/Plugin/Annotation/PluginExtended.php
plugin_test_extended.info.yml file core/modules/system/tests/modules/plugin_test_extended/plugin_test_extended.info.yml core/modules/system/tests/modules/plugin_test_extended/plugin_test_extended.info.yml
Select::extend function core/lib/Drupal/Core/Database/Query/Select.php Enhance this object by wrapping it in an extender object.
SelectExtender class core/lib/Drupal/Core/Database/Query/SelectExtender.php The base extender class for Select queries.
SelectExtender.php file core/lib/Drupal/Core/Database/Query/SelectExtender.php
SelectExtender::$connection property core/lib/Drupal/Core/Database/Query/SelectExtender.php The connection object on which to run this query.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.