Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search 11.x for %s
  6. Other projects
Title Object type File name Summary
taxonomy_removed_post_updates function core/modules/taxonomy/taxonomy.post_update.php Implements hook_removed_post_updates().
taxonomy_settings.yml file core/modules/taxonomy/migrations/taxonomy_settings.yml core/modules/taxonomy/migrations/taxonomy_settings.yml
taxonomy_term_display_configurable_test.info.yml file core/modules/taxonomy/tests/modules/taxonomy_term_display_configurable_test/taxonomy_term_display_configurable_test.info.yml core/modules/taxonomy/tests/modules/taxonomy_term_display_configurable_test/taxonomy_term_display_configurable_test.info.yml
taxonomy_term_is_page function core/modules/taxonomy/taxonomy.module Returns whether the current page is the page of the passed-in term.
taxonomy_term_stub_test.info.yml file core/modules/taxonomy/tests/modules/taxonomy_term_stub_test/taxonomy_term_stub_test.info.yml core/modules/taxonomy/tests/modules/taxonomy_term_stub_test/taxonomy_term_stub_test.info.yml
taxonomy_term_stub_test.yml file core/modules/taxonomy/tests/modules/taxonomy_term_stub_test/migrations/taxonomy_term_stub_test.yml core/modules/taxonomy/tests/modules/taxonomy_term_stub_test/migrations/taxonomy_term_stub_test.yml
taxonomy_test.info.yml file core/modules/taxonomy/tests/modules/taxonomy_test/taxonomy_test.info.yml core/modules/taxonomy/tests/modules/taxonomy_test/taxonomy_test.info.yml
taxonomy_test_views.info.yml file core/modules/taxonomy/tests/modules/taxonomy_test_views/taxonomy_test_views.info.yml core/modules/taxonomy/tests/modules/taxonomy_test_views/taxonomy_test_views.info.yml
taxonomy_update_last_removed function core/modules/taxonomy/taxonomy.install Implements hook_update_last_removed().
teaser.component.yml file core/themes/olivero/components/teaser/teaser.component.yml core/themes/olivero/components/teaser/teaser.component.yml
teaser.css file core/themes/olivero/components/teaser/teaser.css /*
* DO NOT EDIT THIS FILE.
* See the following change record for more information,
* https://www.drupal.org/node/3084859
* @preserve
*/
.teaser {
position: relative; /* Anchor after pseudo-element. */
padding-block-end: var(--sp1-5);

teaser.pcss.css file core/themes/olivero/components/teaser/teaser.pcss.css @import "../../css/base/media-queries.pcss.css";

.teaser {
position: relative; /* Anchor after pseudo-element. */
padding-block-end: var(--sp1-5);

&::after {
position: absolute;
inset-block-end: 0;
width: var(--sp3);
teaser.twig file core/themes/olivero/components/teaser/teaser.twig <article{{ attributes.addClass('teaser') }}>
<header>
{% block prefix %}{% endblock %}
<div class="teaser__meta">
{% block meta %}{% endblock %}
</div>
<div…
telephone.icon.theme.css file core/modules/telephone/css/telephone.icon.theme.css /*
* DO NOT EDIT THIS FILE.
* See the following change record for more information,
* https://www.drupal.org/node/3084859
* @preserve
*/
.field-icon-telephone {
background-image: url("data:image/svg+xml,%3csvg height='36'…
telephone.icon.theme.pcss.css file core/modules/telephone/css/telephone.icon.theme.pcss.css .field-icon-telephone {
background-image: url(../../../misc/icons/55565b/telephone.svg);
}
telephone.libraries.yml file core/modules/telephone/telephone.libraries.yml core/modules/telephone/telephone.libraries.yml
telephone.schema.yml file core/modules/telephone/config/schema/telephone.schema.yml core/modules/telephone/config/schema/telephone.schema.yml
telephone.services.yml file core/modules/telephone/telephone.services.yml core/modules/telephone/telephone.services.yml
TelephoneDefaultWidget::defaultSettings function core/modules/telephone/src/Plugin/Field/FieldWidget/TelephoneDefaultWidget.php Defines the default settings for this plugin.
TelephoneDefaultWidget::settingsForm function core/modules/telephone/src/Plugin/Field/FieldWidget/TelephoneDefaultWidget.php Returns a form to configure settings for the widget.
TelephoneDefaultWidget::settingsSummary function core/modules/telephone/src/Plugin/Field/FieldWidget/TelephoneDefaultWidget.php Returns a short summary for the current widget settings.
TelephoneFieldTest class core/modules/telephone/tests/src/Functional/TelephoneFieldTest.php Tests the creation of telephone fields.
TelephoneFieldTest.php file core/modules/telephone/tests/src/Functional/TelephoneFieldTest.php
TelephoneFieldTest::$defaultTheme property core/modules/telephone/tests/src/Functional/TelephoneFieldTest.php The theme to install as the default for testing.
TelephoneFieldTest::$modules property core/modules/telephone/tests/src/Functional/TelephoneFieldTest.php Modules to install.
TelephoneFieldTest::$webUser property core/modules/telephone/tests/src/Functional/TelephoneFieldTest.php A user with permission to create articles.
TelephoneFieldTest::setUp function core/modules/telephone/tests/src/Functional/TelephoneFieldTest.php
TelephoneFieldTest::testTelephoneFormatter function core/modules/telephone/tests/src/Functional/TelephoneFieldTest.php Tests the telephone formatter.
TelephoneFieldTest::testTelephoneWidget function core/modules/telephone/tests/src/Functional/TelephoneFieldTest.php Tests to confirm the widget is setup.
TelephoneHooks class core/modules/telephone/src/Hook/TelephoneHooks.php Hook implementations for telephone.
TelephoneHooks.php file core/modules/telephone/src/Hook/TelephoneHooks.php
TelephoneHooks::fieldFormatterInfoAlter function core/modules/telephone/src/Hook/TelephoneHooks.php Implements hook_field_formatter_info_alter().
TelephoneHooks::fieldTypeCategoryInfoAlter function core/modules/telephone/src/Hook/TelephoneHooks.php Implements hook_field_type_category_info_alter().
TelephoneHooks::help function core/modules/telephone/src/Hook/TelephoneHooks.php Implements hook_help().
TelephoneItem::generateSampleValue function core/modules/telephone/src/Plugin/Field/FieldType/TelephoneItem.php Generates placeholder field values.
TelephoneItem::getConstraints function core/modules/telephone/src/Plugin/Field/FieldType/TelephoneItem.php Gets a list of validation constraints.
TelephoneItem::isEmpty function core/modules/telephone/src/Plugin/Field/FieldType/TelephoneItem.php Determines whether the data structure is empty.
TelephoneItem::propertyDefinitions function core/modules/telephone/src/Plugin/Field/FieldType/TelephoneItem.php Defines field item properties.
TelephoneItem::schema function core/modules/telephone/src/Plugin/Field/FieldType/TelephoneItem.php Returns the schema for the field.
TelephoneItemTest class core/modules/telephone/tests/src/Kernel/TelephoneItemTest.php Tests the new entity API for the telephone field type.
TelephoneItemTest.php file core/modules/telephone/tests/src/Kernel/TelephoneItemTest.php
TelephoneItemTest::$modules property core/modules/telephone/tests/src/Kernel/TelephoneItemTest.php Modules to install.
TelephoneItemTest::setUp function core/modules/telephone/tests/src/Kernel/TelephoneItemTest.php Set the default field storage backend for fields created during tests.
TelephoneItemTest::testTestItem function core/modules/telephone/tests/src/Kernel/TelephoneItemTest.php Tests using entity fields of the telephone field type.
TelephoneLinkFormatter::defaultSettings function core/modules/telephone/src/Plugin/Field/FieldFormatter/TelephoneLinkFormatter.php Defines the default settings for this plugin.
TelephoneLinkFormatter::settingsForm function core/modules/telephone/src/Plugin/Field/FieldFormatter/TelephoneLinkFormatter.php Returns a form to configure settings for the formatter.
TelephoneLinkFormatter::settingsSummary function core/modules/telephone/src/Plugin/Field/FieldFormatter/TelephoneLinkFormatter.php Returns a short summary for the current formatter settings.
TelephoneLinkFormatter::viewElements function core/modules/telephone/src/Plugin/Field/FieldFormatter/TelephoneLinkFormatter.php Builds a renderable array for a field value.
Template::__construct function core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/Annotation/Template.php
TemplateProjectTestBase class core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php Base class for tests which create a test site from a core project template.

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