Search for d

  1. Search 7.x for d
  2. Search 9.5.x for d
  3. Search 10.3.x for d
  4. Search 11.x for d
  5. Other projects
Title Object type File name Summary
ArgumentDateTimeTest::testDatetimeArgumentAll function core/modules/datetime/tests/src/Kernel/Views/ArgumentDateTimeTest.php Test year, month, and day arguments combined.
ArgumentDateTimeTest::testDatetimeArgumentDay function core/modules/datetime/tests/src/Kernel/Views/ArgumentDateTimeTest.php Test day argument.
ArgumentDateTimeTest::testDatetimeArgumentFullDate function core/modules/datetime/tests/src/Kernel/Views/ArgumentDateTimeTest.php Test full_date CCYYMMDD argument.
ArgumentDateTimeTest::testDatetimeArgumentMonth function core/modules/datetime/tests/src/Kernel/Views/ArgumentDateTimeTest.php Test month argument.
ArgumentDateTimeTest::testDatetimeArgumentWeek function core/modules/datetime/tests/src/Kernel/Views/ArgumentDateTimeTest.php Test week WW argument.
ArgumentDateTimeTest::testDatetimeArgumentYear function core/modules/datetime/tests/src/Kernel/Views/ArgumentDateTimeTest.php Test year argument.
ArgumentDateTimeTest::testDatetimeArgumentYearMonth function core/modules/datetime/tests/src/Kernel/Views/ArgumentDateTimeTest.php Test year_month CCYYMM argument.
ArgumentDefaultPluginBase class core/modules/views/src/Plugin/views/argument_default/ArgumentDefaultPluginBase.php The fixed argument default handler; also used as the base.
ArgumentDefaultPluginBase.php file core/modules/views/src/Plugin/views/argument_default/ArgumentDefaultPluginBase.php
ArgumentDefaultPluginBase::$argument property core/modules/views/src/Plugin/views/argument_default/ArgumentDefaultPluginBase.php The argument handler instance associated with this plugin.
ArgumentDefaultPluginBase::access function core/modules/views/src/Plugin/views/argument_default/ArgumentDefaultPluginBase.php Determine if the administrator has the privileges to use this
plugin
ArgumentDefaultPluginBase::buildOptionsForm function core/modules/views/src/Plugin/views/argument_default/ArgumentDefaultPluginBase.php Provide the default form for setting options.
ArgumentDefaultPluginBase::checkAccess function core/modules/views/src/Plugin/views/argument_default/ArgumentDefaultPluginBase.php If we don't have access to the form but are showing it anyway, ensure that
the form is safe and cannot be changed from user input.
ArgumentDefaultPluginBase::defineOptions function core/modules/views/src/Plugin/views/argument_default/ArgumentDefaultPluginBase.php Retrieve the options when this is a new access
control plugin
ArgumentDefaultPluginBase::getArgument function core/modules/views/src/Plugin/views/argument_default/ArgumentDefaultPluginBase.php Return the default argument.
ArgumentDefaultPluginBase::getCacheTags function core/modules/views/src/Plugin/views/argument_default/ArgumentDefaultPluginBase.php
ArgumentDefaultPluginBase::setArgument function core/modules/views/src/Plugin/views/argument_default/ArgumentDefaultPluginBase.php Sets the parent argument this plugin is associated with.
ArgumentDefaultPluginBase::submitOptionsForm function core/modules/views/src/Plugin/views/argument_default/ArgumentDefaultPluginBase.php Provide the default form form for submitting options
ArgumentDefaultPluginBase::validateOptionsForm function core/modules/views/src/Plugin/views/argument_default/ArgumentDefaultPluginBase.php Provide the default form form for validating options
ArgumentDefaultTest class core/modules/views/tests/src/Functional/Plugin/ArgumentDefaultTest.php Tests pluggable argument_default for views.
ArgumentDefaultTest class core/modules/views/tests/modules/views_test_data/src/Plugin/views/argument_default/ArgumentDefaultTest.php Defines a argument default test plugin.
ArgumentDefaultTest class core/modules/user/tests/src/Kernel/Views/ArgumentDefaultTest.php Tests views user argument default plugin.
ArgumentDefaultTest.php file core/modules/user/tests/src/Kernel/Views/ArgumentDefaultTest.php
ArgumentDefaultTest.php file core/modules/views/tests/modules/views_test_data/src/Plugin/views/argument_default/ArgumentDefaultTest.php
ArgumentDefaultTest.php file core/modules/views/tests/src/Functional/Plugin/ArgumentDefaultTest.php
ArgumentDefaultTest::$defaultTheme property core/modules/views/tests/src/Functional/Plugin/ArgumentDefaultTest.php The theme to install as the default for testing.
ArgumentDefaultTest::$modules property core/modules/views/tests/src/Functional/Plugin/ArgumentDefaultTest.php Modules to enable.
ArgumentDefaultTest::$modules property core/modules/user/tests/src/Kernel/Views/ArgumentDefaultTest.php Modules to enable.
ArgumentDefaultTest::$testViews property core/modules/user/tests/src/Kernel/Views/ArgumentDefaultTest.php Views used by this test.
ArgumentDefaultTest::$testViews property core/modules/views/tests/src/Functional/Plugin/ArgumentDefaultTest.php Views used by this test.
ArgumentDefaultTest::calculateDependencies function core/modules/views/tests/modules/views_test_data/src/Plugin/views/argument_default/ArgumentDefaultTest.php Calculates dependencies for the configured plugin.
ArgumentDefaultTest::defineOptions function core/modules/views/tests/modules/views_test_data/src/Plugin/views/argument_default/ArgumentDefaultTest.php Retrieve the options when this is a new access
control plugin
ArgumentDefaultTest::getArgument function core/modules/views/tests/modules/views_test_data/src/Plugin/views/argument_default/ArgumentDefaultTest.php Return the default argument.
ArgumentDefaultTest::setUp function core/modules/views/tests/src/Functional/Plugin/ArgumentDefaultTest.php
ArgumentDefaultTest::testArgumentDefaultFixed function core/modules/views/tests/src/Functional/Plugin/ArgumentDefaultTest.php Tests fixed default argument.
ArgumentDefaultTest::testArgumentDefaultNode function core/modules/views/tests/src/Functional/Plugin/ArgumentDefaultTest.php Test node default argument.
ArgumentDefaultTest::testArgumentDefaultNoOptions function core/modules/views/tests/src/Functional/Plugin/ArgumentDefaultTest.php Tests the use of a default argument plugin that provides no options.
ArgumentDefaultTest::testArgumentDefaultPlugin function core/modules/views/tests/src/Functional/Plugin/ArgumentDefaultTest.php Tests the argument default test plugin.
ArgumentDefaultTest::testArgumentDefaultQueryParameter function core/modules/views/tests/src/Functional/Plugin/ArgumentDefaultTest.php Tests the query parameter default argument.
ArgumentDefaultTest::testPluginArgumentDefaultCurrentUser function core/modules/user/tests/src/Kernel/Views/ArgumentDefaultTest.php Tests the current user with argument default.
ArgumentNullTest::viewsData function core/modules/views/tests/src/Kernel/Handler/ArgumentNullTest.php Returns the views data definition.
ArgumentPlaceholderUpdatePathTest class core/modules/views/tests/src/Functional/Update/ArgumentPlaceholderUpdatePathTest.php Tests the argument placeholder update path.
ArgumentPlaceholderUpdatePathTest.php file core/modules/views/tests/src/Functional/Update/ArgumentPlaceholderUpdatePathTest.php
ArgumentPlaceholderUpdatePathTest::setDatabaseDumpFiles function core/modules/views/tests/src/Functional/Update/ArgumentPlaceholderUpdatePathTest.php Set database dump files to be used.
ArgumentPlaceholderUpdatePathTest::testArgumentPlaceholderUpdate function core/modules/views/tests/src/Functional/Update/ArgumentPlaceholderUpdatePathTest.php Ensures that %1 and !1 are converted to twig tokens in existing views.
ArgumentPluginBase::$name_field property core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php The field to use for the name to use in the summary, which is
the displayed output. For example, for the node: nid argument,
the argument itself is the nid, but node.title is displayed.
ArgumentPluginBase::$validator property core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php
ArgumentPluginBase::buildOptionsForm function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Provide a form to edit options for this plugin.
ArgumentPluginBase::calculateDependencies function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Calculates dependencies for the configured plugin.
ArgumentPluginBase::decodeValidatorId function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Revert sanitized validator options.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.