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
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 class core/modules/telephone/src/Plugin/Field/FieldType/TelephoneItem.php Plugin implementation of the 'telephone' field type.
TelephoneItem.php file core/modules/telephone/src/Plugin/Field/FieldType/TelephoneItem.php
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::MAX_LENGTH constant core/modules/telephone/src/Plugin/Field/FieldType/TelephoneItem.php The maximum length for a telephone value.
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 class core/modules/telephone/src/Plugin/Field/FieldFormatter/TelephoneLinkFormatter.php Plugin implementation of the 'telephone_link' formatter.
TelephoneLinkFormatter.php file core/modules/telephone/src/Plugin/Field/FieldFormatter/TelephoneLinkFormatter.php
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 class core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/Annotation/Template.php
Template.php file core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/Annotation/Template.php
Template::$name property core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/Annotation/Template.php
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.
TemplateProjectTestBase.php file core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php
TemplateProjectTestBase::$metadataServer property core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php A secondary server instance, to serve XML metadata about available updates.
TemplateProjectTestBase::$serverErrorLog property core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php All output that the PHP web server logs to the error buffer.
TemplateProjectTestBase::$webRoot property core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php The web root of the test site, relative to the workspace directory.
TemplateProjectTestBase::addRepository function core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php Adds a path repository to the test site.
TemplateProjectTestBase::assertAppliedChangesWereLogged function core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php Asserts that changes applied during the stage life cycle were logged.
TemplateProjectTestBase::assertExpectedStageEventsFired function core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php Asserts stage events were fired in a specific order.
TemplateProjectTestBase::assertRequestedChangesWereLogged function core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php Asserts changes requested during the stage life cycle were logged.
TemplateProjectTestBase::copyCodebase function core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php
TemplateProjectTestBase::copyFixtureToTempDirectory function core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php Copies a fixture directory to a temporary directory and returns its path.
TemplateProjectTestBase::createTestProject function core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php Creates a test project from a given template and installs Drupal.
TemplateProjectTestBase::createVendorRepository function core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php Creates a Composer repository for all dependencies of the test project.
TemplateProjectTestBase::formLogin function core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php
TemplateProjectTestBase::getWebRoot function core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php Returns the full path to the test site's document root.
TemplateProjectTestBase::installModules function core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php Installs modules in the UI.
TemplateProjectTestBase::installQuickStart function core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php
TemplateProjectTestBase::instantiateServer function core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php
TemplateProjectTestBase::makePackageManagerTestApiRequest function core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php Gets a /package-manager-test-api response.
TemplateProjectTestBase::MAX_EXECUTION_TIME constant core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php The PHP web server's max_execution_time value.
TemplateProjectTestBase::PROJECT_ROOT_RELATIVE constant core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php The project root of the test site, relative to the workspace directory.

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