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. Search 11.x for %s
  6. Other projects
Title Object type File name Summary
ManageGitIgnoreTest::testUnmanagedGitIgnoreWhenGitNotAvailable function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ManageGitIgnoreTest.php Tests scaffold command disables .gitignore management when git not present.
ManageOptions class composer/Plugin/Scaffold/ManageOptions.php Per-project options from the 'extras' section of the composer.json file.
ManageOptions.php file composer/Plugin/Scaffold/ManageOptions.php
ManageOptions::$composer property composer/Plugin/Scaffold/ManageOptions.php The Composer service.
ManageOptions::ensureLocations function composer/Plugin/Scaffold/ManageOptions.php Ensures that all of the locations defined in the scaffold files exist.
ManageOptions::getLocationReplacements function composer/Plugin/Scaffold/ManageOptions.php Creates an interpolator for the 'locations' element.
ManageOptions::getOptions function composer/Plugin/Scaffold/ManageOptions.php Gets the root-level scaffold options for this project.
ManageOptions::packageOptions function composer/Plugin/Scaffold/ManageOptions.php Gets the scaffold options for the stipulated project.
ManageOptions::__construct function composer/Plugin/Scaffold/ManageOptions.php ManageOptions constructor.
ManyAssetsLoadOrderTest class core/tests/Drupal/FunctionalTests/Libraries/ManyAssetsLoadOrderTest.php Tests the loading of many weighted assets.
ManyAssetsLoadOrderTest.php file core/tests/Drupal/FunctionalTests/Libraries/ManyAssetsLoadOrderTest.php
ManyAssetsLoadOrderTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Libraries/ManyAssetsLoadOrderTest.php The theme to install as the default for testing.
ManyAssetsLoadOrderTest::$modules property core/tests/Drupal/FunctionalTests/Libraries/ManyAssetsLoadOrderTest.php Modules to install.
ManyAssetsLoadOrderTest::testLoadOrder function core/tests/Drupal/FunctionalTests/Libraries/ManyAssetsLoadOrderTest.php Loads a page with many assets that have different but close weights.
ManyAssetsTestController class core/modules/system/tests/modules/many_assets_test/src/Controller/ManyAssetsTestController.php Provides a controller for testing asset loading order.
ManyAssetsTestController.php file core/modules/system/tests/modules/many_assets_test/src/Controller/ManyAssetsTestController.php
ManyAssetsTestController::build function core/modules/system/tests/modules/many_assets_test/src/Controller/ManyAssetsTestController.php The render array of the assets testing page.
ManyAssetsTestHooks class core/modules/system/tests/modules/many_assets_test/src/Hook/ManyAssetsTestHooks.php Hook implementations for many_assets_test.
ManyAssetsTestHooks.php file core/modules/system/tests/modules/many_assets_test/src/Hook/ManyAssetsTestHooks.php
ManyAssetsTestHooks::libraryInfoBuild function core/modules/system/tests/modules/many_assets_test/src/Hook/ManyAssetsTestHooks.php Implements hook_library_info_build().
ManyPlaceholderTest class core/modules/big_pipe/tests/src/Unit/Render/ManyPlaceholderTest.php Tests Drupal\big_pipe\Render\BigPipe.
ManyPlaceholderTest.php file core/modules/big_pipe/tests/src/Unit/Render/ManyPlaceholderTest.php
ManyPlaceholderTest::testManyNoJsPlaceHolders function core/modules/big_pipe/tests/src/Unit/Render/ManyPlaceholderTest.php Tests many no js place holders.
ManyToOne::buildOptionsForm function core/modules/views/src/Plugin/views/argument/ManyToOne.php Provide a form to edit options for this plugin.
ManyToOne::defineOptions function core/modules/views/src/Plugin/views/argument/ManyToOne.php Information about options for all kinds of purposes will be held here.
ManyToOne::defineOptions function core/modules/views/src/Plugin/views/filter/ManyToOne.php Information about options for all kinds of purposes will be held here.
ManyToOne::ensureMyTable function core/modules/views/src/Plugin/views/filter/ManyToOne.php Ensures that the main table for this handler is in the query.
ManyToOne::ensureMyTable function core/modules/views/src/Plugin/views/argument/ManyToOne.php Ensures that the main table for this handler is in the query.
ManyToOne::operators function core/modules/views/src/Plugin/views/filter/ManyToOne.php Returns an array of operator information, keyed by operator ID.
ManyToOne::summaryArgument function core/modules/views/src/Plugin/views/argument/ManyToOne.php Provides the argument to use to link from the summary to the next level.
ManyToOne::summaryQuery function core/modules/views/src/Plugin/views/argument/ManyToOne.php Build the info for the summary query.
ManyToOneHelper::buildOptionsForm function core/modules/views/src/ManyToOneHelper.php
ManyToOneHelper::defineOptions function core/modules/views/src/ManyToOneHelper.php
ManyToOneHelper::ensureMyTable function core/modules/views/src/ManyToOneHelper.php Override ensureMyTable so we can control how this joins in.
ManyToOneHelper::summaryJoin function core/modules/views/src/ManyToOneHelper.php Provides the proper join for summary queries.
ManyToOneHelper::__construct function core/modules/views/src/ManyToOneHelper.php
many_assets_test.info.yml file core/modules/system/tests/modules/many_assets_test/many_assets_test.info.yml core/modules/system/tests/modules/many_assets_test/many_assets_test.info.yml
many_assets_test.libraries.yml file core/modules/system/tests/modules/many_assets_test/many_assets_test.libraries.yml core/modules/system/tests/modules/many_assets_test/many_assets_test.libraries.yml
many_assets_test.routing.yml file core/modules/system/tests/modules/many_assets_test/many_assets_test.routing.yml core/modules/system/tests/modules/many_assets_test/many_assets_test.routing.yml
Map::$properties property core/lib/Drupal/Core/TypedData/Plugin/DataType/Map.php The array of properties.
Map::$values property core/lib/Drupal/Core/TypedData/Plugin/DataType/Map.php An array of values for the contained properties.
Map::getProperties function core/lib/Drupal/Core/TypedData/Plugin/DataType/Map.php Gets an array of property objects.
Map::getString function core/lib/Drupal/Core/TypedData/Plugin/DataType/Map.php Returns a string representation of the data.
Map::isEmpty function core/lib/Drupal/Core/TypedData/Plugin/DataType/Map.php Determines whether the data structure is empty.
Map::set function core/lib/Drupal/Core/TypedData/Plugin/DataType/Map.php Sets a property value.
Map::setValue function core/lib/Drupal/Core/TypedData/Plugin/DataType/Map.php Overrides \Drupal\Core\TypedData\TypedData::setValue().
MapBaseFieldTest class core/tests/Drupal/KernelTests/Core/Field/MapBaseFieldTest.php Tests map base fields.
MapBaseFieldTest.php file core/tests/Drupal/KernelTests/Core/Field/MapBaseFieldTest.php
MapBaseFieldTest::$entityDefinitionUpdateManager property core/tests/Drupal/KernelTests/Core/Field/MapBaseFieldTest.php The entity definition update manager.
MapBaseFieldTest::$modules property core/tests/Drupal/KernelTests/Core/Field/MapBaseFieldTest.php Modules to install.

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