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 |
|---|---|---|---|
| SelectExtender::join | function | core/ |
Default Join against another table in the database. |
| SelectExtender::leftJoin | function | core/ |
Left Outer Join against another table in the database. |
| SelectExtender::nextPlaceholder | function | core/ |
Returns the next placeholder ID for the query. |
| SelectExtender::notExists | function | core/ |
Sets a condition that the specified subquery returns no values. |
| SelectExtender::orConditionGroup | function | core/ |
Creates a new group of conditions ORed together. |
| SelectExtender::orderBy | function | core/ |
Orders the result set by a given field. |
| SelectExtender::orderRandom | function | core/ |
Orders the result set by a random value. |
| SelectExtender::preExecute | function | core/ |
Generic preparation and validation for a SELECT query. |
| SelectExtender::range | function | core/ |
Restricts a query to a given range in the result set. |
| SelectExtender::union | function | core/ |
Add another Select query to UNION to this one. |
| SelectExtender::uniqueIdentifier | function | core/ |
Returns a unique identifier for this object. |
| SelectExtender::where | function | core/ |
Adds an arbitrary WHERE clause to the query. |
| SelectExtender::__call | function | core/ |
Magic override for undefined methods. |
| SelectExtender::__clone | function | core/ |
Clone magic method. |
| SelectExtender::__construct | function | core/ |
|
| SelectExtender::__toString | function | core/ |
Returns a string representation of how the query will be executed in SQL. |
| SelectExtenderTest | class | core/ |
Tests the Select query extender classes. |
| SelectExtenderTest.php | file | core/ |
|
| SelectExtenderTest::providerExtend | function | core/ |
Data provider for testExtend(). |
| SelectExtenderTest::testExtend | function | core/ |
@covers ::extend[[api-linebreak]] @covers \Drupal\Core\Database\Query\SelectExtender::extend[[api-linebreak]] @dataProvider providerExtend |
| SelectTest::testExtenderAlwaysFalseCondition | function | core/ |
Tests that we can force an extended query to return an empty result. |
| TableSortExtender | class | core/ |
CoreFakeWithAllCustomClasses implementation of \Drupal\Core\Database\Query\TableSortExtender. |
| TableSortExtender | class | core/ |
Query extender class for tablesort queries. |
| TableSortExtender.php | file | core/ |
|
| TableSortExtender.php | file | core/ |
|
| TableSortExtender::orderByHeader | function | core/ |
Order the query based on a header array. |
| TableSortExtender::__construct | function | core/ |
|
| TableSortExtenderTest | class | core/ |
Tests table sorting. |
| TableSortExtenderTest.php | file | core/ |
|
| TableSortExtenderTest::testTableSortInit | function | core/ |
Tests \Drupal\Core\Utility\TableSort::getContextFromRequest(). |
| TaggingTest::testExtenderHasAllTags | function | core/ |
Tests extended query tagging "has all of these tags" functionality. |
| TaggingTest::testExtenderHasAnyTag | function | core/ |
Tests extended query tagging for "has at least one of these tags". |
| TaggingTest::testExtenderHasTag | function | core/ |
Confirms that an extended query has a tag added to it. |
| TestExtendedNormalizer | class | core/ |
Test normalizer with a different supported class. |
| TestExtendedNormalizer::getSupportedTypes | function | core/ |
|
| test_theme_libraries_extend.info.yml | file | core/ |
core/modules/system/tests/themes/test_theme_libraries_extend/test_theme_libraries_extend.info.yml |
| test_theme_libraries_extend.libraries.yml | file | core/ |
core/modules/system/tests/themes/test_theme_libraries_extend/test_theme_libraries_extend.libraries.yml |
| twig-registry-loader-test-extend.html.twig | file | core/ |
This line is from test_theme_twig_registry_loader_theme/templates/twig-registry-loader-test-extend.html.twig {% block content %} This text is in a block. {% endblock %} |
| twig-registry-loader-test-extend.html.twig | file | core/ |
This line is from test_theme_twig_registry_loader/templates/twig-registry-loader-test-extend.html.twig {% block content %} This text is in a block. {% endblock %} |
| twig-registry-loader-test-extend.html.twig | file | core/ |
This line is from twig_theme_test/templates/twig-registry-loader-test-extend.html.twig {% block content %} This text is in a block. {% endblock %} |
| TwigSandboxTest::testExtendedClass | function | core/ |
Tests that white listed classes can be extended. |
| Views display extender plugins | group | core/ |
Plugins that offer additional display options across display types. |
| Views::getEnabledDisplayExtenders | function | core/ |
Gets enabled display extenders. |
| ViewsDisplayExtender | class | core/ |
Defines a Plugin attribute object for views display extender plugins. |
| ViewsDisplayExtender | class | core/ |
Defines a Plugin annotation object for views display extender plugins. |
| ViewsDisplayExtender.php | file | core/ |
|
| ViewsDisplayExtender.php | file | core/ |
|
| ViewsDisplayExtender::$help | property | core/ |
A short help string; this is displayed in the views UI. |
| ViewsDisplayExtender::$id | property | core/ |
The plugin ID. |
| ViewsDisplayExtender::$no_ui | property | core/ |
Whether or not the plugin is selectable in the UI. |
Pagination
- Previous page
- Page 4
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.