Search for argument
- Search 7.x for argument
- Search 9.5.x for argument
- Search 8.9.x for argument
- Search 10.3.x for argument
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ArgumentDefaultTest.php | file | core/ |
|
| ArgumentDefaultTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| ArgumentDefaultTest::$modules | property | core/ |
Modules to install. |
| ArgumentDefaultTest::$modules | property | core/ |
Modules to install. |
| ArgumentDefaultTest::$testViews | property | core/ |
Views used by this test. |
| ArgumentDefaultTest::$testViews | property | core/ |
Views used by this test. |
| ArgumentDefaultTest::calculateDependencies | function | core/ |
Calculates dependencies for the configured plugin. |
| ArgumentDefaultTest::defineOptions | function | core/ |
Retrieve the options when this is a new access control plugin. |
| ArgumentDefaultTest::getArgument | function | core/ |
Return the default argument. |
| ArgumentDefaultTest::setUp | function | core/ |
Sets up the test. |
| ArgumentDefaultTest::testArgumentDefaultFixed | function | core/ |
Tests fixed default argument. |
| ArgumentDefaultTest::testArgumentDefaultNode | function | core/ |
Tests node default argument. |
| ArgumentDefaultTest::testArgumentDefaultNoOptions | function | core/ |
Tests the use of a default argument plugin that provides no options. |
| ArgumentDefaultTest::testArgumentDefaultPlugin | function | core/ |
Tests the argument default test plugin. |
| ArgumentDefaultTest::testArgumentDefaultQueryParameter | function | core/ |
Tests the query parameter default argument. |
| ArgumentDefaultTest::testArgumentDefaultUrlGeneration | function | core/ |
Tests the more line generation if a default argument is provided. |
| ArgumentDefaultTest::testPluginArgumentDefaultCurrentUser | function | core/ |
Tests the current user with argument default. |
| ArgumentLanguageTest | class | core/ |
Tests the argument language handler. |
| ArgumentLanguageTest.php | file | core/ |
|
| ArgumentLanguageTest::$testViews | property | core/ |
Views used by this test. |
| ArgumentLanguageTest::testArgument | function | core/ |
Tests the language argument. |
| ArgumentNodeRevisionIdTest | class | core/ |
Tests the node_vid handler. |
| ArgumentNodeRevisionIdTest.php | file | core/ |
|
| ArgumentNodeRevisionIdTest::$modules | property | core/ |
Modules to install. |
| ArgumentNodeRevisionIdTest::$testViews | property | core/ |
Views to be enabled. |
| ArgumentNodeRevisionIdTest::setUp | function | core/ |
|
| ArgumentNodeRevisionIdTest::testNodeRevisionRelationship | function | core/ |
Tests the node revision id argument via the node_vid handler. |
| 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/ |
Tests the NullArgument handler for text areas. |
| ArgumentNullTest::viewsData | function | core/ |
Defines Views data, setting the 'id' argument to use the null handler. |
| ArgumentPluginBase | class | core/ |
Base class for argument (contextual filter) handler plugins. |
| ArgumentPluginBase.php | file | core/ |
|
| ArgumentPluginBase::$argument | property | core/ |
The name of the argument. |
| ArgumentPluginBase::$argument_validated | property | core/ |
Is argument validated. |
| ArgumentPluginBase::$base_alias | property | core/ |
The base table alias. |
| ArgumentPluginBase::$count_alias | property | core/ |
The alias count. |
| ArgumentPluginBase::$is_default | property | core/ |
Is argument a default. |
| ArgumentPluginBase::$name_alias | property | core/ |
The alias for the field. |
| ArgumentPluginBase::$name_field | property | core/ |
The field to use for the name to display in the summary. |
| ArgumentPluginBase::$name_table | property | core/ |
The table to use for the name, if it is not the same table as the argument. |
| ArgumentPluginBase::$name_table_alias | property | core/ |
The name table alias. |
| ArgumentPluginBase::$operator | property | core/ |
The operator used for the query: or|and. |
| ArgumentPluginBase::$tableAliases | property | core/ |
Keyed array by alias of table relations. |
| ArgumentPluginBase::$validated_title | property | core/ |
The title set by argument validation. |
| ArgumentPluginBase::$validator | property | core/ |
The validator to use. |
| ArgumentPluginBase::$value | property | core/ |
The value for the argument. |
| ArgumentPluginBase::adminSummary | function | core/ |
Provide text for the administrative summary. |
| ArgumentPluginBase::buildOptionsForm | function | core/ |
Provide a form to edit options for this plugin. |
Pagination
- Previous page
- Page 2
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.