MessageViewBuilder::getBuildDefaults |
function |
core/modules/contact/src/MessageViewBuilder.php |
Provides entity-specific defaults to the build process. |
MigrateSqlIdMapTest::idMapDefaults |
function |
core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php |
Sets defaults for SQL ID map plugin tests. |
MigrationPluginManager::$defaults |
property |
core/modules/migrate/src/Plugin/MigrationPluginManager.php |
Provides default values for migrations. |
ModuleExtensionList::$defaults |
property |
core/lib/Drupal/Core/Extension/ModuleExtensionList.php |
Default values to be merged into *.info.yml file arrays. |
NodeSearch::parseAdvancedDefaults |
function |
core/modules/node/src/Plugin/Search/NodeSearch.php |
Parses the advanced search form default values. |
NodeTypeInitialLanguageTest::testNodeTypeInitialLanguageDefaults |
function |
core/modules/node/tests/src/Functional/NodeTypeInitialLanguageTest.php |
Tests the node type initial language defaults, and modifies them. |
NodeViewBuilder::getBuildDefaults |
function |
core/modules/node/src/NodeViewBuilder.php |
Provides entity-specific defaults to the build process. |
node_test_node_build_defaults_alter |
function |
core/modules/node/tests/modules/node_test/node_test.module |
Implements hook_ENTITY_TYPE_build_defaults_alter() for node entities. |
NumberWidget::defaultSettings |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/NumberWidget.php |
Defines the default settings for this plugin. |
OEmbedFormatter::defaultSettings |
function |
core/modules/media/src/Plugin/Field/FieldFormatter/OEmbedFormatter.php |
Defines the default settings for this plugin. |
OverridesSectionStorage::getDefaultSectionStorage |
function |
core/modules/layout_builder/src/Plugin/SectionStorage/OverridesSectionStorage.php |
Returns the corresponding defaults section storage for this override. |
OverridesSectionStorageInterface::getDefaultSectionStorage |
function |
core/modules/layout_builder/src/OverridesSectionStorageInterface.php |
Returns the corresponding defaults section storage for this override. |
OverridesSectionStorageTest::testGetDefaultSectionStorage |
function |
core/modules/layout_builder/tests/src/Kernel/OverridesSectionStorageTest.php |
@covers ::getDefaultSectionStorage |
PluginBase::setOptionDefaults |
function |
core/modules/views/src/Plugin/views/PluginBase.php |
Fills up the options of the plugin with defaults. |
PluginSettingsBase::$defaultSettingsMerged |
property |
core/lib/Drupal/Core/Field/PluginSettingsBase.php |
Whether default settings have been merged into the current $settings. |
PluginSettingsBase::defaultSettings |
function |
core/lib/Drupal/Core/Field/PluginSettingsBase.php |
Defines the default settings for this plugin. |
PluginSettingsBase::mergeDefaults |
function |
core/lib/Drupal/Core/Field/PluginSettingsBase.php |
Merges default settings values into $settings. |
PluginSettingsInterface::defaultSettings |
function |
core/lib/Drupal/Core/Field/PluginSettingsInterface.php |
Defines the default settings for this plugin. |
PluginTestBase::$defaultsTestPluginExpectedDefinitions |
property |
core/tests/Drupal/KernelTests/Core/Plugin/PluginTestBase.php |
|
PluginTestBase::$defaultsTestPluginManager |
property |
core/tests/Drupal/KernelTests/Core/Plugin/PluginTestBase.php |
|
ProfileExtensionList::$defaults |
property |
core/lib/Drupal/Core/Extension/ProfileExtensionList.php |
Default values to be merged into *.info.yml file arrays. |
ResponsiveImageFormatter::defaultSettings |
function |
core/modules/responsive_image/src/Plugin/Field/FieldFormatter/ResponsiveImageFormatter.php |
Defines the default settings for this plugin. |
RouteCompiler::getPathWithoutDefaults |
function |
core/lib/Drupal/Core/Routing/RouteCompiler.php |
Returns the path of the route, without placeholders with a default value. |
RouteProviderTest::testOutlinePathMatchDefaults |
function |
core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php |
Confirms that we can find routes whose pattern would match the request. |
RouteProviderTest::testOutlinePathMatchDefaultsCollision |
function |
core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php |
Confirms that we can find routes whose pattern would match the request. |
RouteProviderTest::testOutlinePathMatchDefaultsCollision2 |
function |
core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php |
Confirms that we can find routes whose pattern would match the request. |
RouteProviderTest::testOutlinePathMatchDefaultsCollision3 |
function |
core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php |
Confirms that we can find multiple routes that match the request equally. |
ScaffoldTest::assertDefaultSettingsFromScaffoldOverride |
function |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ScaffoldTest.php |
Asserts that the default settings file was overridden by the test. |
Schema::$defaultSchema |
property |
core/modules/sqlite/src/Driver/Database/sqlite/Schema.php |
Override DatabaseSchema::$defaultSchema. |
Schema::$defaultSchema |
property |
core/lib/Drupal/Core/Database/Schema.php |
Definition of prefixInfo array structure. |
SearchConfigSettingsFormTest::assertDefaultSearch |
function |
core/modules/search/tests/src/Functional/SearchConfigSettingsFormTest.php |
Checks that the default search page matches expectations. |
SearchConfigSettingsFormTest::testDefaultSearchPageOrdering |
function |
core/modules/search/tests/src/Functional/SearchConfigSettingsFormTest.php |
Tests the ordering of search pages on a clean install. |
SearchPage::isDefaultSearch |
function |
core/modules/search/src/Entity/SearchPage.php |
Determines if this search page entity is currently the default search. |
SearchPageInterface::isDefaultSearch |
function |
core/modules/search/src/SearchPageInterface.php |
Determines if this search page entity is currently the default search. |
SearchPageRepository::clearDefaultSearchPage |
function |
core/modules/search/src/SearchPageRepository.php |
|
SearchPageRepository::getDefaultSearchPage |
function |
core/modules/search/src/SearchPageRepository.php |
|
SearchPageRepository::setDefaultSearchPage |
function |
core/modules/search/src/SearchPageRepository.php |
|
SearchPageRepositoryInterface::clearDefaultSearchPage |
function |
core/modules/search/src/SearchPageRepositoryInterface.php |
Clears the default search page. |
SearchPageRepositoryInterface::getDefaultSearchPage |
function |
core/modules/search/src/SearchPageRepositoryInterface.php |
Returns the default search page. |
SearchPageRepositoryInterface::setDefaultSearchPage |
function |
core/modules/search/src/SearchPageRepositoryInterface.php |
Sets a given search page as the default. |
SearchPageRepositoryTest::testClearDefaultSearchPage |
function |
core/modules/search/tests/src/Unit/SearchPageRepositoryTest.php |
Tests the clearDefaultSearchPage() method. |
SearchPageRepositoryTest::testGetDefaultSearchPageWithActiveDefault |
function |
core/modules/search/tests/src/Unit/SearchPageRepositoryTest.php |
Tests the getDefaultSearchPage() method when the default is active. |
SearchPageRepositoryTest::testGetDefaultSearchPageWithInactiveDefault |
function |
core/modules/search/tests/src/Unit/SearchPageRepositoryTest.php |
Tests the getDefaultSearchPage() method when the default is inactive. |
SearchPageRepositoryTest::testSetDefaultSearchPage |
function |
core/modules/search/tests/src/Unit/SearchPageRepositoryTest.php |
Tests the setDefaultSearchPage() method. |
SelectTableSortDefaultTest::testTableSortDefaultSort |
function |
core/modules/system/tests/src/Functional/Database/SelectTableSortDefaultTest.php |
Confirms that tableselect is rendered without error. |
ServicesDefaultsTest |
class |
core/tests/Drupal/KernelTests/Core/DependencyInjection/ServicesDefaultsTest.php |
Tests services _defaults definition. |
ServicesDefaultsTest.php |
file |
core/tests/Drupal/KernelTests/Core/DependencyInjection/ServicesDefaultsTest.php |
|
ServicesDefaultsTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/DependencyInjection/ServicesDefaultsTest.php |
Modules to install. |
ServicesDefaultsTest::testAutowiring |
function |
core/tests/Drupal/KernelTests/Core/DependencyInjection/ServicesDefaultsTest.php |
Tests that 'services_defaults_test.service' has its dependencies injected. |
ServicesDefaultsTest::testDefaultTags |
function |
core/tests/Drupal/KernelTests/Core/DependencyInjection/ServicesDefaultsTest.php |
Tests that default tags for 'services_defaults_test.service' are applied. |