Search for id
Title | Object type | File name | Summary |
---|---|---|---|
DeprecatedModuleHandlerTest::dependencyProvider | function | core/ |
Provider for testing dependency parsing. |
DeprecatedServicesTest::testDecoratorForOverriddenServiceImplementation | function | core/ |
@expectedDeprecation The "path_alias_deprecated_test.path.alias_manager.inner" service is deprecated. Use "path_alias.manager" instead. See https://drupal.org/node/3092086 @expectedDeprecation The \Drupal\Core\Path\AliasManager… |
DeprecatedServicesTest::testOverriddenServiceImplementation | function | core/ |
@expectedDeprecation The "path.alias_manager" service is deprecated. Use "path_alias.manager" instead. See https://drupal.org/node/3092086 @expectedDeprecation The \Drupal\Core\Path\AliasManager class is deprecated in drupal:8.8.0… |
DerivativeDiscoveryDecorator::decodePluginId | function | core/ |
Decodes derivative id and plugin id from a string. |
DerivativeDiscoveryDecorator::encodePluginId | function | core/ |
Encodes plugin and derivative id's into a string. |
DerivativeDiscoveryDecoratorTest::testGetDeriverClassWithInvalidClassedDefinitions | function | core/ |
@covers ::getDeriverClass |
DerivativeDiscoveryDecoratorTest::testInvalidDerivativeFetcher | function | core/ |
Tests the getDerivativeFetcher method with an invalid class. |
DerivativeInspectionInterface::getBaseId | function | core/ |
Gets the base_plugin_id of the plugin instance. |
DerivativeInspectionInterface::getDerivativeId | function | core/ |
Gets the derivative_id of the plugin instance. |
DiffEngineTest::provideTestDiff | function | core/ |
|
DiffFormatterTest::provideTestDiff | function | core/ |
|
DiscardLayoutChangesForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
DiscoverServiceProvidersTest | class | core/ |
@coversDefaultClass \Drupal\Core\DrupalKernel @group DrupalKernel |
DiscoverServiceProvidersTest.php | file | core/ |
|
DiscoverServiceProvidersTest::testDiscoverServiceCustom | function | core/ |
Tests discovery with user defined container yaml. |
DiscoverServiceProvidersTest::testDiscoverServiceNoContainerYamls | function | core/ |
Tests the exception when container_yamls is not set. |
DiscoveryCachedTraitTest::providerGetDefinition | function | core/ |
Data provider for testGetDefinition(). |
DiscoveryTestBase::assertDefinitionIdentical | function | core/ |
Asserts a definition against an expected definition. |
DiscoveryTraitTest::providerDoGetDefinition | function | core/ |
Data provider for testDoGetDefinition(). |
DiscoveryTraitTest::providerDoGetDefinitionException | function | core/ |
Data provider for testDoGetDefinitionException() |
DiscoveryTraitTest::providerHasDefinition | function | core/ |
Data provider for testHasDefinition(). |
Display::getFormId | function | core/ |
Returns a unique string identifying the form. |
Display::validateForm | function | core/ |
Form validation handler. |
DisplayExtenderPluginBase::validateOptionsForm | function | core/ |
Validate the options form. |
DisplayExtenderTest3::validate | function | core/ |
Validate that the plugin is correct and can be saved. |
DisplayExtenderTest::testDisplayExtendersValidate | function | core/ |
Test display extenders validation. |
DisplayKernelTest::testisIdentifierUnique | function | core/ |
Tests the ::isIdentifierUnique method. |
DisplayLink::validate | function | core/ |
Validate that the plugin is correct and can be saved. |
DisplayPathTest::doAdvancedPathsValidationTest | function | core/ |
Tests a couple of invalid path patterns. |
DisplayPluginBase::isIdentifierUnique | function | core/ |
Checks if the provided identifier is unique. |
DisplayPluginBase::optionsOverride | function | core/ |
If override/revert was clicked, perform the proper toggle. |
DisplayPluginBase::overrideOption | function | core/ |
Set an option and force it to be an override. |
DisplayPluginBase::setOverride | function | core/ |
Flip the override setting for the given section. |
DisplayPluginBase::validate | function | core/ |
Validate that the plugin is correct and can be saved. |
DisplayPluginBase::validateOptionsForm | function | core/ |
Validate the options form. |
DisplayPluginInterface::isIdentifierUnique | function | core/ |
Checks if the provided identifier is unique. |
DisplayPluginInterface::optionsOverride | function | core/ |
If override/revert was clicked, perform the proper toggle. |
DisplayPluginInterface::overrideOption | function | core/ |
Set an option and force it to be an override. |
DisplayPluginInterface::setOverride | function | core/ |
Flip the override setting for the given section. |
DisplayPluginInterface::validate | function | core/ |
Make sure the display and all associated handlers are valid. |
DisplayPluginInterface::validateOptionsForm | function | core/ |
Validates the options form. |
DisplayTest::testFilterGroupsOverriding | function | core/ |
Tests the overriding of filter_groups. |
DisplayTest::testHideDisplayOverride | function | core/ |
Tests that the override option is hidden when it's not needed. |
DisplayTest::testInvalidDisplayPlugins | function | core/ |
Tests invalid display plugins. |
DisplayTest::validate | function | core/ |
Validate that the plugin is correct and can be saved. |
DisplayTest::validateOptionsForm | function | core/ |
Validate the options form. |
DisplayVariant::$id | property | core/ |
The plugin ID. |
DisplayVariantTest::providerTestGetConfiguration | function | core/ |
Provides test data for testGetConfiguration(). |
divider.css | file | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/2815083 * @preserve */ /** * Divider. */ .divider { height: 1px; background-color: rgba(142, 146, 156, 0.5); } |
divider.pcss.css | file | core/ |
/** * Divider. */ @import "../base/variables.pcss.css"; .divider { height: 1px; background-color: var(--color-divider); } |
Pagination
- Previous page
- Page 36
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.