ArgumentDefaultPluginBase::access |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument_default/ArgumentDefaultPluginBase.php |
Determine if the administrator has the privileges to use this
plugin |
GenericEventTest::testSetArgument |
function |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/GenericEventTest.php |
|
FileTransferException::$arguments |
property |
drupal/core/lib/Drupal/Core/FileTransfer/FileTransferException.php |
Arguments to be used in this exception. |
GenericEventTest::testGetArgument |
function |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/GenericEventTest.php |
|
GenericEventTest::testHasArgument |
function |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/GenericEventTest.php |
|
ArgumentValidatorPluginBase::init |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument_validator/ArgumentValidatorPluginBase.php |
Initialize this plugin with the view and the argument
it is linked to. |
ArgumentPluginBase::defineOptions |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/ArgumentPluginBase.php |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
ArgumentPluginBase::default_empty |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/ArgumentPluginBase.php |
Default action: empty |
ArgumentPluginBase::summary_query |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/ArgumentPluginBase.php |
Build the info for the summary query. |
ArgumentPluginBase::get_sort_name |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/ArgumentPluginBase.php |
Return a description of how the argument would normally be sorted. |
ArgumentValidatorTest::$testViews |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/ArgumentValidatorTest.php |
Views used by this test. |
Twig_FilterInterface::setArguments |
function |
drupal/core/vendor/twig/twig/lib/Twig/FilterInterface.php |
|
Twig_FilterInterface::getArguments |
function |
drupal/core/vendor/twig/twig/lib/Twig/FilterInterface.php |
|
ArgumentDefaultTest::defineOptions |
function |
drupal/core/modules/views/tests/views_test_data/lib/Drupal/views_test_data/Plugin/views/argument_default/ArgumentDefaultTest.php |
Overrides Drupal\views\Plugin\views\argument_default\ArgumentDefaultPluginBase::defineOptions(). |
GenericEventTest::testGetArguments |
function |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/GenericEventTest.php |
Tests Event->getArgs() |
GenericEventTest::testSetArguments |
function |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/GenericEventTest.php |
|
ArgumentLanguageTest::testArgument |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Language/ArgumentLanguageTest.php |
Tests the language argument. |
ControllerResolver::doGetArguments |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Controller/ControllerResolver.php |
|
ArgumentPluginBase::set_breadcrumb |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/ArgumentPluginBase.php |
Give an argument the opportunity to modify the breadcrumb, if it wants.
This only gets called on displays where a breadcrumb is actually used. |
ArgumentPluginBase::default_action |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/ArgumentPluginBase.php |
Handle the default action, which means our argument wasn't present. |
ArgumentPluginBase::default_ignore |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/ArgumentPluginBase.php |
Default action: ignore. |
ArgumentPluginBase::summary_basics |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/ArgumentPluginBase.php |
Some basic summary behavior that doesn't need to be repeated as much as
code that goes into summary_query() |
DisplayPluginBase::getArgumentText |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php |
Provide some helpful text for the arguments.
The result should contain of an array with |
SimpleXMLElement::getArgumentsAsPhp |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/SimpleXMLElement.php |
Returns arguments as valid php types. |
HandlerArgumentUserUidTest::getInfo |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/User/HandlerArgumentUserUidTest.php |
|
views.view.test_simple_argument.yml |
file |
drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_simple_argument.yml |
drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_simple_argument.yml |
ArgumentValidatorPluginBase::access |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument_validator/ArgumentValidatorPluginBase.php |
Determine if the administrator has the privileges to use this plugin |
ArgumentPluginBase::uses_breadcrumb |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/ArgumentPluginBase.php |
Determine if the argument can generate a breadcrumb |
ArgumentPluginBase::exception_title |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/ArgumentPluginBase.php |
|
ArgumentPluginBase::default_actions |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/ArgumentPluginBase.php |
Provide a list of default behaviors for this argument if the argument
is not present. |
ArgumentPluginBase::default_default |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/ArgumentPluginBase.php |
This just returns true. The view argument builder will know where
to find the argument from. |
ArgumentPluginBase::default_summary |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/ArgumentPluginBase.php |
Default action: summary. |
Twig_FunctionInterface::setArguments |
function |
drupal/core/vendor/twig/twig/lib/Twig/FunctionInterface.php |
|
Twig_FunctionInterface::getArguments |
function |
drupal/core/vendor/twig/twig/lib/Twig/FunctionInterface.php |
|
TestMultipleHttpKernel::getArguments |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/TestMultipleHttpKernel.php |
Returns the arguments to pass to the controller. |
DefinitionDecorator::replaceArgument |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/DefinitionDecorator.php |
You should always use this method when overwriting existing arguments
of the parent definition. |
ArgumentPluginBase::needsStylePlugin |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/ArgumentPluginBase.php |
Determine if the argument needs a style plugin. |
ArgumentPluginBase::buildOptionsForm |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/ArgumentPluginBase.php |
Build the options form. |
ArgumentPluginBase::summary_argument |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/ArgumentPluginBase.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::validateArgument |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/ArgumentPluginBase.php |
Validate that this argument works. By default, all arguments are valid. |
BasePhpFormulaLoader::argumentToArray |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/BasePhpFormulaLoader.php |
|
Twig_ExpressionParser::parseArguments |
function |
drupal/core/vendor/twig/twig/lib/Twig/ExpressionParser.php |
|
views.view.test_user_uid_argument.yml |
file |
drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_user_uid_argument.yml |
drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_user_uid_argument.yml |
ArgumentPluginBase::submitOptionsForm |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/ArgumentPluginBase.php |
Perform any necessary changes to the form values prior to storage.
There is no need for this function to actually store the data. |
ArgumentPluginBase::default_not_found |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/ArgumentPluginBase.php |
Default action: not found. |
ArgumentPluginBase::validate_argument |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/ArgumentPluginBase.php |
Called by the menu system to validate an argument. |
DisplayPluginBase::getArgumentsTokens |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php |
Returns to tokens for arguments. |
HandlerArgumentUserUidTest::$testViews |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/User/HandlerArgumentUserUidTest.php |
Views used by this test. |
PhpDumper::getDefinitionsFromArguments |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php |
Gets the definition from arguments |
ArgumentPluginBase::summary_name_field |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/ArgumentPluginBase.php |
Add the name field, which is the field displayed in summary queries.
This is often used when the argument is numeric. |