Search for set

  1. Search 7.x for set
  2. Search 9.5.x for set
  3. Search 10.3.x for set
  4. Search 11.x for set
  5. Other projects
Title Object type File name Summary
ActionConfigTest::setDatabaseDumpFiles function core/modules/action/tests/src/Functional/Update/ActionConfigTest.php
ActionFormAjaxTest::setUp function core/modules/action/tests/src/FunctionalJavascript/ActionFormAjaxTest.php
ActionLocalTasksTest::setUp function core/modules/action/tests/src/Unit/Menu/ActionLocalTasksTest.php
ActionResourceTestBase::setUpAuthorization function core/modules/system/tests/src/Functional/Rest/ActionResourceTestBase.php
ActionTest::setUp function core/modules/system/tests/src/Kernel/Action/ActionTest.php
ActionTest::setUpAuthorization function core/modules/jsonapi/tests/src/Functional/ActionTest.php
action_post_update_remove_settings function core/modules/action/action.post_update.php Removes action settings.
action_settings.yml file core/modules/action/migrations/action_settings.yml core/modules/action/migrations/action_settings.yml
ActiveLinkResponseFilter::setLinkActiveClass function core/lib/Drupal/Core/EventSubscriber/ActiveLinkResponseFilter.php Sets the "is-active" class on relevant links.
ActiveLinkResponseFilterTest::providerTestSetLinkActiveClass function core/tests/Drupal/Tests/Core/EventSubscriber/ActiveLinkResponseFilterTest.php Provides test data for testSetLinkActiveClass().
ActiveLinkResponseFilterTest::testSetLinkActiveClass function core/tests/Drupal/Tests/Core/EventSubscriber/ActiveLinkResponseFilterTest.php Tests setLinkActiveClass().
ActiveLinkResponseFilterTest::testSkipCertainResponseTypes function core/tests/Drupal/Tests/Core/EventSubscriber/ActiveLinkResponseFilterTest.php Tests certain response types ignored by the ActiveLinkResponseFilter.
ActiveTheme::$baseThemeExtensions property core/lib/Drupal/Core/Theme/ActiveTheme.php An array of base theme extension objects keyed by name.
ActiveTheme::$baseThemes property core/lib/Drupal/Core/Theme/ActiveTheme.php An array of base theme active theme objects keyed by name.
ActiveTheme::getBaseThemeExtensions function core/lib/Drupal/Core/Theme/ActiveTheme.php Returns an array of base theme extension objects keyed by name.
ActiveTheme::getBaseThemes function core/lib/Drupal/Core/Theme/ActiveTheme.php Returns an array of base theme active theme objects keyed by name.
ActiveThemeLegacyTest::testGetBaseThemes function core/tests/Drupal/KernelTests/Core/Theme/ActiveThemeLegacyTest.php Tests \Drupal\Core\Theme\ActiveTheme::getBaseThemes() deprecation.
ActiveWorkspaceCheckTest::setUp function core/modules/workspaces/tests/src/Unit/ActiveWorkspaceCheckTest.php
ActiveWorkspaceUpdateTest::setUp function core/modules/workspaces/tests/src/Functional/UpdateSystem/ActiveWorkspaceUpdateTest.php
AddFeedTest::setUp function core/modules/aggregator/tests/src/Functional/AddFeedTest.php
AdminPathEntityConverterLanguageTest::setUp function core/modules/language/tests/src/Functional/AdminPathEntityConverterLanguageTest.php
AdminTest::setUp function core/modules/system/tests/src/Functional/System/AdminTest.php
AdminThemeUpdateTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/AdminThemeUpdateTest.php
AdvancedSettingsForm class core/modules/views_ui/src/Form/AdvancedSettingsForm.php Form builder for the advanced admin settings page.
AdvancedSettingsForm.php file core/modules/views_ui/src/Form/AdvancedSettingsForm.php
AdvancedSettingsForm::buildForm function core/modules/views_ui/src/Form/AdvancedSettingsForm.php
AdvancedSettingsForm::cacheSubmit function core/modules/views_ui/src/Form/AdvancedSettingsForm.php Submission handler to clear the Views cache.
AdvancedSettingsForm::getEditableConfigNames function core/modules/views_ui/src/Form/AdvancedSettingsForm.php
AdvancedSettingsForm::getFormId function core/modules/views_ui/src/Form/AdvancedSettingsForm.php
AdvancedSettingsForm::submitForm function core/modules/views_ui/src/Form/AdvancedSettingsForm.php
aggregator.settings.yml file core/modules/aggregator/config/install/aggregator.settings.yml core/modules/aggregator/config/install/aggregator.settings.yml
AggregatorAdminTest::testSettingsPage function core/modules/aggregator/tests/src/Functional/AggregatorAdminTest.php Tests the settings form to ensure the correct default values are used.
AggregatorDisplayConfigurableTest::setUp function core/modules/aggregator/tests/src/Functional/AggregatorDisplayConfigurableTest.php
AggregatorFeedViewsFieldAccessTest::setUp function core/modules/aggregator/tests/src/Kernel/Views/AggregatorFeedViewsFieldAccessTest.php
AggregatorItemViewsFieldAccessTest::setUp function core/modules/aggregator/tests/src/Kernel/Views/AggregatorItemViewsFieldAccessTest.php
AggregatorLocalTasksTest::setUp function core/modules/aggregator/tests/src/Unit/Menu/AggregatorLocalTasksTest.php
AggregatorPluginSettingsBase class core/modules/aggregator/src/Plugin/AggregatorPluginSettingsBase.php Base class for aggregator plugins that implement settings forms.
AggregatorPluginSettingsBase.php file core/modules/aggregator/src/Plugin/AggregatorPluginSettingsBase.php
AggregatorPluginSettingsBase::calculateDependencies function core/modules/aggregator/src/Plugin/AggregatorPluginSettingsBase.php
AggregatorPluginSettingsBase::defaultConfiguration function core/modules/aggregator/src/Plugin/AggregatorPluginSettingsBase.php
AggregatorPluginSettingsBase::validateConfigurationForm function core/modules/aggregator/src/Plugin/AggregatorPluginSettingsBase.php
AggregatorPluginSettingsBaseTest class core/modules/aggregator/tests/src/Unit/Plugin/AggregatorPluginSettingsBaseTest.php Tests settings configuration of individual aggregator plugins.
AggregatorPluginSettingsBaseTest.php file core/modules/aggregator/tests/src/Unit/Plugin/AggregatorPluginSettingsBaseTest.php
AggregatorPluginSettingsBaseTest::$configFactory property core/modules/aggregator/tests/src/Unit/Plugin/AggregatorPluginSettingsBaseTest.php The stubbed config factory object.
AggregatorPluginSettingsBaseTest::$managers property core/modules/aggregator/tests/src/Unit/Plugin/AggregatorPluginSettingsBaseTest.php The stubbed aggregator plugin managers array.
AggregatorPluginSettingsBaseTest::$settingsForm property core/modules/aggregator/tests/src/Unit/Plugin/AggregatorPluginSettingsBaseTest.php The aggregator settings form object under test.
AggregatorPluginSettingsBaseTest::setUp function core/modules/aggregator/tests/src/Unit/Plugin/AggregatorPluginSettingsBaseTest.php
AggregatorPluginSettingsBaseTest::testSettingsForm function core/modules/aggregator/tests/src/Unit/Plugin/AggregatorPluginSettingsBaseTest.php Test for AggregatorPluginSettingsBase.
AggregatorRenderingTest::setUp function core/modules/aggregator/tests/src/Functional/AggregatorRenderingTest.php
AggregatorTestBase::setUp function core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php

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