Search for on

  1. Search 7.x for on
  2. Search 9.5.x for on
  3. Search 10.3.x for on
  4. Search 11.x for on
  5. Other projects
Title Object type File name Summary
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.
ArgumentUidRevisionTest class core/modules/node/tests/src/Kernel/Views/ArgumentUidRevisionTest.php Tests the argument_node_uid_revision handler.
ArgumentUidRevisionTest.php file core/modules/node/tests/src/Kernel/Views/ArgumentUidRevisionTest.php
ArgumentUidRevisionTest::$modules property core/modules/node/tests/src/Kernel/Views/ArgumentUidRevisionTest.php Modules to enable.
ArgumentUidRevisionTest::$testViews property core/modules/node/tests/src/Kernel/Views/ArgumentUidRevisionTest.php Views to be enabled.
ArgumentUidRevisionTest::setUp function core/modules/node/tests/src/Kernel/Views/ArgumentUidRevisionTest.php
ArgumentUidRevisionTest::testArgument function core/modules/node/tests/src/Kernel/Views/ArgumentUidRevisionTest.php Tests the node_uid_revision argument.
ArgumentValidatorPluginBase::buildOptionsForm function core/modules/views/src/Plugin/views/argument_validator/ArgumentValidatorPluginBase.php Provides the default form for setting options.
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::submitOptionsForm function core/modules/views/src/Plugin/views/argument_validator/ArgumentValidatorPluginBase.php Provides the default form for submitting options.
ArgumentValidatorPluginBase::validateOptionsForm function core/modules/views/src/Plugin/views/argument_validator/ArgumentValidatorPluginBase.php Provides the default form for validating options.
ArgumentValidatorTest::defineOptions function core/modules/views/tests/modules/views_test_data/src/Plugin/views/argument_validator/ArgumentValidatorTest.php Retrieves the options when this is a new access control plugin.
ArgumentValidatorTest::saveArgumentHandlerWithValidationOptions function core/modules/views_ui/tests/src/Functional/ArgumentValidatorTest.php Saves the test_argument view with changes made to the argument handler
both with and without specify_validation turned on.
ArgumentValidatorTest::testSpecifyValidation function core/modules/views_ui/tests/src/Functional/ArgumentValidatorTest.php Tests the 'Specify validation criteria' checkbox functionality.
ArrayBuildTest::testNonExistentKey function core/modules/migrate/tests/src/Unit/process/ArrayBuildTest.php Tests non-existent key for the key configuration.
ArrayBuildTest::testNonExistentValue function core/modules/migrate/tests/src/Unit/process/ArrayBuildTest.php Tests non-existent key for the value configuration.
ArrayBuildTest::testOneDimensionalArrayInput function core/modules/migrate/tests/src/Unit/process/ArrayBuildTest.php Tests one-dimensional array input.
ArrayElement::buildDataDefinition function core/lib/Drupal/Core/Config/Schema/ArrayElement.php Creates a new data definition object from a type definition array and
actual configuration data.
ArrayElement::getElementDefinition function core/lib/Drupal/Core/Config/Schema/ArrayElement.php Gets data definition object for contained element.
ArrayElement::onChange function core/lib/Drupal/Core/Config/Schema/ArrayElement.php React to changes to a child property or item.
AssertButtonsTrait trait core/modules/node/src/Tests/AssertButtonsTrait.php Asserts that buttons are present on a page.
AssertButtonsTrait trait core/modules/node/tests/src/Functional/AssertButtonsTrait.php Asserts that buttons are present on a page.
AssertButtonsTrait.php file core/modules/node/tests/src/Functional/AssertButtonsTrait.php
AssertButtonsTrait.php file core/modules/node/src/Tests/AssertButtonsTrait.php
AssertButtonsTrait::assertButtons function core/modules/node/src/Tests/AssertButtonsTrait.php Assert method to verify the buttons in the dropdown element.
AssertButtonsTrait::assertButtons function core/modules/node/tests/src/Functional/AssertButtonsTrait.php Assert method to verify the buttons in the dropdown element.
AssertConfigEntityImportTrait trait core/modules/config/src/Tests/AssertConfigEntityImportTrait.php Provides test assertions for testing config entity synchronization.
AssertConfigEntityImportTrait trait core/modules/config/tests/src/Traits/AssertConfigEntityImportTrait.php Provides test assertions for testing config entity synchronization.
AssertConfigEntityImportTrait.php file core/modules/config/tests/src/Traits/AssertConfigEntityImportTrait.php
AssertConfigEntityImportTrait.php file core/modules/config/src/Tests/AssertConfigEntityImportTrait.php
AssertConfigEntityImportTrait::assertConfigEntityImport function core/modules/config/src/Tests/AssertConfigEntityImportTrait.php Asserts that a config entity can be imported without changing it.
AssertConfigEntityImportTrait::assertConfigEntityImport function core/modules/config/tests/src/Traits/AssertConfigEntityImportTrait.php Asserts that a config entity can be imported without changing it.
AssertConfigTrait trait core/tests/Drupal/KernelTests/AssertConfigTrait.php Trait to help with diffing config.
AssertConfigTrait.php file core/tests/Drupal/KernelTests/AssertConfigTrait.php
AssertConfigTrait::assertConfigDiff function core/tests/Drupal/KernelTests/AssertConfigTrait.php Ensures that a specific config diff does not contain unwanted changes.
AssertContentTrait trait core/tests/Drupal/KernelTests/AssertContentTrait.php Provides test methods to assert content.
AssertContentTrait trait core/modules/simpletest/src/AssertContentTrait.php Provides test methods to assert content.
AssertContentTrait.php file core/modules/simpletest/src/AssertContentTrait.php
AssertContentTrait.php file core/tests/Drupal/KernelTests/AssertContentTrait.php
AssertContentTrait::$content property core/tests/Drupal/KernelTests/AssertContentTrait.php The current raw content.

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