Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Other projects
Title Object type File name Summary
AlterTest::$defaultTheme property core/modules/system/tests/src/Functional/Form/AlterTest.php The theme to install as the default for testing.
AlterTest::$modules property core/modules/system/tests/src/Functional/Form/AlterTest.php Modules to install.
AlterTest::$modules property core/modules/system/tests/src/Kernel/Common/AlterTest.php Modules to install.
AlterTest::testAlterChangeConditional function core/tests/Drupal/KernelTests/Core/Database/AlterTest.php Tests that we can alter a query's conditionals.
AlterTest::testAlterChangeFields function core/tests/Drupal/KernelTests/Core/Database/AlterTest.php Tests that we can alter the fields of a query.
AlterTest::testAlterExpression function core/tests/Drupal/KernelTests/Core/Database/AlterTest.php Tests that we can alter expressions in the query.
AlterTest::testAlterRemoveRange function core/tests/Drupal/KernelTests/Core/Database/AlterTest.php Tests that we can remove a range() value from a query.
AlterTest::testAlterWithJoin function core/tests/Drupal/KernelTests/Core/Database/AlterTest.php Tests that we can alter the joins on a query.
AlterTest::testDrupalAlter function core/modules/system/tests/src/Kernel/Common/AlterTest.php Tests if the theme has been altered.
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().
AlterTest::testSimpleAlter function core/tests/Drupal/KernelTests/Core/Database/AlterTest.php Tests that we can do basic alters.
AlterTest::testSimpleAlterSubquery function core/tests/Drupal/KernelTests/Core/Database/AlterTest.php Tests that we can do basic alters on subqueries.
AltTextContainsLlamasConstraint class core/modules/image/tests/modules/image_field_property_constraint_validation/src/Plugin/Validation/Constraint/AltTextContainsLlamasConstraint.php Provides a Contains Llamas constraint.
AltTextContainsLlamasConstraint.php file core/modules/image/tests/modules/image_field_property_constraint_validation/src/Plugin/Validation/Constraint/AltTextContainsLlamasConstraint.php
AltTextContainsLlamasConstraint::__construct function core/modules/image/tests/modules/image_field_property_constraint_validation/src/Plugin/Validation/Constraint/AltTextContainsLlamasConstraint.php #[HasNamedArguments]
AltTextContainsLlamasConstraintValidator class core/modules/image/tests/modules/image_field_property_constraint_validation/src/Plugin/Validation/Constraint/AltTextContainsLlamasConstraintValidator.php Validates the alt text contains llamas.
AltTextContainsLlamasConstraintValidator.php file core/modules/image/tests/modules/image_field_property_constraint_validation/src/Plugin/Validation/Constraint/AltTextContainsLlamasConstraintValidator.php
AltTextContainsLlamasConstraintValidator::validate function core/modules/image/tests/modules/image_field_property_constraint_validation/src/Plugin/Validation/Constraint/AltTextContainsLlamasConstraintValidator.php
AlwaysAddsAccessPolicy class core/tests/Drupal/Tests/Core/Session/AccessPolicyProcessorTest.php A test access policy that adds a permission.
AlwaysAddsAccessPolicy::applies function core/tests/Drupal/Tests/Core/Session/AccessPolicyProcessorTest.php Checks whether this access policy applies to a given scope.
AlwaysAddsAccessPolicy::calculatePermissions function core/tests/Drupal/Tests/Core/Session/AccessPolicyProcessorTest.php Calculates the permissions for an account within a given scope.
AlwaysAddsAccessPolicy::getPersistentCacheContexts function core/tests/Drupal/Tests/Core/Session/AccessPolicyProcessorTest.php Gets the persistent cache contexts.
AlwaysAltersAccessPolicy class core/tests/Drupal/Tests/Core/Session/AccessPolicyProcessorTest.php A test access policy that alters an existing policy.
AlwaysAltersAccessPolicy::alterPermissions function core/tests/Drupal/Tests/Core/Session/AccessPolicyProcessorTest.php Alter the permissions after all policies have finished building them.
AlwaysAltersAccessPolicy::applies function core/tests/Drupal/Tests/Core/Session/AccessPolicyProcessorTest.php Checks whether this access policy applies to a given scope.
AlwaysAltersAccessPolicy::getPersistentCacheContexts function core/tests/Drupal/Tests/Core/Session/AccessPolicyProcessorTest.php Gets the persistent cache contexts.
AmbiguousBundleClassException class core/lib/Drupal/Core/Entity/Exception/AmbiguousBundleClassException.php Exception thrown if a bundle class is defined for multiple bundles.
AmbiguousBundleClassException.php file core/lib/Drupal/Core/Entity/Exception/AmbiguousBundleClassException.php
AmbiguousBundleClassException::__construct function core/lib/Drupal/Core/Entity/Exception/AmbiguousBundleClassException.php Constructs an AmbiguousBundleClassException.
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.
AMissingTargetAlter class core/modules/system/tests/modules/HookOrder/aaa_hook_order_test/src/Hook/AMissingTargetAlter.php Provides hook implementations for testing the alteration of hooks.
AMissingTargetAlter.php file core/modules/system/tests/modules/HookOrder/aaa_hook_order_test/src/Hook/AMissingTargetAlter.php
AMissingTargetAlter::testABAlter function core/modules/system/tests/modules/HookOrder/aaa_hook_order_test/src/Hook/AMissingTargetAlter.php Implements hook_test_ab_alter().
AMissingTargetAlter::testASupertypeAlter function core/modules/system/tests/modules/HookOrder/aaa_hook_order_test/src/Hook/AMissingTargetAlter.php Implements hook_testASupertypeAlter().
AMissingTargetAlter::testASupertypeAlterRemovedForBSubtypeByXyz function core/modules/system/tests/modules/HookOrder/aaa_hook_order_test/src/Hook/AMissingTargetAlter.php Implements hook_test_a_supertype_alter().
AMissingTargetAlter::testASupertypeAlterReorderedFirstForBSubtypeByXyz function core/modules/system/tests/modules/HookOrder/aaa_hook_order_test/src/Hook/AMissingTargetAlter.php Implements hook_test_a_supertype_alter().
AMissingTargetHooks class core/modules/system/tests/modules/HookOrder/aaa_hook_order_test/src/Hook/AMissingTargetHooks.php Contains hook implementations.
AMissingTargetHooks.php file core/modules/system/tests/modules/HookOrder/aaa_hook_order_test/src/Hook/AMissingTargetHooks.php
AMissingTargetHooks::testABHook function core/modules/system/tests/modules/HookOrder/aaa_hook_order_test/src/Hook/AMissingTargetHooks.php Implements hook_test_unrelated_hook().
AMissingTargetHooks::testUnrelatedHookRemovedForHookB function core/modules/system/tests/modules/HookOrder/aaa_hook_order_test/src/Hook/AMissingTargetHooks.php Implements hook_test_unrelated_hook().
AMissingTargetHooks::testUnrelatedHookReorderedLastForHookB function core/modules/system/tests/modules/HookOrder/aaa_hook_order_test/src/Hook/AMissingTargetHooks.php Implements hook_test_unrelated_hook().
Analyze::submitForm function core/modules/views_ui/src/Form/Ajax/Analyze.php Form submission handler.
Analyzer::formatMessage function core/modules/views/src/Analyzer.php Formats an analysis message.
Analyzer::formatMessages function core/modules/views/src/Analyzer.php Formats the analyze result into a message string.
Analyzer::getMessages function core/modules/views/src/Analyzer.php Analyzes a review and return the results.
Analyzer::__construct function core/modules/views/src/Analyzer.php Constructs an Analyzer object.
AnalyzeTest class core/modules/views_ui/tests/src/Functional/AnalyzeTest.php Tests the views analyze system.
AnalyzeTest.php file core/modules/views_ui/tests/src/Functional/AnalyzeTest.php

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