PageDisplayVariantSelectionEvent::$routeMatch |
property |
core/lib/Drupal/Core/Render/PageDisplayVariantSelectionEvent.php |
The current route match. |
PageDisplayVariantSelectionEvent::getContexts |
function |
core/lib/Drupal/Core/Render/PageDisplayVariantSelectionEvent.php |
Gets the contexts that were set during event dispatch. |
PageDisplayVariantSelectionEvent::getPluginConfiguration |
function |
core/lib/Drupal/Core/Render/PageDisplayVariantSelectionEvent.php |
Get the configuration for the selected page display variant. |
PageDisplayVariantSelectionEvent::getPluginId |
function |
core/lib/Drupal/Core/Render/PageDisplayVariantSelectionEvent.php |
The selected page display variant plugin ID. |
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/core_fake/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/core_fake/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::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. |
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. |
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/lib/Drupal/Core/Ajax/ScrollTopCommand.php |
A CSS selector string. |
Select |
class |
core/tests/Drupal/Tests/Core/Database/Stub/Select.php |
|
Select |
class |
core/tests/fixtures/database_drivers/module/core_fake/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/Query/Select.php |
Query builder for SELECT statements. |
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/pgsql/src/Driver/Database/pgsql/Select.php |
PostgreSQL implementation of \Drupal\Core\Database\Query\Select. |
select.html.twig |
file |
core/themes/stable9/templates/form/select.html.twig |
Theme override for a select element. |
select.html.twig |
file |
core/themes/starterkit_theme/templates/form/select.html.twig |
Theme override for a select element. |
select.html.twig |
file |
core/modules/system/templates/select.html.twig |
Default theme implementation for a select element. |
Select.php |
file |
core/modules/sqlite/src/Driver/Database/sqlite/Select.php |
|