Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Other projects
Title Object type File name Summary
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
CAlterHooks class core/modules/system/tests/modules/HookOrder/ccc_hook_order_test/src/Hook/CAlterHooks.php This class contains hook implementations.
CAlterHooks.php file core/modules/system/tests/modules/HookOrder/ccc_hook_order_test/src/Hook/CAlterHooks.php
CAlterHooks::testAlter function core/modules/system/tests/modules/HookOrder/ccc_hook_order_test/src/Hook/CAlterHooks.php Implements hook_test_alter().
CAlterHooks::testSubtypeAlter function core/modules/system/tests/modules/HookOrder/ccc_hook_order_test/src/Hook/CAlterHooks.php Implements hook_test_subtype_alter().
CanaryTransport class core/modules/mailer/tests/modules/mailer_transport_factory_kernel_test/src/Transport/CanaryTransport.php A transport only used to test the transport factory adapter.
CanaryTransport.php file core/modules/mailer/tests/modules/mailer_transport_factory_kernel_test/src/Transport/CanaryTransport.php
CanaryTransport::doSend function core/modules/mailer/tests/modules/mailer_transport_factory_kernel_test/src/Transport/CanaryTransport.php
CanaryTransport::__toString function core/modules/mailer/tests/modules/mailer_transport_factory_kernel_test/src/Transport/CanaryTransport.php
CanaryTransportFactory class core/modules/mailer/tests/modules/mailer_transport_factory_kernel_test/src/Transport/CanaryTransportFactory.php A transport factory only used to test the transport factory adapter.
CanaryTransportFactory.php file core/modules/mailer/tests/modules/mailer_transport_factory_kernel_test/src/Transport/CanaryTransportFactory.php
CanaryTransportFactory::create function core/modules/mailer/tests/modules/mailer_transport_factory_kernel_test/src/Transport/CanaryTransportFactory.php
CanaryTransportFactory::getSupportedSchemes function core/modules/mailer/tests/modules/mailer_transport_factory_kernel_test/src/Transport/CanaryTransportFactory.php
CancelUser class core/modules/user/src/Plugin/Action/CancelUser.php Cancels a user account.
CancelUser.php file core/modules/user/src/Plugin/Action/CancelUser.php
CancelUser::$currentUser property core/modules/user/src/Plugin/Action/CancelUser.php The current user.
CancelUser::$tempStoreFactory property core/modules/user/src/Plugin/Action/CancelUser.php The tempstore factory.
CancelUser::access function core/modules/user/src/Plugin/Action/CancelUser.php Checks object access.
CancelUser::create function core/modules/user/src/Plugin/Action/CancelUser.php Instantiates a new instance of the implementing class using autowiring.
CancelUser::execute function core/modules/user/src/Plugin/Action/CancelUser.php Executes the plugin.
CancelUser::executeMultiple function core/modules/user/src/Plugin/Action/CancelUser.php Executes the plugin for an array of objects.
CancelUser::__construct function core/modules/user/src/Plugin/Action/CancelUser.php Constructs a CancelUser object.
CaptureTransport class core/modules/mailer/tests/modules/mailer_capture/src/Transport/CaptureTransport.php Defines a mail transport that captures sent messages in a key value store.
CaptureTransport.php file core/modules/mailer/tests/modules/mailer_capture/src/Transport/CaptureTransport.php
CaptureTransport::$keyValueFactory property core/modules/mailer/tests/modules/mailer_capture/src/Transport/CaptureTransport.php Key value factory.
CaptureTransport::doSend function core/modules/mailer/tests/modules/mailer_capture/src/Transport/CaptureTransport.php
CaptureTransport::setKeyValueFactory function core/modules/mailer/tests/modules/mailer_capture/src/Transport/CaptureTransport.php Set key value factory.
CaptureTransport::__toString function core/modules/mailer/tests/modules/mailer_capture/src/Transport/CaptureTransport.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 class core/tests/Drupal/FunctionalTests/Routing/CaseInsensitivePathTest.php Tests incoming path case insensitivity.
CaseInsensitivePathTest.php file core/tests/Drupal/FunctionalTests/Routing/CaseInsensitivePathTest.php
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::setUp function core/tests/Drupal/FunctionalTests/Routing/CaseInsensitivePathTest.php
CaseInsensitivePathTest::testMixedCasePaths function core/tests/Drupal/FunctionalTests/Routing/CaseInsensitivePathTest.php Tests mixed case paths.
CaseInsensitivePathTest::testPathsWithArguments function core/tests/Drupal/FunctionalTests/Routing/CaseInsensitivePathTest.php Tests paths with slugs.
CaseSensitivityTest class core/tests/Drupal/KernelTests/Core/Database/CaseSensitivityTest.php Tests handling case sensitive collation.
CaseSensitivityTest.php file core/tests/Drupal/KernelTests/Core/Database/CaseSensitivityTest.php
CaseSensitivityTest::testCaseSensitiveInsert function core/tests/Drupal/KernelTests/Core/Database/CaseSensitivityTest.php Tests BINARY collation in MySQL.
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.

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