Raw::getArgument |
function |
core/modules/views/src/Plugin/views/argument_default/Raw.php |
Return the default argument. |
Tid::getArgument |
function |
core/modules/taxonomy/src/Plugin/views/argument_default/Tid.php |
Return the default argument. |
User::getArgument |
function |
core/modules/user/src/Plugin/views/argument_default/User.php |
Return the default argument. |
Node::getArgument |
function |
core/modules/node/src/Plugin/views/argument_default/Node.php |
Return the default argument. |
Fixed::getArgument |
function |
core/modules/views/src/Plugin/views/argument_default/Fixed.php |
Return the default argument. |
Select::getArguments |
function |
core/lib/Drupal/Core/Database/Query/Select.php |
Compiles and returns an associative array of the arguments for this prepared statement. |
Page::getArgumentText |
function |
core/modules/views/src/Plugin/views/display/Page.php |
Provides help text for the arguments. |
CurrentUser::getArgument |
function |
core/modules/user/src/Plugin/views/argument_default/CurrentUser.php |
Return the default argument. |
RawTest::testGetArgument |
function |
core/modules/views/tests/src/Unit/Plugin/argument_default/RawTest.php |
Tests the getArgument() method. |
TopLevelBook::getArgument |
function |
core/modules/book/src/Plugin/views/argument_default/TopLevelBook.php |
Return the default argument. |
QueryParameter::getArgument |
function |
core/modules/views/src/Plugin/views/argument_default/QueryParameter.php |
Return the default argument. |
SelectExtender::getArguments |
function |
core/lib/Drupal/Core/Database/Query/SelectExtender.php |
Compiles and returns an associative array of the arguments for this prepared statement. |
SelectInterface::getArguments |
function |
core/lib/Drupal/Core/Database/Query/SelectInterface.php |
Compiles and returns an associative array of the arguments for this prepared statement. |
ArgumentsResolver::getArgument |
function |
core/lib/Drupal/Component/Utility/ArgumentsResolver.php |
Gets the argument value for a parameter. |
ArgumentsResolver::getArguments |
function |
core/lib/Drupal/Component/Utility/ArgumentsResolver.php |
Gets arguments suitable for passing to the given callable. |
TranslatableMarkup::getArguments |
function |
core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php |
Gets all arguments from this translated string. |
ArgumentDefaultTest::getArgument |
function |
core/modules/views/tests/modules/views_test_data/src/Plugin/views/argument_default/ArgumentDefaultTest.php |
Return the default argument. |
DisplayPluginBase::getArgumentText |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php |
Provides help text for the arguments. |
QueryParameterTest::testGetArgument |
function |
core/modules/views/tests/src/Unit/Plugin/argument_default/QueryParameterTest.php |
Tests the getArgument() method. |
DisplayPluginBase::getArgumentsTokens |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php |
Returns to tokens for arguments. |
ArgumentsResolverTest::testGetArgument |
function |
core/tests/Drupal/Tests/Component/Utility/ArgumentsResolverTest.php |
Tests the getArgument() method. |
ArgumentDefaultPluginBase::getArgument |
function |
core/modules/views/src/Plugin/views/argument_default/ArgumentDefaultPluginBase.php |
Return the default argument. |
MockInstantiationService::getArguments |
function |
core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php |
Return arguments injected into the service. |
DisplayPluginInterface::getArgumentText |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php |
Provides help text for the arguments. |
QueryParameterTest::providerGetArgument |
function |
core/modules/views/tests/src/Unit/Plugin/argument_default/QueryParameterTest.php |
Provides data for testGetArgument(). |
ArgumentsResolverInterface::getArguments |
function |
core/lib/Drupal/Component/Utility/ArgumentsResolverInterface.php |
Gets arguments suitable for passing to the given callable. |
DisplayPluginInterface::getArgumentsTokens |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php |
Returns to tokens for arguments. |
ArgumentsResolverTest::testGetArgumentOrder |
function |
core/tests/Drupal/Tests/Component/Utility/ArgumentsResolverTest.php |
Tests getArgument() with a Route, Request, and Account object. |
ArgumentsResolverTest::testGetArgumentObject |
function |
core/tests/Drupal/Tests/Component/Utility/ArgumentsResolverTest.php |
Tests getArgument() with an object. |
ArgumentsResolverTest::providerTestGetArgument |
function |
core/tests/Drupal/Tests/Component/Utility/ArgumentsResolverTest.php |
Provides test data to testGetArgument(). |
AccessArgumentsResolverFactory::getArgumentsResolver |
function |
core/lib/Drupal/Core/Access/AccessArgumentsResolverFactory.php |
Returns the arguments resolver to use when running access checks. |
ArgumentsResolverTest::testGetArgumentRouteNoTypehintAndValue |
function |
core/tests/Drupal/Tests/Component/Utility/ArgumentsResolverTest.php |
Tests getArgument() with a named parameter with no typehint and a value. |
AccessArgumentsResolverFactoryInterface::getArgumentsResolver |
function |
core/lib/Drupal/Core/Access/AccessArgumentsResolverFactoryInterface.php |
Returns the arguments resolver to use when running access checks. |