Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 8.9.x for to
  4. Search 11.x for to
  5. Other projects
Title Object type File name Summary
DirectoryWithMetadataDiscovery::getDirectoryIterator function core/lib/Drupal/Core/Plugin/Discovery/DirectoryWithMetadataDiscovery.php Gets an iterator to loop over the files in the provided directory.
DirectoryWithMetadataDiscovery::getDirectoryIterator function core/modules/sdc/src/Plugin/Discovery/DirectoryWithMetadataDiscovery.php Gets an iterator to loop over the files in the provided directory.
DirectoryWithMetadataDiscovery::getIdentifier function core/modules/sdc/src/Plugin/Discovery/DirectoryWithMetadataDiscovery.php The IDs can collide in two different scenarios:
DirectoryWithMetadataDiscovery::getIdentifier function core/lib/Drupal/Core/Plugin/Discovery/DirectoryWithMetadataDiscovery.php The IDs can collide in two different scenarios:
DirectoryWithMetadataDiscovery::__construct function core/lib/Drupal/Core/Plugin/Discovery/DirectoryWithMetadataDiscovery.php Constructs a DirectoryWithMetadataDiscovery object.
DirectoryWithMetadataDiscovery::__construct function core/modules/sdc/src/Plugin/Discovery/DirectoryWithMetadataDiscovery.php Constructs a DirectoryWithMetadataDiscovery object.
DirectoryWithMetadataPluginDiscovery class core/modules/sdc/src/Plugin/Discovery/DirectoryWithMetadataPluginDiscovery.php Discover directories that contain a specific metadata file.
DirectoryWithMetadataPluginDiscovery class core/lib/Drupal/Core/Plugin/Discovery/DirectoryWithMetadataPluginDiscovery.php Discover directories that contain a specific metadata file.
DirectoryWithMetadataPluginDiscovery.php file core/lib/Drupal/Core/Plugin/Discovery/DirectoryWithMetadataPluginDiscovery.php
DirectoryWithMetadataPluginDiscovery.php file core/modules/sdc/src/Plugin/Discovery/DirectoryWithMetadataPluginDiscovery.php
DirectoryWithMetadataPluginDiscovery::__construct function core/modules/sdc/src/Plugin/Discovery/DirectoryWithMetadataPluginDiscovery.php Constructs a YamlDirectoryDiscovery object.
DirectoryWithMetadataPluginDiscovery::__construct function core/lib/Drupal/Core/Plugin/Discovery/DirectoryWithMetadataPluginDiscovery.php Constructs a DirectoryWithMetadataPluginDiscovery object.
DiscardLayoutChangesForm::$layoutTempstoreRepository property core/modules/layout_builder/src/Form/DiscardLayoutChangesForm.php The layout tempstore repository.
DiscardLayoutChangesForm::$sectionStorage property core/modules/layout_builder/src/Form/DiscardLayoutChangesForm.php The section storage.
DiscoverServiceProvidersTest::testDiscoverServiceCustom function core/tests/Drupal/Tests/Core/DrupalKernel/DiscoverServiceProvidersTest.php Tests discovery with user defined container yaml.
DisplayAttachmentTest::testAttachmentOnAttachedMachineNameChange function core/modules/views_ui/tests/src/Functional/DisplayAttachmentTest.php Tests the attachment after changing machine name.
DisplayEntityReferenceTest::$fieldStorage property core/modules/views/tests/src/Functional/Plugin/DisplayEntityReferenceTest.php The field storage.
DisplayExtenderPluginBase::submitOptionsForm function core/modules/views/src/Plugin/views/display_extender/DisplayExtenderPluginBase.php Handle any special handling on the validate form.
DisplayExtenderTest::submitOptionsForm function core/modules/views/tests/modules/views_test_data/src/Plugin/views/display_extender/DisplayExtenderTest.php Handle any special handling on the validate form.
DisplayKernelTest::testDefaultOptions function core/modules/views/tests/src/Kernel/Plugin/DisplayKernelTest.php Tests the default display options.
DisplayModeLocalAction::getOptions function core/modules/field_ui/src/DisplayModeLocalAction.php Returns options for rendering a link for the local action.
DisplayPluginBase::attachTo function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Allows displays to attach to other views.
DisplayPluginBase::getArgumentsTokens function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Returns to tokens for arguments.
DisplayPluginBase::getOption function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Gets an option, from this display or the default display.
DisplayPluginBase::setOption function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Sets an option, on this display or the default display.
DisplayPluginBase::setOverride function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Flip the override setting for the given section.
DisplayPluginBase::submitOptionsForm function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Handle any special handling on the validate form.
DisplayPluginInterface::attachTo function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Allows displays to attach to other views.
DisplayPluginInterface::getArgumentsTokens function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Returns to tokens for arguments.
DisplayPluginInterface::getOption function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Gets an option, from this display or the default display.
DisplayPluginInterface::setOption function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Sets an option, on this display or the default display.
DisplayPluginInterface::setOverride function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Flip the override setting for the given section.
DisplayPluginInterface::submitOptionsForm function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Performs any necessary changes to the form values prior to storage.
DisplayTest::submitOptionsForm function core/modules/views/tests/modules/views_test_data/src/Plugin/views/display/DisplayTest.php Handle any special handling on the validate form.
DisplayTest::testDisplayTitleInButtonsXss function core/modules/views_ui/tests/src/Functional/DisplayTest.php Ensures that no XSS is possible for buttons.
DisplayTest::testOutputIsEmpty function core/modules/views/tests/src/Functional/Plugin/DisplayTest.php Tests the outputIsEmpty method on the display.
DisplayTest::testReadMoreCustomURL function core/modules/views/tests/src/Functional/Plugin/DisplayTest.php Tests the readmore with custom URL.
DisplayTest::toggleContextualTriggerVisibility function core/modules/views_ui/tests/src/FunctionalJavascript/DisplayTest.php Toggles the visibility of a contextual trigger.
DocParser::findInitialTokenPosition function core/lib/Drupal/Component/Annotation/Doctrine/DocParser.php Finds the first valid annotation
DocParserTest::testAnnotationEnumeratorException function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
DocParserTest::testAnnotationEnumeratorLiteralException function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
DocParserTest::testAnnotationWithoutConstructor function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
DocParserTest::testAnnotationWithRequiredAttributesWithoutContructor function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
DocParserTest::testAutoloadAnnotation function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php @group DCOM-56
DocParserTest::testDefaultAnnotationValueIsNotOverwritten function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
DocParserTest::testWithoutConstructorWhenHasNoProperties function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
DocParserTest::testWithoutConstructorWhenIsNotDefaultValue function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
DownloadTest::$fileUrlGenerator property core/modules/file/tests/src/Functional/DownloadTest.php The file URL generator.
DownloadTest::testOverwritingDownload function core/modules/migrate/tests/src/Kernel/process/DownloadTest.php Tests a download that overwrites an existing local file.
DriverModuleMissingDependenciesTest::testDetermineDriversAutoloadingFailingOnMissingDependency function core/tests/Drupal/Tests/Core/Database/DriverModuleMissingDependenciesTest.php @covers ::get

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