Search for all
Title | Object type | File name | Summary |
---|---|---|---|
ArgumentLanguageTest::testArgument | function | core/ |
Tests the language argument. |
ArgumentNullTest | class | core/ |
Tests the core Drupal\views\Plugin\views\argument\NullArgument handler. |
ArgumentNullTest.php | file | core/ |
|
ArgumentNullTest::$testViews | property | core/ |
Views used by this test. |
ArgumentNullTest::testAreaText | function | core/ |
|
ArgumentNullTest::viewsData | function | core/ |
Returns the views data definition. |
ArgumentPlaceholderUpdatePathTest | class | core/ |
Tests the argument placeholder update path. |
ArgumentPlaceholderUpdatePathTest.php | file | core/ |
|
ArgumentPlaceholderUpdatePathTest::setDatabaseDumpFiles | function | core/ |
Set database dump files to be used. |
ArgumentPlaceholderUpdatePathTest::testArgumentPlaceholderUpdate | function | core/ |
Ensures that %1 and !1 are converted to twig tokens in existing views. |
ArgumentPluginBase | class | core/ |
Base class for argument (contextual filter) handler plugins. |
ArgumentPluginBase.php | file | core/ |
|
ArgumentPluginBase::$argument | property | core/ |
|
ArgumentPluginBase::$name_field | property | core/ |
The field to use for the name to use in the summary, which is the displayed output. For example, for the node: nid argument, the argument itself is the nid, but node.title is displayed. |
ArgumentPluginBase::$name_table | property | core/ |
The table to use for the name, should it not be in the same table as the argument. |
ArgumentPluginBase::$validator | property | core/ |
|
ArgumentPluginBase::$value | property | core/ |
|
ArgumentPluginBase::buildOptionsForm | function | core/ |
Provide a form to edit options for this plugin. |
ArgumentPluginBase::calculateDependencies | function | core/ |
Calculates dependencies for the configured plugin. |
ArgumentPluginBase::decodeValidatorId | function | core/ |
Revert sanitized validator options. |
ArgumentPluginBase::defaultAccessDenied | function | core/ |
Default action: access denied. |
ArgumentPluginBase::defaultAction | function | core/ |
Handle the default action, which means our argument wasn't present. |
ArgumentPluginBase::defaultActions | function | core/ |
Provide a list of default behaviors for this argument if the argument is not present. |
ArgumentPluginBase::defaultArgumentForm | function | core/ |
Provide a form for selecting the default argument when the default action is set to provide default argument. |
ArgumentPluginBase::defaultDefault | function | core/ |
This just returns true. The view argument builder will know where to find the argument from. |
ArgumentPluginBase::defaultEmpty | function | core/ |
Default action: empty |
ArgumentPluginBase::defaultIgnore | function | core/ |
Default action: ignore. |
ArgumentPluginBase::defaultNotFound | function | core/ |
Default action: not found. |
ArgumentPluginBase::defaultSummary | function | core/ |
Default action: summary. |
ArgumentPluginBase::defaultSummaryForm | function | core/ |
Provide a form for selecting further summary options when the default action is set to display one. |
ArgumentPluginBase::defineOptions | function | core/ |
Information about options for all kinds of purposes will be held here. |
ArgumentPluginBase::encodeValidatorId | function | core/ |
Sanitize validator options including derivatives with : for js. |
ArgumentPluginBase::exceptionTitle | function | core/ |
|
ArgumentPluginBase::getCacheContexts | function | core/ |
The cache contexts associated with this object. |
ArgumentPluginBase::getCacheMaxAge | function | core/ |
The maximum age for which this object may be cached. |
ArgumentPluginBase::getCacheTags | function | core/ |
The cache tags associated with this object. |
ArgumentPluginBase::getContextDefinition | function | core/ |
Returns a context definition for this argument. |
ArgumentPluginBase::getDefaultArgument | function | core/ |
Get a default argument, if available. |
ArgumentPluginBase::getPlugin | function | core/ |
Get the display or row plugin, if it exists. |
ArgumentPluginBase::getSortName | function | core/ |
Return a description of how the argument would normally be sorted. |
ArgumentPluginBase::getTitle | function | core/ |
Called by the view object to get the title. This may be set by a validator so we don't necessarily call through to title(). |
ArgumentPluginBase::getTokenHelp | function | core/ |
Provide token help information for the argument. |
ArgumentPluginBase::getValue | function | core/ |
Get the value of this argument. |
ArgumentPluginBase::hasDefaultArgument | function | core/ |
Determine if the argument is set to provide a default argument. |
ArgumentPluginBase::init | function | core/ |
Overrides Drupal\views\Plugin\views\HandlerBase:init(). |
ArgumentPluginBase::isException | function | core/ |
|
ArgumentPluginBase::needsStylePlugin | function | core/ |
Determine if the argument needs a style plugin. |
ArgumentPluginBase::preRenderMoveArgumentOptions | function | core/ |
Moves argument options into their place. |
ArgumentPluginBase::processContainerRadios | function | core/ |
Custom form radios process function. |
ArgumentPluginBase::processSummaryArguments | function | core/ |
Process the summary arguments for display. |
Pagination
- Previous page
- Page 47
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.