Search for to

  1. Search 7.x for to
  2. Search 8.9.x for to
  3. Search 10.3.x for to
  4. Search 11.x for to
  5. Other projects
Title Object type File name Summary
AnonymousPrivateTempStoreTest::$tempStore property core/tests/Drupal/KernelTests/Core/TempStore/AnonymousPrivateTempStoreTest.php The private temp store.
AnonymousPrivateTempStoreTest::setUp function core/tests/Drupal/KernelTests/Core/TempStore/AnonymousPrivateTempStoreTest.php
AnonymousPrivateTempStoreTest::testAnonymousCanUsePrivateTempStoreGet function core/tests/Drupal/KernelTests/Core/TempStore/AnonymousPrivateTempStoreTest.php Tests anonymous can get without a previous set.
AnonymousPrivateTempStoreTest::testAnonymousCanUsePrivateTempStoreSet function core/tests/Drupal/KernelTests/Core/TempStore/AnonymousPrivateTempStoreTest.php Tests anonymous can use the PrivateTempStore.
ApcuBackend::getIterator function core/lib/Drupal/Core/Cache/ApcuBackend.php Instantiates and returns the APCUIterator class.
ApcuBackendFactory class core/lib/Drupal/Core/Cache/ApcuBackendFactory.php
ApcuBackendFactory.php file core/lib/Drupal/Core/Cache/ApcuBackendFactory.php
ApcuBackendFactory::$backendClass property core/lib/Drupal/Core/Cache/ApcuBackendFactory.php The APCU backend class to use.
ApcuBackendFactory::$checksumProvider property core/lib/Drupal/Core/Cache/ApcuBackendFactory.php The cache tags checksum provider.
ApcuBackendFactory::$sitePrefix property core/lib/Drupal/Core/Cache/ApcuBackendFactory.php The site prefix string.
ApcuBackendFactory::get function core/lib/Drupal/Core/Cache/ApcuBackendFactory.php Gets ApcuBackend for the specified cache bin.
ApcuBackendFactory::__construct function core/lib/Drupal/Core/Cache/ApcuBackendFactory.php Constructs an ApcuBackendFactory object.
ApcuFileCacheBackend::store function core/lib/Drupal/Component/FileCache/ApcuFileCacheBackend.php Stores data into a cache backend.
app.root.factory service core/core.services.yml Drupal\Core\AppRootFactory
append-to-robots.txt file core/tests/Drupal/Tests/Composer/Plugin/Scaffold/fixtures/drupal-drupal-append-to-append/assets/append-to-robots.txt # ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
# This content is appended to the bottom of the existing robots.txt fixture.
# robots.txt fixture scaffolded from "file-mappings" in drupal-drupal-append-to-append…
append-to-robots.txt file core/tests/Drupal/Tests/Composer/Plugin/Scaffold/fixtures/profile-with-append/assets/append-to-robots.txt # ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
# This content is appended to the bottom of the existing robots.txt fixture.
# robots.txt fixture scaffolded from "file-mappings" in profile-with-append composer.json…
append-to-robots.txt file core/tests/Drupal/Tests/Composer/Plugin/Scaffold/fixtures/drupal-drupal-test-append/assets/append-to-robots.txt # ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
# This content is appended to the bottom of the existing robots.txt fixture.
# robots.txt fixture scaffolded from "file-mappings" in drupal-drupal-test-append…
append-to-settings.txt file core/tests/Drupal/Tests/Composer/Plugin/Scaffold/fixtures/drupal-drupal-append-settings/assets/append-to-settings.txt include __DIR__ . "/settings-custom-additions.php";
AppRootFactory class core/lib/Drupal/Core/AppRootFactory.php Gets the app root from the kernel.
AppRootFactory.php file core/lib/Drupal/Core/AppRootFactory.php
AppRootFactory::$drupalKernel property core/lib/Drupal/Core/AppRootFactory.php The Drupal kernel.
AppRootFactory::get function core/lib/Drupal/Core/AppRootFactory.php Gets the app root.
AppRootFactory::__construct function core/lib/Drupal/Core/AppRootFactory.php Constructs an AppRootFactory instance.
AreaTest::testRenderAreaToken function core/modules/views/tests/src/Functional/Handler/AreaTest.php Tests global tokens.
ArgumentDefaultPluginBase::submitOptionsForm function core/modules/views/src/Plugin/views/argument_default/ArgumentDefaultPluginBase.php Provide the default form for submitting options.
ArgumentPluginBase::$validator property core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php
ArgumentPluginBase::decodeValidatorId function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Revert sanitized validator options.
ArgumentPluginBase::encodeValidatorId function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Sanitize validator options including derivatives with : for js.
ArgumentPluginBase::getTokenHelp function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Provide token help information for the argument.
ArgumentPluginBase::preRenderMoveArgumentOptions function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Moves argument options into their place.
ArgumentPluginBase::submitOptionsForm function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Handle any special handling on the validate form.
ArgumentsNoConstructor class core/tests/Drupal/Tests/Component/Plugin/Factory/ReflectionFactoryTest.php A stub class used by testGetInstanceArguments().
ArgumentsResolver::getReflector function core/lib/Drupal/Component/Utility/ArgumentsResolver.php Gets a reflector for the access check callable.
ArgumentsResolverTest::testGetArgumentObject function core/tests/Drupal/Tests/Component/Utility/ArgumentsResolverTest.php Tests getArgument() with an object.
ArgumentsResolverTest::testGetArgumentOrder function core/tests/Drupal/Tests/Component/Utility/ArgumentsResolverTest.php Tests getArgument() with a Route, Request, and Account object.
ArgumentValidatorPluginBase class core/modules/views/src/Plugin/views/argument_validator/ArgumentValidatorPluginBase.php Base argument validator plugin to provide basic functionality.
ArgumentValidatorPluginBase.php file core/modules/views/src/Plugin/views/argument_validator/ArgumentValidatorPluginBase.php
ArgumentValidatorPluginBase::$argument property core/modules/views/src/Plugin/views/argument_validator/ArgumentValidatorPluginBase.php The argument handler instance associated with this plugin.
ArgumentValidatorPluginBase::access function core/modules/views/src/Plugin/views/argument_validator/ArgumentValidatorPluginBase.php Determines if the administrator has the privileges to use this plugin.
ArgumentValidatorPluginBase::buildOptionsForm function core/modules/views/src/Plugin/views/argument_validator/ArgumentValidatorPluginBase.php Provides the default form for setting options.
ArgumentValidatorPluginBase::checkAccess function core/modules/views/src/Plugin/views/argument_validator/ArgumentValidatorPluginBase.php Blocks user input when the form is shown but we don´t have access.
ArgumentValidatorPluginBase::defineOptions function core/modules/views/src/Plugin/views/argument_validator/ArgumentValidatorPluginBase.php Retrieves the options when this is a new access control plugin.
ArgumentValidatorPluginBase::getContextDefinition function core/modules/views/src/Plugin/views/argument_validator/ArgumentValidatorPluginBase.php Returns a context definition for this argument.
ArgumentValidatorPluginBase::processSummaryArguments function core/modules/views/src/Plugin/views/argument_validator/ArgumentValidatorPluginBase.php Processes the summary arguments for displaying.
ArgumentValidatorPluginBase::setArgument function core/modules/views/src/Plugin/views/argument_validator/ArgumentValidatorPluginBase.php Sets the parent argument this plugin is associated with.
ArgumentValidatorPluginBase::submitOptionsForm function core/modules/views/src/Plugin/views/argument_validator/ArgumentValidatorPluginBase.php Provides the default form for submitting options.
ArgumentValidatorPluginBase::validateArgument function core/modules/views/src/Plugin/views/argument_validator/ArgumentValidatorPluginBase.php Performs validation for a given argument.
ArgumentValidatorPluginBase::validateOptionsForm function core/modules/views/src/Plugin/views/argument_validator/ArgumentValidatorPluginBase.php Provides the default form for validating options.
ArgumentValidatorTermNameTest class core/modules/taxonomy/tests/src/Kernel/Views/ArgumentValidatorTermNameTest.php Tests the plugin of the taxonomy: taxonomy_term_name argument validator.
ArgumentValidatorTermNameTest.php file core/modules/taxonomy/tests/src/Kernel/Views/ArgumentValidatorTermNameTest.php

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