Search for on

  1. Search 7.x for on
  2. Search 9.5.x for on
  3. Search 8.9.x for on
  4. Search 10.3.x for on
  5. Other projects
Title Object type File name Summary
Archiver::__construct function core/lib/Drupal/Core/Archiver/Attribute/Archiver.php Constructs an archiver plugin attribute object.
ArchiverException class core/lib/Drupal/Core/Archiver/ArchiverException.php Defines an exception class for Drupal\Core\Archiver\ArchiverInterface.
ArchiverException.php file core/lib/Drupal/Core/Archiver/ArchiverException.php
ArchiverInterface::listContents function core/lib/Drupal/Core/Archiver/ArchiverInterface.php Lists all files in the archive.
ArchiverManager::getExtensions function core/lib/Drupal/Core/Archiver/ArchiverManager.php Returns a string of supported archive extensions.
ArchiverManager::__construct function core/lib/Drupal/Core/Archiver/ArchiverManager.php Constructs an ArchiverManager object.
ArchiverTestBase::assertArchiveContainsFile function core/tests/Drupal/KernelTests/Core/Archiver/ArchiverTestBase.php Asserts an archive contains a given file.
ArchiverTestBase::assertArchiveNotContainsFile function core/tests/Drupal/KernelTests/Core/Archiver/ArchiverTestBase.php Asserts an archive does not contain a given file.
AreaDisplayLinkTest::assertFormOptions function core/modules/views/tests/src/Kernel/Handler/AreaDisplayLinkTest.php Assert the display options contains only path based displays.
AreaPluginBase::buildOptionsForm function core/modules/views/src/Plugin/views/area/AreaPluginBase.php Provide a form to edit options for this plugin.
AreaPluginBase::defineOptions function core/modules/views/src/Plugin/views/area/AreaPluginBase.php Information about options for all kinds of purposes will be held here.
ArgumentDateTest::testMonthHandler function core/modules/views/tests/src/Kernel/Handler/ArgumentDateTest.php Tests the Month handler.
ArgumentDateTest::testYearMonthHandler function core/modules/views/tests/src/Kernel/Handler/ArgumentDateTest.php Tests the YearMonth handler.
ArgumentDateTimeTest::testDatetimeArgumentMonth function core/modules/datetime/tests/src/Kernel/Views/ArgumentDateTimeTest.php Tests month argument.
ArgumentDateTimeTest::testDatetimeArgumentYearMonth function core/modules/datetime/tests/src/Kernel/Views/ArgumentDateTimeTest.php Tests year_month CCYYMM argument.
ArgumentDefaultPluginBase::$option_name property core/modules/views/src/Plugin/views/argument_default/ArgumentDefaultPluginBase.php The option name.
ArgumentDefaultPluginBase::buildOptionsForm function core/modules/views/src/Plugin/views/argument_default/ArgumentDefaultPluginBase.php Provide the default form for setting options.
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::submitOptionsForm function core/modules/views/src/Plugin/views/argument_default/ArgumentDefaultPluginBase.php Provide the default form for submitting options.
ArgumentDefaultPluginBase::validateOptionsForm function core/modules/views/src/Plugin/views/argument_default/ArgumentDefaultPluginBase.php Provide the default form for validating options.
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::testArgumentDefaultNoOptions function core/modules/views/tests/src/Functional/Plugin/ArgumentDefaultTest.php Tests the use of a default argument plugin that provides no options.
ArgumentDefaultTest::testArgumentDefaultUrlGeneration function core/modules/views/tests/src/Functional/Plugin/ArgumentDefaultTest.php Tests the more line generation if a default argument is provided.
ArgumentNodeRevisionIdTest class core/modules/node/tests/src/Kernel/Views/ArgumentNodeRevisionIdTest.php Tests the node_vid handler.
ArgumentNodeRevisionIdTest.php file core/modules/node/tests/src/Kernel/Views/ArgumentNodeRevisionIdTest.php
ArgumentNodeRevisionIdTest::$modules property core/modules/node/tests/src/Kernel/Views/ArgumentNodeRevisionIdTest.php Modules to install.
ArgumentNodeRevisionIdTest::$testViews property core/modules/node/tests/src/Kernel/Views/ArgumentNodeRevisionIdTest.php Views to be enabled.
ArgumentNodeRevisionIdTest::setUp function core/modules/node/tests/src/Kernel/Views/ArgumentNodeRevisionIdTest.php
ArgumentNodeRevisionIdTest::testNodeRevisionRelationship function core/modules/node/tests/src/Kernel/Views/ArgumentNodeRevisionIdTest.php Tests the node revision id argument via the node_vid handler.
ArgumentPluginBase::buildOptionsForm function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Provide a form to edit options for this plugin.
ArgumentPluginBase::defaultAction function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Handle the default action, which means our argument wasn't present.
ArgumentPluginBase::defaultActions function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Default actions.
ArgumentPluginBase::defineOptions function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Information about options for all kinds of purposes will be held here.
ArgumentPluginBase::exceptionTitle function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Returns the title of the exception for the argument.
ArgumentPluginBase::getCacheContexts function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php The cache contexts associated with this object.
ArgumentPluginBase::getContextDefinition function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Returns a context definition for this argument.
ArgumentPluginBase::isException function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Checks if the argument has an exception.
ArgumentPluginBase::preRenderMoveArgumentOptions function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Moves argument options into their place.
ArgumentPluginBase::processContainerRadios function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Custom form radios process function.
ArgumentPluginBase::submitOptionsForm function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Handle any special handling on the validate form.
ArgumentPluginBase::validateOptionsForm function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Validate the options form.
ArgumentsAllNull::__construct function core/tests/Drupal/Tests/Component/Plugin/Factory/ReflectionFactoryTest.php
ArgumentsConfigArrayKey class core/tests/Drupal/Tests/Component/Plugin/Factory/ReflectionFactoryTest.php A stub class used by testGetInstanceArguments().
ArgumentsConfigArrayKey::__construct function core/tests/Drupal/Tests/Component/Plugin/Factory/ReflectionFactoryTest.php
ArgumentsMany::__construct function core/tests/Drupal/Tests/Component/Plugin/Factory/ReflectionFactoryTest.php
ArgumentsNoConstructor class core/tests/Drupal/Tests/Component/Plugin/Factory/ReflectionFactoryTest.php A stub class used by testGetInstanceArguments().
ArgumentsPluginId::__construct function core/tests/Drupal/Tests/Component/Plugin/Factory/ReflectionFactoryTest.php
ArgumentsResolver::__construct function core/lib/Drupal/Component/Utility/ArgumentsResolver.php Constructs a new ArgumentsResolver.
ArgumentTransformTermTest::termArgumentTransformationProvider function core/modules/taxonomy/tests/src/Kernel/Views/ArgumentTransformTermTest.php Provides data for testTermArgumentTransformation().
ArgumentTransformTermTest::testTermArgumentTransformation function core/modules/taxonomy/tests/src/Kernel/Views/ArgumentTransformTermTest.php Tests term argument transformation of hyphens and spaces.

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