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
FieldTypeCategoriesIntegrationTest class core/modules/field_ui/tests/src/Functional/FieldTypeCategoriesIntegrationTest.php Tests field UI integration with field type categories for loading libraries.
FieldTypeCategoriesIntegrationTest.php file core/modules/field_ui/tests/src/Functional/FieldTypeCategoriesIntegrationTest.php
FieldTypeCategoriesIntegrationTest::$defaultTheme property core/modules/field_ui/tests/src/Functional/FieldTypeCategoriesIntegrationTest.php The theme to install as the default for testing.
FieldTypeCategoriesIntegrationTest::$modules property core/modules/field_ui/tests/src/Functional/FieldTypeCategoriesIntegrationTest.php Modules to install.
FieldTypeCategoriesIntegrationTest::setUp function core/modules/field_ui/tests/src/Functional/FieldTypeCategoriesIntegrationTest.php
FieldTypeCategoriesIntegrationTest::testLibrariesLoaded function core/modules/field_ui/tests/src/Functional/FieldTypeCategoriesIntegrationTest.php Tests if the libraries are loaded on FieldStorageAddForm.
FieldTypeCategory::getDescription function core/lib/Drupal/Core/Field/FieldTypeCategory.php
FieldTypeCategory::getLibraries function core/lib/Drupal/Core/Field/FieldTypeCategory.php
FieldTypeCategory::getSummary function core/lib/Drupal/Core/Field/FieldTypeCategory.php
FieldTypeCategoryDiscoveryTest class core/modules/field/tests/src/Kernel/FieldTypeCategoryDiscoveryTest.php Tests discovery of field type categories provided by modules.
FieldTypeCategoryDiscoveryTest.php file core/modules/field/tests/src/Kernel/FieldTypeCategoryDiscoveryTest.php
FieldTypeCategoryDiscoveryTest::$modules property core/modules/field/tests/src/Kernel/FieldTypeCategoryDiscoveryTest.php Modules to install.
FieldTypeCategoryDiscoveryTest::testFieldTypeCategories function core/modules/field/tests/src/Kernel/FieldTypeCategoryDiscoveryTest.php Tests custom field type categories created by modules.
FieldTypeCategoryInterface::getDescription function core/lib/Drupal/Core/Field/FieldTypeCategoryInterface.php Returns the field group description.
FieldTypeCategoryInterface::getLibraries function core/lib/Drupal/Core/Field/FieldTypeCategoryInterface.php Returns asset libraries for the field group.
FieldTypeCategoryInterface::getSummary function core/lib/Drupal/Core/Field/FieldTypeCategoryInterface.php Returns the field group summary.
FieldTypeCategoryManager::$defaults property core/lib/Drupal/Core/Field/FieldTypeCategoryManager.php
FieldTypeCategoryManager::alterDefinitions function core/lib/Drupal/Core/Field/FieldTypeCategoryManager.php
FieldTypeCategoryManager::getDiscovery function core/lib/Drupal/Core/Field/FieldTypeCategoryManager.php
FieldTypeCategoryManager::__construct function core/lib/Drupal/Core/Field/FieldTypeCategoryManager.php Constructs a new FieldTypeCategoryManager.
FieldTypeDefaults class core/modules/field/src/Plugin/migrate/process/d6/FieldTypeDefaults.php Gives us a chance to set per field defaults.
FieldTypeDefaults class core/modules/field/src/Plugin/migrate/process/d7/FieldTypeDefaults.php Gives us a chance to set per field defaults.
FieldTypeDefaults.php file core/modules/field/src/Plugin/migrate/process/d6/FieldTypeDefaults.php
FieldTypeDefaults.php file core/modules/field/src/Plugin/migrate/process/d7/FieldTypeDefaults.php
FieldTypeDefaults::transform function core/modules/field/src/Plugin/migrate/process/d6/FieldTypeDefaults.php Performs the associated process.
FieldTypeDefaults::transform function core/modules/field/src/Plugin/migrate/process/d7/FieldTypeDefaults.php Performs the associated process.
FieldTypeDefaults::__construct function core/modules/field/src/Plugin/migrate/process/d6/FieldTypeDefaults.php Constructs a \Drupal\Component\Plugin\PluginBase object.
FieldTypeDefaults::__construct function core/modules/field/src/Plugin/migrate/process/d7/FieldTypeDefaults.php Constructs a \Drupal\Component\Plugin\PluginBase object.
FieldTypeDefaultsTest class core/modules/field/tests/src/Unit/Plugin/migrate/process/d6/FieldTypeDefaultsTest.php Tests D6 fields defaults.
FieldTypeDefaultsTest class core/modules/field/tests/src/Unit/Plugin/migrate/process/d7/FieldTypeDefaultsTest.php Tests D7 field formatter defaults.
FieldTypeDefaultsTest.php file core/modules/field/tests/src/Unit/Plugin/migrate/process/d6/FieldTypeDefaultsTest.php
FieldTypeDefaultsTest.php file core/modules/field/tests/src/Unit/Plugin/migrate/process/d7/FieldTypeDefaultsTest.php
FieldTypeDefaultsTest::setUp function core/modules/field/tests/src/Unit/Plugin/migrate/process/d6/FieldTypeDefaultsTest.php
FieldTypeDefaultsTest::setUp function core/modules/field/tests/src/Unit/Plugin/migrate/process/d7/FieldTypeDefaultsTest.php
FieldTypeDefaultsTest::testDefaults function core/modules/field/tests/src/Unit/Plugin/migrate/process/d6/FieldTypeDefaultsTest.php Tests various default cases.
FieldTypeDefaultsTest::testDefaults function core/modules/field/tests/src/Unit/Plugin/migrate/process/d7/FieldTypeDefaultsTest.php Tests various default cases.
FieldTypeDefaultsTest::testDefaultsException function core/modules/field/tests/src/Unit/Plugin/migrate/process/d6/FieldTypeDefaultsTest.php Tests an exception is thrown when the input is not a date field.
FieldTypePluginManager::createFieldItemList function core/lib/Drupal/Core/Field/FieldTypePluginManager.php
FieldTypePluginManager::createInstance function core/lib/Drupal/Core/Field/FieldTypePluginManager.php Creates a field item, which is not part of an entity or field item list.
FieldTypePluginManager::getDefaultFieldSettings function core/lib/Drupal/Core/Field/FieldTypePluginManager.php
FieldTypePluginManager::getDefaultStorageSettings function core/lib/Drupal/Core/Field/FieldTypePluginManager.php
FieldTypePluginManager::getEntityTypeUiDefinitions function core/lib/Drupal/Core/Field/FieldTypePluginManager.php
FieldTypePluginManager::getFieldSettingsSummary function core/lib/Drupal/Core/Field/FieldTypePluginManager.php
FieldTypePluginManager::getGroupedDefinitions function core/lib/Drupal/Core/Field/FieldTypePluginManager.php Gets sorted field type definitions grouped by category.
FieldTypePluginManager::getPluginClass function core/lib/Drupal/Core/Field/FieldTypePluginManager.php
FieldTypePluginManager::getPreconfiguredOptions function core/lib/Drupal/Core/Field/FieldTypePluginManager.php
FieldTypePluginManager::getStorageSettingsSummary function core/lib/Drupal/Core/Field/FieldTypePluginManager.php
FieldTypePluginManager::getUiDefinitions function core/lib/Drupal/Core/Field/FieldTypePluginManager.php
FieldTypePluginManager::processDefinition function core/lib/Drupal/Core/Field/FieldTypePluginManager.php
FieldTypePluginManager::__construct function core/lib/Drupal/Core/Field/FieldTypePluginManager.php Constructs the FieldTypePluginManager object.

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