PageDisplayVariantSelectionEvent::getRouteMatch |
function |
core/lib/Drupal/Core/Render/PageDisplayVariantSelectionEvent.php |
Gets the current route match. |
PageDisplayVariantSelectionEvent::setContexts |
function |
core/lib/Drupal/Core/Render/PageDisplayVariantSelectionEvent.php |
Sets the contexts to be passed to the page display variant. |
PageDisplayVariantSelectionEvent::setPluginConfiguration |
function |
core/lib/Drupal/Core/Render/PageDisplayVariantSelectionEvent.php |
Set the configuration for the selected page display variant. |
PageDisplayVariantSelectionEvent::setPluginId |
function |
core/lib/Drupal/Core/Render/PageDisplayVariantSelectionEvent.php |
The selected page display variant plugin ID. |
PageDisplayVariantSelectionEvent::__construct |
function |
core/lib/Drupal/Core/Render/PageDisplayVariantSelectionEvent.php |
Constructs the page display variant plugin selection event. |
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. |
PgsqlDriverLegacyTest::testDeprecationSelect |
function |
core/modules/pgsql/tests/src/Kernel/pgsql/PgsqlDriverLegacyTest.php |
@covers Drupal\Core\Database\Driver\pgsql\Select |
PhpSelection |
class |
core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/PhpSelection.php |
Defines an alternative to the default Entity Reference Selection plugin. |
PhpSelection.php |
file |
core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/PhpSelection.php |
|
PhpSelection::countReferenceableEntities |
function |
core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/PhpSelection.php |
Counts entities that are referenceable. |
PhpSelection::getReferenceableEntities |
function |
core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/PhpSelection.php |
Gets the list of referenceable entities. |
PhpSelection::matchLabel |
function |
core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/PhpSelection.php |
Matches an entity label to an input string. |
plugin.manager.entity_reference_selection |
service |
core/core.services.yml |
Drupal\Core\Entity\EntityReferenceSelection\SelectionPluginManager |
quickedit.editor.selector |
service |
core/modules/quickedit/quickedit.services.yml |
Drupal\quickedit\EditorSelector |
QuickEditController::$editorSelector |
property |
core/modules/quickedit/src/QuickEditController.php |
The in-place editor selector. |
RemoveCommand::$selector |
property |
core/lib/Drupal/Core/Ajax/RemoveCommand.php |
The CSS selector for the element(s) to be removed. |
RenderEvents::SELECT_PAGE_DISPLAY_VARIANT |
constant |
core/lib/Drupal/Core/Render/RenderEvents.php |
Name of the event when selecting a page display variant to use. |
ReservedWordTest::testSelectReservedWordAliasAllFields |
function |
core/tests/Drupal/KernelTests/Core/Database/ReservedWordTest.php |
Tests SELECT query with all fields from a table with a reserved alias. |
ReservedWordTest::testSelectReservedWordAliasCount |
function |
core/tests/Drupal/KernelTests/Core/Database/ReservedWordTest.php |
Tests SELECT count query from a table with a reserved alias. |
ReservedWordTest::testSelectReservedWordAliasSpecificFields |
function |
core/tests/Drupal/KernelTests/Core/Database/ReservedWordTest.php |
Tests SELECT query with specific fields from a table with a reserved alias. |
ReservedWordTest::testSelectReservedWordTableAllFields |
function |
core/tests/Drupal/KernelTests/Core/Database/ReservedWordTest.php |
Tests SELECT query with all fields from a table with a reserved name. |
ReservedWordTest::testSelectReservedWordTableCount |
function |
core/tests/Drupal/KernelTests/Core/Database/ReservedWordTest.php |
Tests SELECT count query from a table with a reserved name. |
ReservedWordTest::testSelectReservedWordTableSpecificField |
function |
core/tests/Drupal/KernelTests/Core/Database/ReservedWordTest.php |
Tests SELECT query with a specific field from a table with a reserved name. |
RestripeCommand::$selector |
property |
core/lib/Drupal/Core/Ajax/RestripeCommand.php |
A CSS selector string. |
ScrollTopCommand::$selector |
property |
core/modules/views/src/Ajax/ScrollTopCommand.php |
A CSS selector string. |
Select |
class |
core/modules/sqlite/src/Driver/Database/sqlite/Select.php |
SQLite implementation of \Drupal\Core\Database\Query\Select. |
Select |
class |
core/modules/mysql/src/Driver/Database/mysql/Select.php |
MySQL implementation of \Drupal\Core\Database\Query\Select. |
Select |
class |
core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestMysql/Select.php |
MySQL test implementation of \Drupal\Core\Database\Query\Select. |
Select |
class |
core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestMysqlDeprecatedVersion/Select.php |
MySQL test implementation of \Drupal\Core\Database\Query\Select. |
Select |
class |
core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestPgsql/Select.php |
PostgreSQL implementation of \Drupal\Core\Database\Query\Select. |
Select |
class |
core/modules/pgsql/src/Driver/Database/pgsql/Select.php |
PostgreSQL implementation of \Drupal\Core\Database\Query\Select. |
Select |
class |
core/tests/Drupal/Tests/Core/Database/Stub/Select.php |
|
Select |
class |
core/tests/fixtures/database_drivers/module/corefake/src/Driver/Database/corefakeWithAllCustomClasses/Select.php |
CorefakeWithAllCustomClasses implementation of \Drupal\Core\Database\Select. |
Select |
class |
core/lib/Drupal/Core/Render/Element/Select.php |
Provides a form element for a drop-down menu or scrolling selection box. |
Select |
class |
core/lib/Drupal/Core/Database/Driver/sqlite/Select.php |
SQLite implementation of \Drupal\Core\Database\Query\Select. |