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
AllowedValuesConstraint::$maxMessage property core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/AllowedValuesConstraint.php
AllowedValuesConstraint::$minMessage property core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/AllowedValuesConstraint.php
AllowedValuesConstraint::$strict property 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.
AlreadyInstalledException class core/lib/Drupal/Core/Installer/Exception/AlreadyInstalledException.php Exception thrown if Drupal is installed already.
AlreadyInstalledException.php file core/lib/Drupal/Core/Installer/Exception/AlreadyInstalledException.php
AlreadyInstalledException::__construct function core/lib/Drupal/Core/Installer/Exception/AlreadyInstalledException.php Constructs a new "already installed" exception.
AlterTest::testAlterChangeConditional function core/tests/Drupal/KernelTests/Core/Database/AlterTest.php Tests that we can alter a query's conditionals.
AlterTest::testAlterExpression function core/tests/Drupal/KernelTests/Core/Database/AlterTest.php Tests that we can alter expressions in the query.
AlterTest::testExecutionOrder function core/modules/system/tests/src/Functional/Form/AlterTest.php Tests execution order of hook_form_alter() and hook_form_FORM_ID_alter().
AmbiguousEntityClassException class core/lib/Drupal/Core/Entity/Exception/AmbiguousEntityClassException.php Exception thrown if multiple entity types exist for an entity class.
AmbiguousEntityClassException.php file core/lib/Drupal/Core/Entity/Exception/AmbiguousEntityClassException.php
AmbiguousEntityClassException::__construct function core/lib/Drupal/Core/Entity/Exception/AmbiguousEntityClassException.php Constructs an AmbiguousEntityClassException.
Analyzer::__construct function core/modules/views/src/Analyzer.php Constructs an Analyzer object.
AnnotatedClassDiscovery::$annotationNamespaces property core/lib/Drupal/Component/Annotation/Plugin/Discovery/AnnotatedClassDiscovery.php Additional namespaces to be scanned for annotation classes.
AnnotatedClassDiscovery::$annotationReader property core/lib/Drupal/Component/Annotation/Plugin/Discovery/AnnotatedClassDiscovery.php The doctrine annotation reader.
AnnotatedClassDiscovery::$pluginDefinitionAnnotationName property core/lib/Drupal/Component/Annotation/Plugin/Discovery/AnnotatedClassDiscovery.php The name of the annotation that contains the plugin definition.
AnnotatedClassDiscovery::getAnnotationReader function core/lib/Drupal/Component/Annotation/Plugin/Discovery/AnnotatedClassDiscovery.php Gets the used doctrine annotation reader.
AnnotatedClassDiscovery::getAnnotationReader function core/lib/Drupal/Core/Plugin/Discovery/AnnotatedClassDiscovery.php
AnnotatedClassDiscovery::getDefinitions function core/lib/Drupal/Component/Annotation/Plugin/Discovery/AnnotatedClassDiscovery.php
AnnotatedClassDiscovery::prepareAnnotationDefinition function core/lib/Drupal/Component/Annotation/Plugin/Discovery/AnnotatedClassDiscovery.php Prepares the annotation definition.
AnnotatedClassDiscovery::prepareAnnotationDefinition function core/lib/Drupal/Core/Plugin/Discovery/AnnotatedClassDiscovery.php
AnnotatedClassDiscovery::__construct function core/lib/Drupal/Core/Plugin/Discovery/AnnotatedClassDiscovery.php Constructs an AnnotatedClassDiscovery object.
AnnotatedClassDiscovery::__construct function core/lib/Drupal/Component/Annotation/Plugin/Discovery/AnnotatedClassDiscovery.php Constructs a new instance.
AnnotatedClassDiscoveryAutomatedProviders::getDefinitions function core/modules/migrate/src/Plugin/Discovery/AnnotatedClassDiscoveryAutomatedProviders.php Gets the definition of all plugins for this type.
AnnotatedClassDiscoveryAutomatedProviders::prepareAnnotationDefinition function core/modules/migrate/src/Plugin/Discovery/AnnotatedClassDiscoveryAutomatedProviders.php Prepares the annotation definition.
AnnotatedClassDiscoveryAutomatedProviders::__construct function core/modules/migrate/src/Plugin/Discovery/AnnotatedClassDiscoveryAutomatedProviders.php Constructs an AnnotatedClassDiscoveryAutomatedProviders object.
AnnotatedClassDiscoveryCachedTest::testGetDefinitions function core/tests/Drupal/Tests/Component/Annotation/AnnotatedClassDiscoveryCachedTest.php Test that getDefinitions() retrieves the file cache correctly.
AnnotatedClassDiscoveryTest::provideBadAnnotations function core/tests/Drupal/Tests/Component/Plugin/Discovery/AnnotatedClassDiscoveryTest.php All the Drupal documentation standards tags.
AnnotatedClassDiscoveryTest::testAutoloadBadAnnotations function core/tests/Drupal/Tests/Component/Plugin/Discovery/AnnotatedClassDiscoveryTest.php Make sure AnnotatedClassDiscovery never tries to autoload bad annotations.
AnnotatedClassDiscoveryTest::testGetDefinitions function core/tests/Drupal/Tests/Component/Annotation/AnnotatedClassDiscoveryTest.php @covers ::getDefinitions[[api-linebreak]]
@covers ::prepareAnnotationDefinition[[api-linebreak]]
@covers ::getAnnotationReader[[api-linebreak]]
Annotation for context definition group core/lib/Drupal/Core/Annotation/ContextDefinition.php Describes how to use ContextDefinition annotation.
Annotation for translatable text group core/lib/Drupal/Core/Annotation/Translation.php Describes how to put translatable UI text into annotations.
AnnotationBase class core/lib/Drupal/Component/Annotation/AnnotationBase.php Provides a base class for classed annotations.
AnnotationBase.php file core/lib/Drupal/Component/Annotation/AnnotationBase.php
AnnotationBase::$class property core/lib/Drupal/Component/Annotation/AnnotationBase.php The class used for this annotated class.
AnnotationBase::$id property core/lib/Drupal/Component/Annotation/AnnotationBase.php The annotated class ID.

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