Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
taxonomy_term_display_configurable_test_entity_base_field_info_alter function core/modules/taxonomy/tests/modules/taxonomy_term_display_configurable_test/taxonomy_term_display_configurable_test.module Implements hook_entity_base_field_info_alter().
taxonomy_term_display_configurable_test_entity_type_build function core/modules/taxonomy/tests/modules/taxonomy_term_display_configurable_test/taxonomy_term_display_configurable_test.module Implements hook_entity_type_build().
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.module file core/modules/taxonomy/tests/modules/taxonomy_test/taxonomy_test.module Provides test hook implementations for taxonomy tests.
taxonomy_test_form_taxonomy_term_form_alter function core/modules/taxonomy/tests/modules/taxonomy_test/taxonomy_test.module Implements hook_form_BASE_FORM_ID_alter() for the taxonomy term form.
taxonomy_test_query_alter function core/modules/taxonomy/tests/modules/taxonomy_test/taxonomy_test.module Implements hook_query_alter().
taxonomy_test_query_taxonomy_term_access_alter function core/modules/taxonomy/tests/modules/taxonomy_test/taxonomy_test.module Implements hook_query_TAG_alter().
taxonomy_test_query_term_access_alter function core/modules/taxonomy/tests/modules/taxonomy_test/taxonomy_test.module Implements hook_query_TAG_alter().
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_theme_suggestions_taxonomy_term function core/modules/taxonomy/taxonomy.module Implements hook_theme_suggestions_HOOK().
taxonomy_tokens function core/modules/taxonomy/taxonomy.tokens.inc Implements hook_tokens().
taxonomy_views_data_alter function core/modules/taxonomy/taxonomy.views.inc Implements hook_views_data_alter().
taxonomy_views_plugins_argument_validator_alter function core/modules/taxonomy/taxonomy.views.inc Implements hook_views_plugins_argument_validator_alter().
taxonomy_vocabulary_get_names function core/modules/taxonomy/taxonomy.module Get names for all taxonomy vocabularies.
taxonomy_vocabulary_static_reset function core/modules/taxonomy/taxonomy.module Clear all static cache variables for vocabularies.
telephone.schema.yml file core/modules/telephone/config/schema/telephone.schema.yml core/modules/telephone/config/schema/telephone.schema.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.
TelephoneFieldRdfaTest class core/modules/rdf/tests/src/Kernel/Field/TelephoneFieldRdfaTest.php Tests RDFa output by telephone field formatters.
TelephoneFieldRdfaTest.php file core/modules/rdf/tests/src/Kernel/Field/TelephoneFieldRdfaTest.php
TelephoneFieldRdfaTest::$fieldType property core/modules/rdf/tests/src/Kernel/Field/TelephoneFieldRdfaTest.php The machine name of the field type to test.
TelephoneFieldRdfaTest::$modules property core/modules/rdf/tests/src/Kernel/Field/TelephoneFieldRdfaTest.php Modules to enable.
TelephoneFieldRdfaTest::$testValue property core/modules/rdf/tests/src/Kernel/Field/TelephoneFieldRdfaTest.php A test value for the telephone field.
TelephoneFieldRdfaTest::setUp function core/modules/rdf/tests/src/Kernel/Field/TelephoneFieldRdfaTest.php Set the default field storage backend for fields created during tests.
TelephoneFieldRdfaTest::testAllFormatters function core/modules/rdf/tests/src/Kernel/Field/TelephoneFieldRdfaTest.php Tests the field formatters.
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 enable.
TelephoneFieldTest::$webUser property core/modules/telephone/tests/src/Functional/TelephoneFieldTest.php A user with permission to create articles.
TelephoneFieldTest::providerPhoneNumbers function core/modules/telephone/tests/src/Functional/TelephoneFieldTest.php Provides the phone numbers to check and expected results.
TelephoneFieldTest::setUp function core/modules/telephone/tests/src/Functional/TelephoneFieldTest.php
TelephoneFieldTest::testTelephoneFormatter function core/modules/telephone/tests/src/Functional/TelephoneFieldTest.php Test the telephone formatter.
TelephoneFieldTest::testTelephoneWidget function core/modules/telephone/tests/src/Functional/TelephoneFieldTest.php Test to confirm the widget is setup.
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 enable.
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.

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