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. Search 11.x for all
  6. Other projects
Title Object type File name Summary
TaxonomyVocabularyArgumentTest::testTermWithVocabularyArgument function core/modules/taxonomy/tests/src/Functional/Views/TaxonomyVocabularyArgumentTest.php Tests the vocabulary argument handler.
TaxonomyVocabularyArgumentTest::testTermWithVocabularyArgument function core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyVocabularyArgumentTest.php Tests the vocabulary argument handler.
taxonomy_build_node_index function core/modules/taxonomy/taxonomy.module Builds and inserts taxonomy index entries for a given node.
taxonomy_crud.info.yml file core/modules/taxonomy/tests/modules/taxonomy_crud/taxonomy_crud.info.yml core/modules/taxonomy/tests/modules/taxonomy_crud/taxonomy_crud.info.yml
taxonomy_crud.schema.yml file core/modules/taxonomy/tests/modules/taxonomy_crud/config/schema/taxonomy_crud.schema.yml core/modules/taxonomy/tests/modules/taxonomy_crud/config/schema/taxonomy_crud.schema.yml
taxonomy_delete_node_index function core/modules/taxonomy/taxonomy.module Deletes taxonomy index entries for a given node.
taxonomy_overview_override_test.info.yml file core/modules/taxonomy/tests/modules/taxonomy_overview_override_test/taxonomy_overview_override_test.info.yml core/modules/taxonomy/tests/modules/taxonomy_overview_override_test/taxonomy_overview_override_test.info.yml
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.breadcrumb service core/modules/taxonomy/taxonomy.services.yml Drupal\taxonomy\TermBreadcrumbBuilder
taxonomy_term.taxonomy_term_route_context service core/modules/taxonomy/taxonomy.services.yml Drupal\taxonomy\ContextProvider\TermRouteContext
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…
Tel class core/lib/Drupal/Core/Render/Element/Tel.php Provides a form element for entering a telephone number.
Tel.php file core/lib/Drupal/Core/Render/Element/Tel.php
Tel::getInfo function core/lib/Drupal/Core/Render/Element/Tel.php
Tel::preRenderTel function core/lib/Drupal/Core/Render/Element/Tel.php Prepares a #type 'tel' render element for input.html.twig.
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.info.yml file core/modules/telephone/telephone.info.yml core/modules/telephone/telephone.info.yml
telephone.libraries.yml file core/modules/telephone/telephone.libraries.yml core/modules/telephone/telephone.libraries.yml
telephone.migrate_drupal.yml file core/modules/telephone/migrations/state/telephone.migrate_drupal.yml core/modules/telephone/migrations/state/telephone.migrate_drupal.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 class core/modules/telephone/src/Plugin/Field/FieldWidget/TelephoneDefaultWidget.php Plugin implementation of the 'telephone_default' widget.
TelephoneDefaultWidget.php file core/modules/telephone/src/Plugin/Field/FieldWidget/TelephoneDefaultWidget.php
TelephoneDefaultWidget::defaultSettings function core/modules/telephone/src/Plugin/Field/FieldWidget/TelephoneDefaultWidget.php Defines the default settings for this plugin.
TelephoneDefaultWidget::formElement function core/modules/telephone/src/Plugin/Field/FieldWidget/TelephoneDefaultWidget.php Returns the form for a single field widget.
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.
TelephoneField class core/modules/telephone/src/Plugin/migrate/field/d7/TelephoneField.php Migrate field plugin for Drupal 7 telephone fields.
TelephoneField.php file core/modules/telephone/src/Plugin/migrate/field/d7/TelephoneField.php
TelephoneField::getFieldFormatterMap function core/modules/telephone/src/Plugin/migrate/field/d7/TelephoneField.php Get a map between D6 formatters and D8 formatters for this field type.
TelephoneField::getFieldWidgetMap function core/modules/telephone/src/Plugin/migrate/field/d7/TelephoneField.php Get a map between D6 and D8 widgets for this field type.
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.

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