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 |
---|---|---|---|
NullArgument | class | core/ |
Argument handler that ignores the argument. |
NullArgument.php | file | core/ |
|
NullArgument::buildOptionsForm | function | core/ |
Provide a form to edit options for this plugin. |
NullArgument::defaultActions | function | core/ |
Default actions. |
NullArgument::defineOptions | function | core/ |
Information about options for all kinds of purposes will be held here. |
NullArgument::query | function | core/ |
Set up the query for this argument. |
NumericArgument | class | core/ |
Basic argument handler for arguments that are numeric. |
NumericArgument.php | file | core/ |
|
NumericArgument::$value | property | core/ |
The actual value which is used for querying. |
NumericArgument::buildOptionsForm | function | core/ |
Provide a form to edit options for this plugin. |
NumericArgument::defineOptions | function | core/ |
Information about options for all kinds of purposes will be held here. |
NumericArgument::getContextDefinition | function | core/ |
Returns a context definition for this argument. |
NumericArgument::getSortName | function | core/ |
Return a description of how the argument would normally be sorted. |
NumericArgument::query | function | core/ |
Set up the query for this argument. |
NumericArgument::title | function | core/ |
Get the title this argument will assign the view, given the argument. |
NumericArgument::titleQuery | function | core/ |
Override for specific title lookups. |
NumericArgumentValidator | class | core/ |
Validate whether an argument is numeric or not. |
NumericArgumentValidator.php | file | core/ |
|
NumericArgumentValidator::getContextDefinition | function | core/ |
Returns a context definition for this argument. |
NumericArgumentValidator::validateArgument | function | core/ |
Performs validation for a given argument. |
OperationBase::arguments | function | core/ |
Returns the definition of the operation arguments. |
OptionsListArgumentTest | class | core/ |
Tests options list argument for views. |
OptionsListArgumentTest.php | file | core/ |
|
OptionsListArgumentTest::$testViews | property | core/ |
Views used by this test. |
OptionsListArgumentTest::testViewsTestOptionsListArgument | function | core/ |
Tests the options field argument. |
Page::getArgumentText | function | core/ |
Provides help text for the arguments. |
PathPluginBaseTest::testCollectRoutesWithArguments | function | core/ |
Tests the collectRoutes method with arguments. |
PathPluginBaseTest::testCollectRoutesWithArgumentsNotSpecifiedInPath | function | core/ |
Tests the collectRoutes method with arguments not specified in the path. |
plugin.manager.views.argument | service | core/ |
Drupal\views\Plugin\ViewsHandlerManager |
plugin.manager.views.argument_default | service | core/ |
Drupal\views\Plugin\ViewsPluginManager |
plugin.manager.views.argument_validator | service | core/ |
Drupal\views\Plugin\ViewsPluginManager |
QueryConditionTrait::arguments | function | core/ |
|
QueryParameter::getArgument | function | core/ |
Return the default argument. |
QueryParameterTest::providerGetArgument | function | core/ |
Provides data for testGetArgument(). |
QueryParameterTest::testGetArgument | function | core/ |
Tests the getArgument() method. |
QueryTest::testArrayArgumentsSQLInjection | function | core/ |
Tests SQL injection via database query array arguments. |
QueryTest::testConditionOperatorArgumentsSQLInjection | function | core/ |
Tests SQL injection via condition operator. |
Raw::getArgument | function | core/ |
Return the default argument. |
RawTest::testGetArgument | function | core/ |
Tests the getArgument() method. |
ReflectionFactory::getInstanceArguments | function | core/ |
Inspects the plugin class and build a list of arguments for the constructor. |
ReflectionFactoryTest::providerGetInstanceArguments | function | core/ |
Data provider for testGetInstanceArguments. |
ReflectionFactoryTest::testGetInstanceArguments | function | core/ |
@covers ::getInstanceArguments @dataProvider providerGetInstanceArguments |
remove_default_argument_skip_url.php | file | core/ |
Test fixture. |
RendererPlaceholdersTest::testInvalidLazyBuilderArguments | function | core/ |
@covers ::render @covers ::doRender |
RendererPlaceholdersTest::testRenderChildrenPlaceholdersDifferentArguments | function | core/ |
Tests the creation of an element with a child and a sub-child. |
RendererTest::testRenderWithoutThemeArguments | function | core/ |
@covers ::render @covers ::doRender |
RendererTest::testRenderWithThemeArguments | function | core/ |
@covers ::render @covers ::doRender |
RequestHandler::createArgumentResolver | function | core/ |
Creates an argument resolver, containing all REST parameters. |
Resize::arguments | function | core/ |
Returns the definition of the operation arguments. |
Resize::validateArguments | function | core/ |
Validates the arguments. |
Pagination
- Previous page
- Page 9
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.