ArgumentDefaultPluginBase::defineOptions |
function |
core/modules/views/src/Plugin/views/argument_default/ArgumentDefaultPluginBase.php |
Retrieve the options when this is a new access control plugin. |
ArgumentDefaultPluginBase::getArgument |
function |
core/modules/views/src/Plugin/views/argument_default/ArgumentDefaultPluginBase.php |
Return the default argument. |
ArgumentDefaultPluginBase::getCacheTags |
function |
core/modules/views/src/Plugin/views/argument_default/ArgumentDefaultPluginBase.php |
|
ArgumentDefaultPluginBase::setArgument |
function |
core/modules/views/src/Plugin/views/argument_default/ArgumentDefaultPluginBase.php |
Sets the parent argument this plugin is associated with. |
ArgumentDefaultPluginBase::submitOptionsForm |
function |
core/modules/views/src/Plugin/views/argument_default/ArgumentDefaultPluginBase.php |
Provide the default form for submitting options. |
ArgumentDefaultPluginBase::validateOptionsForm |
function |
core/modules/views/src/Plugin/views/argument_default/ArgumentDefaultPluginBase.php |
Provide the default form for validating options. |
ArgumentDefaultTest::testArgumentDefaultPlugin |
function |
core/modules/views/tests/src/Functional/Plugin/ArgumentDefaultTest.php |
Tests the argument default test plugin. |
ArgumentDefaultTest::testPluginArgumentDefaultCurrentUser |
function |
core/modules/user/tests/src/Kernel/Views/ArgumentDefaultTest.php |
Tests the current user with argument default. |
ArgumentPluginBase |
class |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php |
Base class for argument (contextual filter) handler plugins. |
ArgumentPluginBase.php |
file |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php |
|
ArgumentPluginBase::$argument |
property |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php |
|
ArgumentPluginBase::$argument_validated |
property |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php |
|
ArgumentPluginBase::$base_alias |
property |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php |
|
ArgumentPluginBase::$count_alias |
property |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php |
|
ArgumentPluginBase::$is_default |
property |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php |
|
ArgumentPluginBase::$name_alias |
property |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php |
|
ArgumentPluginBase::$name_field |
property |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php |
|
ArgumentPluginBase::$name_table |
property |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php |
|
ArgumentPluginBase::$name_table_alias |
property |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php |
|
ArgumentPluginBase::$operator |
property |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php |
The operator used for the query: or|and. |
ArgumentPluginBase::$tableAliases |
property |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php |
Keyed array by alias of table relations. |
ArgumentPluginBase::$validated_title |
property |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php |
|
ArgumentPluginBase::$validator |
property |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php |
|
ArgumentPluginBase::$value |
property |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php |
|
ArgumentPluginBase::adminSummary |
function |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php |
Provide text for the administrative summary. |
ArgumentPluginBase::buildOptionsForm |
function |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php |
Provide a form to edit options for this plugin. |
ArgumentPluginBase::calculateDependencies |
function |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php |
Calculates dependencies for the configured plugin. |
ArgumentPluginBase::decodeValidatorId |
function |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php |
Revert sanitized validator options. |
ArgumentPluginBase::defaultAccessDenied |
function |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php |
Default action: access denied. |
ArgumentPluginBase::defaultAction |
function |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php |
Handle the default action, which means our argument wasn't present. |
ArgumentPluginBase::defaultActions |
function |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php |
Default actions. |
ArgumentPluginBase::defaultArgumentForm |
function |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php |
Provides a form for selecting the default argument. |
ArgumentPluginBase::defaultDefault |
function |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php |
Returns true, since the argument builder knows where to find the argument. |
ArgumentPluginBase::defaultEmpty |
function |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php |
Default action: empty. |
ArgumentPluginBase::defaultIgnore |
function |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php |
Default action: ignore. |
ArgumentPluginBase::defaultNotFound |
function |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php |
Default action: not found. |
ArgumentPluginBase::defaultSummary |
function |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php |
Default action: summary. |
ArgumentPluginBase::defaultSummaryForm |
function |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php |
Provides a form for selecting summary options. |
ArgumentPluginBase::defineOptions |
function |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php |
Information about options for all kinds of purposes will be held here. |
ArgumentPluginBase::encodeValidatorId |
function |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php |
Sanitize validator options including derivatives with : for js. |
ArgumentPluginBase::exceptionTitle |
function |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php |
|
ArgumentPluginBase::getCacheContexts |
function |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php |
The cache contexts associated with this object. |
ArgumentPluginBase::getCacheMaxAge |
function |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php |
The maximum age for which this object may be cached. |
ArgumentPluginBase::getCacheTags |
function |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php |
The cache tags associated with this object. |
ArgumentPluginBase::getContextDefinition |
function |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php |
Returns a context definition for this argument. |
ArgumentPluginBase::getDefaultArgument |
function |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php |
Get a default argument, if available. |
ArgumentPluginBase::getPlugin |
function |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php |
Get the display or row plugin, if it exists. |
ArgumentPluginBase::getSortName |
function |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php |
Return a description of how the argument would normally be sorted. |
ArgumentPluginBase::getTitle |
function |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php |
Determines the title to use for the view. |
ArgumentPluginBase::getTokenHelp |
function |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php |
Provide token help information for the argument. |