Search for extend

  1. Search 7.x for extend
  2. Search 8.9.x for extend
  3. Search 10.3.x for extend
  4. Search 11.x for extend
  5. Other projects
Title Object type File name Summary
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.php file core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/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/tests/fixtures/database_drivers/module/corefake/src/Driver/Database/corefakeWithAllCustomClasses/PagerSelectExtender.php CorefakeWithAllCustomClasses implementation of \Drupal\Core\Database\Query\PagerSelectExtender.
PagerSelectExtender class core/lib/Drupal/Core/Database/Query/PagerSelectExtender.php Query extender for pager queries.
PagerSelectExtender.php file core/tests/fixtures/database_drivers/module/corefake/src/Driver/Database/corefakeWithAllCustomClasses/PagerSelectExtender.php
PagerSelectExtender.php file core/lib/Drupal/Core/Database/Query/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::$maxElement property core/lib/Drupal/Core/Database/Query/PagerSelectExtender.php The highest element we've autogenerated so far.
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.
SelectExtender::$placeholder property core/lib/Drupal/Core/Database/Query/SelectExtender.php The placeholder counter.
SelectExtender::$query property core/lib/Drupal/Core/Database/Query/SelectExtender.php The Select query object we are extending/decorating.
SelectExtender::$uniqueIdentifier property core/lib/Drupal/Core/Database/Query/SelectExtender.php A unique identifier for this query object.
SelectExtender::addExpression function core/lib/Drupal/Core/Database/Query/SelectExtender.php Adds an expression to the list of "fields" to be SELECTed.
SelectExtender::addField function core/lib/Drupal/Core/Database/Query/SelectExtender.php Adds a field to the list to be SELECTed.
SelectExtender::addJoin function core/lib/Drupal/Core/Database/Query/SelectExtender.php Join against another table in the database.
SelectExtender::addMetaData function core/lib/Drupal/Core/Database/Query/SelectExtender.php Adds additional metadata to the query.
SelectExtender::addTag function core/lib/Drupal/Core/Database/Query/SelectExtender.php Adds a tag to a query.
SelectExtender::alwaysFalse function core/lib/Drupal/Core/Database/Query/SelectExtender.php Sets a condition that is always false.
SelectExtender::andConditionGroup function core/lib/Drupal/Core/Database/Query/SelectExtender.php Creates a new group of conditions ANDed together.
SelectExtender::arguments function core/lib/Drupal/Core/Database/Query/SelectExtender.php Gets a complete list of all values to insert into the prepared statement.
SelectExtender::compile function core/lib/Drupal/Core/Database/Query/SelectExtender.php Compiles the saved conditions for later retrieval.
SelectExtender::compiled function core/lib/Drupal/Core/Database/Query/SelectExtender.php Check whether a condition has been previously compiled.

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