Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Other projects
Title Object type File name Summary
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 class core/modules/views_ui/src/Form/Ajax/Analyze.php Displays analysis information for a view.
Analyze.php file core/modules/views_ui/src/Form/Ajax/Analyze.php
Analyze::buildForm function core/modules/views_ui/src/Form/Ajax/Analyze.php Form constructor.
Analyze::getFormId function core/modules/views_ui/src/Form/Ajax/Analyze.php Returns a unique string identifying the form.
Analyze::getFormKey function core/modules/views_ui/src/Form/Ajax/Analyze.php Returns the key that represents this form.
Analyze::submitForm function core/modules/views_ui/src/Form/Ajax/Analyze.php Form submission handler.
Analyzer class core/modules/views/src/Analyzer.php View analyzer plugin manager.
Analyzer.php file core/modules/views/src/Analyzer.php
Analyzer::$moduleHandler property core/modules/views/src/Analyzer.php A module handler that invokes the 'views_analyze' hook.
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
AnalyzeTest::$defaultTheme property core/modules/views_ui/tests/src/Functional/AnalyzeTest.php The theme to install as the default for testing.
AnalyzeTest::$modules property core/modules/views_ui/tests/src/Functional/AnalyzeTest.php Modules to install.
AnalyzeTest::$testViews property core/modules/views_ui/tests/src/Functional/AnalyzeTest.php Views used by this test.
AnalyzeTest::testAnalyzeBasic function core/modules/views_ui/tests/src/Functional/AnalyzeTest.php Tests that analyze works in general.
AnnotatedClassDiscovery class core/lib/Drupal/Component/Annotation/Plugin/Discovery/AnnotatedClassDiscovery.php Defines a discovery mechanism to find annotated plugins in PSR-4 namespaces.
AnnotatedClassDiscovery class core/lib/Drupal/Core/Plugin/Discovery/AnnotatedClassDiscovery.php Defines a discovery mechanism to find annotated plugins in PSR-4 namespaces.
AnnotatedClassDiscovery.php file core/lib/Drupal/Core/Plugin/Discovery/AnnotatedClassDiscovery.php
AnnotatedClassDiscovery.php file core/lib/Drupal/Component/Annotation/Plugin/Discovery/AnnotatedClassDiscovery.php
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::$directorySuffix property core/lib/Drupal/Core/Plugin/Discovery/AnnotatedClassDiscovery.php The directory suffix.
AnnotatedClassDiscovery::$fileCache property core/lib/Drupal/Component/Annotation/Plugin/Discovery/AnnotatedClassDiscovery.php The file cache object.
AnnotatedClassDiscovery::$namespaceSuffix property core/lib/Drupal/Core/Plugin/Discovery/AnnotatedClassDiscovery.php The namespace suffix.
AnnotatedClassDiscovery::$pluginDefinitionAnnotationName property core/lib/Drupal/Component/Annotation/Plugin/Discovery/AnnotatedClassDiscovery.php The name of the annotation that contains the plugin definition.
AnnotatedClassDiscovery::$pluginNamespaces property core/lib/Drupal/Component/Annotation/Plugin/Discovery/AnnotatedClassDiscovery.php The namespaces within which to find plugin classes.
AnnotatedClassDiscovery::$rootNamespacesIterator property core/lib/Drupal/Core/Plugin/Discovery/AnnotatedClassDiscovery.php A list of base namespaces with their PSR-4 directories.
AnnotatedClassDiscovery::getAnnotationReader function core/lib/Drupal/Core/Plugin/Discovery/AnnotatedClassDiscovery.php Gets the used doctrine annotation reader.

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