String::summaryArgument |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/String.php |
Provide the argument to use to link from the summary to the next level;
this will be called once per row of a summary, and used as part of
$view->getUrl(). |
Twig_Filter::$arguments |
property |
drupal/core/vendor/twig/twig/lib/Twig/Filter.php |
|
LanguageArgument::title |
function |
drupal/core/modules/language/lib/Drupal/language/Plugin/views/argument/LanguageArgument.php |
Overrides \Drupal\views\Plugin\views\argument\ArgumentPluginBase::summaryName(). |
Views argument handlers |
group |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/ArgumentPluginBase.php |
Handlers to tell Views how to contextually filter queries. |
Definition::setArguments |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Definition.php |
Sets the arguments to pass to the service constructor/factory method. |
Definition::getArguments |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Definition.php |
Gets the arguments to pass to the service constructor/factory method. |
InvalidArgumentException |
class |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Exception/InvalidArgumentException.php |
InvalidArgumentException |
ArgumentLanguageTest.php |
file |
drupal/core/modules/language/lib/Drupal/language/Tests/Views/ArgumentLanguageTest.php |
Contains \Drupal\language\Tests\Views\ArgumentLanguageTest. |
CurrentUser::getArgument |
function |
drupal/core/modules/user/lib/Drupal/user/Plugin/views/argument_default/CurrentUser.php |
Return the default argument. |
InvalidArgumentException |
class |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Exception/InvalidArgumentException.php |
Base InvalidArgumentException for Dependency Injection component. |
Date::getDefaultArgument |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/Date.php |
Set the empty argument value to the current date,
formatted appropriately for this argument. |
InvalidArgumentException |
class |
drupal/core/vendor/guzzle/common/Guzzle/Common/Exception/InvalidArgumentException.php |
|
InvalidArgumentException |
class |
drupal/core/vendor/symfony/process/Symfony/Component/Process/Exception/InvalidArgumentException.php |
InvalidArgumentException for the Process Component. |
DayDate::summaryArgument |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/DayDate.php |
Provide the argument to use to link from the summary to the next level;
this will be called once per row of a summary, and used as part of
$view->getUrl(). |
GenericEvent::$arguments |
property |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/GenericEvent.php |
Array of arguments. |
ArgumentPluginBase::init |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/ArgumentPluginBase.php |
Overrides Drupal\views\Plugin\views\HandlerBase:init(). |
InvalidArgumentException |
class |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Exception/InvalidArgumentException.php |
Base InvalidArgumentException for the Validator component. |
InvalidArgumentException |
class |
drupal/core/vendor/psr/log/Psr/Log/InvalidArgumentException.php |
|
ArgumentValidateTest.php |
file |
drupal/core/modules/user/lib/Drupal/user/Tests/Views/ArgumentValidateTest.php |
Contains \Drupal\user\Tests\Views\ArgumentValidateTest. |
ArgumentDateTest::getInfo |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/ArgumentDateTest.php |
|
ViewExecutable::$argument |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Stores the argument handlers which are initialized on this view. |
Twig_Function::$arguments |
property |
drupal/core/vendor/twig/twig/lib/Twig/Function.php |
|
ArgumentValidatorTest.php |
file |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/ArgumentValidatorTest.php |
Definition of Drupal\views\Tests\Plugin\ArgumentValidatorTest. |
ArgumentNullTest::getInfo |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/ArgumentNullTest.php |
|
InvokeCommand::$arguments |
property |
drupal/core/lib/Drupal/Core/Ajax/InvokeCommand.php |
An optional list of arguments to pass to the method. |
InvalidArgumentHelper.php |
file |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/InvalidArgumentHelper.php |
|
Date::defaultArgumentForm |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/Date.php |
Add an option to set the default value to the current date. |
ArgumentDefaultPluginBase |
class |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument_default/ArgumentDefaultPluginBase.php |
The fixed argument default handler; also used as the base. |
Twig_Filter::setArguments |
function |
drupal/core/vendor/twig/twig/lib/Twig/Filter.php |
|
Twig_Filter::getArguments |
function |
drupal/core/vendor/twig/twig/lib/Twig/Filter.php |
|
views.argument.schema.yml |
file |
drupal/core/modules/views/config/schema/views.argument.schema.yml |
drupal/core/modules/views/config/schema/views.argument.schema.yml |
Numeric::validateArgument |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument_validator/Numeric.php |
|
InvalidArgumentHelper.php |
file |
drupal/core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage/Util/InvalidArgumentHelper.php |
|
GenericEvent::getArgument |
function |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/GenericEvent.php |
Get argument by key. |
GenericEvent::setArgument |
function |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/GenericEvent.php |
Add argument to event. |
GenericEvent::hasArgument |
function |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/GenericEvent.php |
Has argument. |
ArgumentPluginBase::query |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/ArgumentPluginBase.php |
Set up the query for this argument. |
ArgumentPluginBase::title |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/ArgumentPluginBase.php |
Get the title this argument will assign the view, given the argument. |
SelectExtender::arguments |
function |
drupal/core/lib/Drupal/Core/Database/Query/SelectExtender.php |
Gets a complete list of all values to insert into the prepared statement. |
HandlerArgumentUserUidTest |
class |
drupal/core/modules/user/lib/Drupal/user/Tests/Views/HandlerArgumentUserUidTest.php |
Tests views user uid argument handler. |
ArgumentDefaultTest::setUp |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/ArgumentDefaultTest.php |
Sets up a Drupal site for running functional and integration tests. |
ProcessBuilder::$arguments |
property |
drupal/core/vendor/symfony/process/Symfony/Component/Process/ProcessBuilder.php |
|
ManyToOne::summaryArgument |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/ManyToOne.php |
Provide the argument to use to link from the summary to the next level;
this will be called once per row of a summary, and used as part of
$view->getUrl(). |
LanguageArgument::language |
function |
drupal/core/modules/language/lib/Drupal/language/Plugin/views/argument/LanguageArgument.php |
Returns the language name for a given langcode. |
MonthDate::summaryArgument |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/MonthDate.php |
Provide the argument to use to link from the summary to the next level;
this will be called once per row of a summary, and used as part of
$view->getUrl(). |
ArgumentPluginBase::$value |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/ArgumentPluginBase.php |
|
GenericEvent::getArguments |
function |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/GenericEvent.php |
Getter for all arguments. |
GenericEvent::setArguments |
function |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/GenericEvent.php |
Set args property. |
Definition::replaceArgument |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Definition.php |
Sets a specific argument |
ArgumentDateTest::viewsData |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/ArgumentDateTest.php |
Overrides \Drupal\views\Tests\ViewUnitTestBase::viewsData(). |