Search for __set

  1. Search 7.x for __set
  2. Search 9.5.x for __set
  3. Search 8.9.x for __set
  4. Search 10.3.x for __set
  5. Search 11.x for __set
  6. Other projects
Title Object type File name Summary
LazyPluginCollectionTestBase::setupPluginCollection function core/tests/Drupal/Tests/Core/Plugin/LazyPluginCollectionTestBase.php Sets up the default plugin collection.
LazyRouteCollectionTest::setUp function core/tests/Drupal/Tests/Core/Routing/LazyRouteCollectionTest.php
LegacyFileSystemTest::setUp function core/tests/Drupal/KernelTests/Core/File/LegacyFileSystemTest.php
LegacySessionTestController::set function core/modules/system/tests/modules/session_test/src/Controller/LegacySessionTestController.php Stores a value in $_SESSION['legacy_test_value'].
LibraryDependencyResolver::getMinimalRepresentativeSubset function core/lib/Drupal/Core/Asset/LibraryDependencyResolver.php
LibraryDependencyResolverInterface::getMinimalRepresentativeSubset function core/lib/Drupal/Core/Asset/LibraryDependencyResolverInterface.php Gets the minimal representative subset of the given libraries.
LibraryDependencyResolverTest::providerTestGetMinimalRepresentativeSubset function core/tests/Drupal/Tests/Core/Asset/LibraryDependencyResolverTest.php Provides test data for ::testGetMinimalRepresentativeSubset().
LibraryDependencyResolverTest::setUp function core/tests/Drupal/Tests/Core/Asset/LibraryDependencyResolverTest.php
LibraryDependencyResolverTest::testGetMinimalRepresentativeSubset function core/tests/Drupal/Tests/Core/Asset/LibraryDependencyResolverTest.php Tests get minimal representative subset.
LibraryDependencyResolverTest::testGetMinimalRepresentativeSubsetInvalidInput function core/tests/Drupal/Tests/Core/Asset/LibraryDependencyResolverTest.php Tests get minimal representative subset invalid input.
LibraryDiscoveryCollector::reset function core/lib/Drupal/Core/Asset/LibraryDiscoveryCollector.php
LibraryDiscoveryCollectorTest::setUp function core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryCollectorTest.php
LibraryDiscoveryIntegrationTest::assertAssetInLibrary function core/tests/Drupal/KernelTests/Core/Asset/LibraryDiscoveryIntegrationTest.php Asserts that the specified asset is in the given library.
LibraryDiscoveryIntegrationTest::assertNoAssetInLibrary function core/tests/Drupal/KernelTests/Core/Asset/LibraryDiscoveryIntegrationTest.php Asserts that the specified asset is not in the given library.
LibraryDiscoveryIntegrationTest::setUp function core/tests/Drupal/KernelTests/Core/Asset/LibraryDiscoveryIntegrationTest.php
LibraryDiscoveryIntegrationTest::testBaseThemeLibrariesOverrideInSubTheme function core/tests/Drupal/KernelTests/Core/Asset/LibraryDiscoveryIntegrationTest.php Tests that base theme libraries-override still apply in sub themes.
LibraryDiscoveryIntegrationTest::testLibrariesOverrideDrupalSettings function core/tests/Drupal/KernelTests/Core/Asset/LibraryDiscoveryIntegrationTest.php Tests libraries-override on drupalSettings.
LibraryDiscoveryIntegrationTest::testLibrariesOverrideMalformedAsset function core/tests/Drupal/KernelTests/Core/Asset/LibraryDiscoveryIntegrationTest.php Tests libraries-override on malformed assets.
LibraryDiscoveryIntegrationTest::testLibrariesOverrideOtherAssetLibraryNames function core/tests/Drupal/KernelTests/Core/Asset/LibraryDiscoveryIntegrationTest.php Tests library assets with other ways for specifying paths.
LibraryDiscoveryParser::resolveThemeAssetPath function core/lib/Drupal/Core/Asset/LibraryDiscoveryParser.php Ensures that a full path is returned for an overriding theme asset.
LibraryDiscoveryParser::setOverrideValue function core/lib/Drupal/Core/Asset/LibraryDiscoveryParser.php Overrides the specified library asset.
LibraryDiscoveryParserTest::setUp function core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryParserTest.php
LibraryDiscoveryParserTest::setUpMockLibrariesDirectoryFileFinder function core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryParserTest.php Reinitializes the libraries directory file finder as a mock object.
LibraryDiscoveryParserTest::setUpMockStreamWrapperManager function core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryParserTest.php Reinitializes the stream wrapper manager as a mock object.
LibraryDiscoveryParserTest::testLibraryWithCssJsSetting function core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryParserTest.php Tests a library with CSS/JavaScript and a setting.
LibraryDiscoveryTest::setUp function core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryTest.php
LibraryDiscoveryTest::testAssetLibraryDeprecation function core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryTest.php Tests getting a deprecated library.
Link::setLinkGenerator function core/lib/Drupal/Core/Link.php Sets the link generator service.
Link::setText function core/lib/Drupal/Core/Link.php Sets the new text of the link.
Link::setUrl function core/lib/Drupal/Core/Link.php Sets the URL of this link.
LinkApproveTest::setUp function core/modules/comment/tests/src/Unit/Plugin/views/field/LinkApproveTest.php
LinkBaseTest class core/modules/views/tests/src/Unit/Plugin/views/field/LinkBaseTest.php Tests Drupal\views\Plugin\views\field\EntityLink.
LinkBaseTest.php file core/modules/views/tests/src/Unit/Plugin/views/field/LinkBaseTest.php
LinkBaseTest::setUp function core/modules/views/tests/src/Unit/Plugin/views/field/LinkBaseTest.php
LinkBaseTest::testRenderNullEntity function core/modules/views/tests/src/Unit/Plugin/views/field/LinkBaseTest.php Tests the render method when getEntity returns NULL.
LinkCollectionNormalizerTest::setUp function core/modules/jsonapi/tests/src/Kernel/Normalizer/LinkCollectionNormalizerTest.php
LinkFieldFormStatesTest::setUp function core/modules/link/tests/src/FunctionalJavascript/LinkFieldFormStatesTest.php
LinkFieldTest::setUp function core/modules/link/tests/src/Unit/Plugin/migrate/field/d6/LinkFieldTest.php
LinkFieldTest::setUp function core/modules/link/tests/src/Kernel/Plugin/migrate/field/d7/LinkFieldTest.php
LinkFieldTest::setUp function core/modules/link/tests/src/Functional/LinkFieldTest.php
LinkFieldUITest::setUp function core/modules/link/tests/src/Functional/LinkFieldUITest.php
LinkFormatter::defaultSettings function core/modules/link/src/Plugin/Field/FieldFormatter/LinkFormatter.php
LinkFormatter::settingsForm function core/modules/link/src/Plugin/Field/FieldFormatter/LinkFormatter.php
LinkFormatter::settingsSummary function core/modules/link/src/Plugin/Field/FieldFormatter/LinkFormatter.php
LinkFormatterDisplayTest::setUp function core/modules/link/tests/src/Kernel/LinkFormatterDisplayTest.php
LinkFormatterTest::setUp function core/modules/link/tests/src/Kernel/LinkFormatterTest.php
LinkGeneratorTest::setUp function core/tests/Drupal/Tests/Core/Utility/LinkGeneratorTest.php
LinkGeneratorTest::setUpMockModuleHandler function core/tests/Drupal/Tests/Core/Utility/LinkGeneratorTest.php Reinitializes the module handler as a mock object.
LinkGeneratorTest::setUpMockUrlGenerator function core/tests/Drupal/Tests/Core/Utility/LinkGeneratorTest.php Reinitializes the URL generator as a mock object.
LinkItem::defaultFieldSettings function core/modules/link/src/Plugin/Field/FieldType/LinkItem.php

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