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
AliasManagerTest::testGetAliasByPathException function core/modules/path_alias/tests/src/Unit/AliasManagerTest.php Tests the getAliasByPath method exception.
AliasPathProcessor::__construct function core/modules/path_alias/src/PathProcessor/AliasPathProcessor.php Constructs a AliasPathProcessor object.
AliasPrefixList::__construct function core/modules/path_alias/src/AliasPrefixList.php Constructs an AliasPrefixList object.
AliasRepository::$connection property core/modules/path_alias/src/AliasRepository.php The database connection.
AliasRepository::__construct function core/modules/path_alias/src/AliasRepository.php Constructs an AliasRepository object.
AliasTest::testPrefixListCacheDeletionMidRequest function core/modules/path_alias/tests/src/Kernel/AliasTest.php Tests situation where the prefix list cache is deleted mid-request.
Alignment::buildConfigurationForm function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Alignment.php Form for choosing which alignment types are available.
Alignment::defaultConfiguration function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Alignment.php Gets default configuration for this plugin.
Alignment::DEFAULT_CONFIGURATION constant core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Alignment.php The default configuration for this plugin.
Alignment::getDynamicPluginConfig function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Alignment.php Filters the alignment options to those chosen in editor config.
Alignment::submitConfigurationForm function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Alignment.php Form submission handler.
Alignment::validateConfigurationForm function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Alignment.php Form validation handler.
AlignmentPluginTest::providerGetDynamicPluginConfig function core/modules/ckeditor5/tests/src/Unit/AlignmentPluginTest.php Provides a list of configs to test.
AlignmentPluginTest::testGetDynamicPluginConfig function core/modules/ckeditor5/tests/src/Unit/AlignmentPluginTest.php @covers ::getDynamicPluginConfig[[api-linebreak]]
@dataProvider providerGetDynamicPluginConfig
AllowedPackages::$manageOptions property composer/Plugin/Scaffold/AllowedPackages.php Manager of the options in the top-level composer.json's 'extra' section.
AllowedPackages::__construct function composer/Plugin/Scaffold/AllowedPackages.php AllowedPackages constructor.
AllowedScaffoldPackagesValidator::__construct function core/modules/package_manager/src/Validator/AllowedScaffoldPackagesValidator.php
AllowedValuesConstraint class core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/AllowedValuesConstraint.php Checks for the value being allowed.
AllowedValuesConstraint.php file core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/AllowedValuesConstraint.php
AllowedValuesConstraint::__construct function core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/AllowedValuesConstraint.php
AllowedValuesConstraintValidator class core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/AllowedValuesConstraintValidator.php Validates the AllowedValues constraint.
AllowedValuesConstraintValidator.php file core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/AllowedValuesConstraintValidator.php
AllowedValuesConstraintValidator::$currentUser property core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/AllowedValuesConstraintValidator.php The current user.
AllowedValuesConstraintValidator::create function core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/AllowedValuesConstraintValidator.php
AllowedValuesConstraintValidator::validate function core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/AllowedValuesConstraintValidator.php
AllowedValuesConstraintValidator::__construct function core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/AllowedValuesConstraintValidator.php Constructs a new AllowedValuesConstraintValidator.
AllowedValuesConstraintValidatorTest class core/tests/Drupal/KernelTests/Core/TypedData/AllowedValuesConstraintValidatorTest.php Tests AllowedValues validation constraint with both valid and invalid values.
AllowedValuesConstraintValidatorTest.php file core/tests/Drupal/KernelTests/Core/TypedData/AllowedValuesConstraintValidatorTest.php
AllowedValuesConstraintValidatorTest::$typedData property core/tests/Drupal/KernelTests/Core/TypedData/AllowedValuesConstraintValidatorTest.php The typed data manager to use.
AllowedValuesConstraintValidatorTest::allowedValueCallback function core/tests/Drupal/KernelTests/Core/TypedData/AllowedValuesConstraintValidatorTest.php An AllowedValueConstraint callback.
AllowedValuesConstraintValidatorTest::setUp function core/tests/Drupal/KernelTests/Core/TypedData/AllowedValuesConstraintValidatorTest.php
AllowedValuesConstraintValidatorTest::testValidation function core/tests/Drupal/KernelTests/Core/TypedData/AllowedValuesConstraintValidatorTest.php Tests the AllowedValues validation constraint validator.
AllowedValuesConstraintValidatorTest::testValidationCallback function core/tests/Drupal/KernelTests/Core/TypedData/AllowedValuesConstraintValidatorTest.php Tests the AllowedValuesConstraintValidator with callbacks.
AllowedValuesConstraintValidatorTest::testValidationCallbackException function core/tests/Drupal/KernelTests/Core/TypedData/AllowedValuesConstraintValidatorTest.php Tests the AllowedValuesConstraintValidator with an invalid callback.
AllowListConfigStorage class core/lib/Drupal/Core/Recipe/AllowListConfigStorage.php A read-only storage wrapper that only allows access to certain config names.
AllowListConfigStorage.php file core/lib/Drupal/Core/Recipe/AllowListConfigStorage.php
AllowListConfigStorage::createCollection function core/lib/Drupal/Core/Recipe/AllowListConfigStorage.php
AllowListConfigStorage::decode function core/lib/Drupal/Core/Recipe/AllowListConfigStorage.php
AllowListConfigStorage::delete function core/lib/Drupal/Core/Recipe/AllowListConfigStorage.php
AllowListConfigStorage::deleteAll function core/lib/Drupal/Core/Recipe/AllowListConfigStorage.php
AllowListConfigStorage::encode function core/lib/Drupal/Core/Recipe/AllowListConfigStorage.php
AllowListConfigStorage::exists function core/lib/Drupal/Core/Recipe/AllowListConfigStorage.php
AllowListConfigStorage::getAllCollectionNames function core/lib/Drupal/Core/Recipe/AllowListConfigStorage.php
AllowListConfigStorage::getCollectionName function core/lib/Drupal/Core/Recipe/AllowListConfigStorage.php
AllowListConfigStorage::listAll function core/lib/Drupal/Core/Recipe/AllowListConfigStorage.php
AllowListConfigStorage::read function core/lib/Drupal/Core/Recipe/AllowListConfigStorage.php
AllowListConfigStorage::readMultiple function core/lib/Drupal/Core/Recipe/AllowListConfigStorage.php
AllowListConfigStorage::rename function core/lib/Drupal/Core/Recipe/AllowListConfigStorage.php
AllowListConfigStorage::write function core/lib/Drupal/Core/Recipe/AllowListConfigStorage.php
AllowListConfigStorage::__construct function core/lib/Drupal/Core/Recipe/AllowListConfigStorage.php

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