Search for d

  1. Search 7.x for d
  2. Search 9.5.x for d
  3. Search 8.9.x for d
  4. Search 11.x for d
  5. Other projects
Title Object type File name Summary
CallableResolverTest::staticMethod function core/tests/Drupal/Tests/Core/Utility/CallableResolverTest.php A test static method that returns "foo".
CallableResolverTest::testCallbackResolverExceptionHandling function core/tests/Drupal/Tests/Core/Utility/CallableResolverTest.php @dataProvider callableResolverExceptionHandlingTestCases
@covers ::getCallableFromDefinition[[api-linebreak]]
Callbacks::dateCallback function core/modules/system/tests/modules/ajax_forms_test/src/Callbacks.php Ajax callback triggered by date.
Callbacks::datetimeCallback function core/modules/system/tests/modules/ajax_forms_test/src/Callbacks.php Ajax callback triggered by datetime.
Callbacks::validateName function core/modules/system/tests/modules/form_test/src/Callbacks.php Form element validation handler for 'name' in form_test_validate_form().
CallbackTest::providerCallback function core/modules/migrate/tests/src/Unit/process/CallbackTest.php Data provider for ::testCallback().
CallbackTest::providerCallbackArray function core/modules/migrate/tests/src/Unit/process/CallbackTest.php Data provider for ::testCallbackArray().
CallbackTest::providerCallbackExceptions function core/modules/migrate/tests/src/Unit/process/CallbackTest.php Data provider for ::testCallbackExceptions().
callback_allowed_values_function function core/modules/options/options.api.php Provide the allowed values for a 'list_*' field.
callback_batch_finished function core/lib/Drupal/Core/Form/form.api.php Complete a batch process.
CallsDestructableServiceController class core/modules/system/tests/modules/destructable_test/src/Controller/CallsDestructableServiceController.php Controller to instantiate the destructable service.
CallsDestructableServiceController.php file core/modules/system/tests/modules/destructable_test/src/Controller/CallsDestructableServiceController.php
CallsDestructableServiceController::$destructable property core/modules/system/tests/modules/destructable_test/src/Controller/CallsDestructableServiceController.php Destructable service.
CallsDestructableServiceController::create function core/modules/system/tests/modules/destructable_test/src/Controller/CallsDestructableServiceController.php Instantiates a new instance of the implementing class using autowiring.
CallsDestructableServiceController::render function core/modules/system/tests/modules/destructable_test/src/Controller/CallsDestructableServiceController.php Render callback.
CallsDestructableServiceController::__construct function core/modules/system/tests/modules/destructable_test/src/Controller/CallsDestructableServiceController.php
card-list.css file core/themes/claro/css/layout/card-list.css Cards list.
card-list.pcss.css file core/themes/claro/css/layout/card-list.pcss.css Cards list.
card.component.yml file core/profiles/demo_umami/themes/umami/components/card/card.component.yml core/profiles/demo_umami/themes/umami/components/card/card.component.yml
card.css file core/profiles/demo_umami/themes/umami/components/card/card.css .umami-card {
width: 100%;
padding: 1rem;
border: 1px solid #fcece7;
background-color: #fff;
}

.umami-card__content {
display: grid;
gap: 1.2rem;
}

.umami-card__label-items {
display: flex;
flex-wrap: wrap;
gap: 0.1rem;
margin:…
card.css file core/themes/claro/css/components/card.css Card.
card.pcss.css file core/themes/claro/css/components/card.pcss.css Card.
card.twig file core/profiles/demo_umami/themes/umami/components/card/card.twig <{{ html_tag|default('article') }}{{ attributes.addClass('umami-card') }}>
<div class="umami-card__wrapper">
{% block content %}{% endblock %}
</div>
</{{ html_tag|default('article')…
CaseInsensitivePathTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Routing/CaseInsensitivePathTest.php The theme to install as the default for testing.
CaseInsensitivePathTest::$modules property core/tests/Drupal/FunctionalTests/Routing/CaseInsensitivePathTest.php Modules to install.
CaseInsensitivePathTest::testMixedCasePaths function core/tests/Drupal/FunctionalTests/Routing/CaseInsensitivePathTest.php Tests mixed case paths.
CastedIntFieldJoin class core/modules/views/src/Plugin/views/join/CastedIntFieldJoin.php Implementation for the "casted_int_field_join" join.
CastedIntFieldJoin.php file core/modules/views/src/Plugin/views/join/CastedIntFieldJoin.php
CastedIntFieldJoin::buildJoin function core/modules/views/src/Plugin/views/join/CastedIntFieldJoin.php Builds the SQL for the join this object represents.
CastedIntFieldJoinTestBase class core/modules/views/tests/src/Kernel/Plugin/CastedIntFieldJoinTestBase.php Tests the "casted_int_field_join" join plugin.
CastedIntFieldJoinTestBase.php file core/modules/views/tests/src/Kernel/Plugin/CastedIntFieldJoinTestBase.php
CastedIntFieldJoinTestBase::$castingType property core/modules/views/tests/src/Kernel/Plugin/CastedIntFieldJoinTestBase.php The db type that should be used for casting fields as integers.
CastedIntFieldJoinTestBase::$manager property core/modules/views/tests/src/Kernel/Plugin/CastedIntFieldJoinTestBase.php A plugin manager which handles the instances of joins.
CastedIntFieldJoinTestBase::$modules property core/modules/views/tests/src/Kernel/Plugin/CastedIntFieldJoinTestBase.php Modules to install.
CastedIntFieldJoinTestBase::$pluginId property core/modules/views/tests/src/Kernel/Plugin/CastedIntFieldJoinTestBase.php
CastedIntFieldJoinTestBase::$rootUser property core/modules/views/tests/src/Kernel/Plugin/CastedIntFieldJoinTestBase.php
CastedIntFieldJoinTestBase::$testViews property core/modules/views/tests/src/Kernel/Plugin/CastedIntFieldJoinTestBase.php
CastedIntFieldJoinTestBase::buildJoin function core/modules/views/tests/src/Kernel/Plugin/CastedIntFieldJoinTestBase.php Builds a join using the given configuration.
CastedIntFieldJoinTestBase::setUp function core/modules/views/tests/src/Kernel/Plugin/CastedIntFieldJoinTestBase.php
CastedIntFieldJoinTestBase::setUpFixtures function core/modules/views/tests/src/Kernel/Plugin/CastedIntFieldJoinTestBase.php
CastedIntFieldJoinTestBase::testBuildJoin function core/modules/views/tests/src/Kernel/Plugin/CastedIntFieldJoinTestBase.php Tests base join functionality.
CastSql::getFieldAsInt function core/modules/views/src/Plugin/views/query/CastSql.php Returns a database expression to cast the field to int.
CastSqlInterface::getFieldAsInt function core/modules/views/src/Plugin/views/query/CastSqlInterface.php Returns a database expression to cast the field to int.
CategorizingPluginManager::getDefinitions function core/tests/Drupal/Tests/Core/Plugin/CategorizingPluginManagerTraitTest.php Provides some test definitions to the trait.
CategorizingPluginManager::processDefinition function core/tests/Drupal/Tests/Core/Plugin/CategorizingPluginManagerTraitTest.php Performs extra processing on plugin definitions.
CategorizingPluginManagerInterface::getGroupedDefinitions function core/lib/Drupal/Component/Plugin/CategorizingPluginManagerInterface.php Gets sorted plugin definitions grouped by category.
CategorizingPluginManagerInterface::getSortedDefinitions function core/lib/Drupal/Component/Plugin/CategorizingPluginManagerInterface.php Gets sorted plugin definitions.
CategorizingPluginManagerTrait::getGroupedDefinitions function core/lib/Drupal/Core/Plugin/CategorizingPluginManagerTrait.php
CategorizingPluginManagerTrait::getModuleExtensionList function core/lib/Drupal/Core/Plugin/CategorizingPluginManagerTrait.php Returns the module extension list used.
CategorizingPluginManagerTrait::getModuleHandler function core/lib/Drupal/Core/Plugin/CategorizingPluginManagerTrait.php Returns the module handler used.

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