Search for conf

  1. Search 7.x for conf
  2. Search 9.5.x for conf
  3. Search 10.3.x for conf
  4. Search 11.x for conf
  5. Other projects
Title Object type File name Summary
FieldStorageConfigEntityUnitTest::testInvalidEnforcedCardinality function core/modules/field/tests/src/Unit/FieldStorageConfigEntityUnitTest.php Tests invalid enforced cardinality.
FieldStorageConfigEntityUnitTest::testStoredCardinality function core/modules/field/tests/src/Unit/FieldStorageConfigEntityUnitTest.php Tests stored cardinality.
FieldStorageConfigHalJsonAnonTest class core/modules/field/tests/src/Functional/Hal/FieldStorageConfigHalJsonAnonTest.php @group hal
FieldStorageConfigHalJsonAnonTest.php file core/modules/field/tests/src/Functional/Hal/FieldStorageConfigHalJsonAnonTest.php
FieldStorageConfigHalJsonAnonTest::$defaultTheme property core/modules/field/tests/src/Functional/Hal/FieldStorageConfigHalJsonAnonTest.php The theme to install as the default for testing.
FieldStorageConfigHalJsonAnonTest::$format property core/modules/field/tests/src/Functional/Hal/FieldStorageConfigHalJsonAnonTest.php The format to use in this test.
FieldStorageConfigHalJsonAnonTest::$mimeType property core/modules/field/tests/src/Functional/Hal/FieldStorageConfigHalJsonAnonTest.php The MIME type that corresponds to $format.
FieldStorageConfigHalJsonAnonTest::$modules property core/modules/field/tests/src/Functional/Hal/FieldStorageConfigHalJsonAnonTest.php Modules to install.
FieldStorageConfigHalJsonBasicAuthTest class core/modules/field/tests/src/Functional/Hal/FieldStorageConfigHalJsonBasicAuthTest.php @group hal
FieldStorageConfigHalJsonBasicAuthTest.php file core/modules/field/tests/src/Functional/Hal/FieldStorageConfigHalJsonBasicAuthTest.php
FieldStorageConfigHalJsonBasicAuthTest::$auth property core/modules/field/tests/src/Functional/Hal/FieldStorageConfigHalJsonBasicAuthTest.php The authentication mechanism to use in this test.
FieldStorageConfigHalJsonBasicAuthTest::$defaultTheme property core/modules/field/tests/src/Functional/Hal/FieldStorageConfigHalJsonBasicAuthTest.php The theme to install as the default for testing.
FieldStorageConfigHalJsonBasicAuthTest::$format property core/modules/field/tests/src/Functional/Hal/FieldStorageConfigHalJsonBasicAuthTest.php The format to use in this test.
FieldStorageConfigHalJsonBasicAuthTest::$mimeType property core/modules/field/tests/src/Functional/Hal/FieldStorageConfigHalJsonBasicAuthTest.php The MIME type that corresponds to $format.
FieldStorageConfigHalJsonBasicAuthTest::$modules property core/modules/field/tests/src/Functional/Hal/FieldStorageConfigHalJsonBasicAuthTest.php Modules to install.
FieldStorageConfigHalJsonCookieTest class core/modules/field/tests/src/Functional/Hal/FieldStorageConfigHalJsonCookieTest.php @group hal
FieldStorageConfigHalJsonCookieTest.php file core/modules/field/tests/src/Functional/Hal/FieldStorageConfigHalJsonCookieTest.php
FieldStorageConfigHalJsonCookieTest::$auth property core/modules/field/tests/src/Functional/Hal/FieldStorageConfigHalJsonCookieTest.php The authentication mechanism to use in this test.
FieldStorageConfigHalJsonCookieTest::$defaultTheme property core/modules/field/tests/src/Functional/Hal/FieldStorageConfigHalJsonCookieTest.php The theme to install as the default for testing.
FieldStorageConfigHalJsonCookieTest::$format property core/modules/field/tests/src/Functional/Hal/FieldStorageConfigHalJsonCookieTest.php The format to use in this test.
FieldStorageConfigHalJsonCookieTest::$mimeType property core/modules/field/tests/src/Functional/Hal/FieldStorageConfigHalJsonCookieTest.php The MIME type that corresponds to $format.
FieldStorageConfigHalJsonCookieTest::$modules property core/modules/field/tests/src/Functional/Hal/FieldStorageConfigHalJsonCookieTest.php Modules to install.
FieldStorageConfigInterface interface core/modules/field/src/FieldStorageConfigInterface.php Provides an interface defining a field storage entity.
FieldStorageConfigInterface.php file core/modules/field/src/FieldStorageConfigInterface.php
FieldStorageConfigInterface::getBundles function core/modules/field/src/FieldStorageConfigInterface.php Returns the list of bundles where the field storage has fields.
FieldStorageConfigInterface::getIndexes function core/modules/field/src/FieldStorageConfigInterface.php Returns the custom storage indexes for the field data storage.
FieldStorageConfigInterface::getType function core/modules/field/src/FieldStorageConfigInterface.php Returns the field type.
FieldStorageConfigInterface::getTypeProvider function core/modules/field/src/FieldStorageConfigInterface.php Returns the name of the module providing the field type.
FieldStorageConfigInterface::isDeletable function core/modules/field/src/FieldStorageConfigInterface.php Checks if the field storage can be deleted.
FieldStorageConfigInterface::isLocked function core/modules/field/src/FieldStorageConfigInterface.php Returns whether the field storage is locked or not.
FieldStorageConfigInterface::setCardinality function core/modules/field/src/FieldStorageConfigInterface.php Sets the maximum number of items allowed for the field.
FieldStorageConfigInterface::setIndexes function core/modules/field/src/FieldStorageConfigInterface.php Sets the custom storage indexes for the field data storage..
FieldStorageConfigInterface::setLocked function core/modules/field/src/FieldStorageConfigInterface.php Sets the locked flag.
FieldStorageConfigInterface::setSetting function core/modules/field/src/FieldStorageConfigInterface.php Sets the value for a field setting by name.
FieldStorageConfigInterface::setSettings function core/modules/field/src/FieldStorageConfigInterface.php Sets field storage settings.
FieldStorageConfigInterface::setTranslatable function core/modules/field/src/FieldStorageConfigInterface.php Sets whether the field is translatable.
FieldStorageConfigJsonAnonTest class core/modules/field/tests/src/Functional/Rest/FieldStorageConfigJsonAnonTest.php @group rest
FieldStorageConfigJsonAnonTest.php file core/modules/field/tests/src/Functional/Rest/FieldStorageConfigJsonAnonTest.php
FieldStorageConfigJsonAnonTest::$defaultTheme property core/modules/field/tests/src/Functional/Rest/FieldStorageConfigJsonAnonTest.php The theme to install as the default for testing.
FieldStorageConfigJsonAnonTest::$format property core/modules/field/tests/src/Functional/Rest/FieldStorageConfigJsonAnonTest.php The format to use in this test.
FieldStorageConfigJsonAnonTest::$mimeType property core/modules/field/tests/src/Functional/Rest/FieldStorageConfigJsonAnonTest.php The MIME type that corresponds to $format.
FieldStorageConfigJsonBasicAuthTest class core/modules/field/tests/src/Functional/Rest/FieldStorageConfigJsonBasicAuthTest.php @group rest
FieldStorageConfigJsonBasicAuthTest.php file core/modules/field/tests/src/Functional/Rest/FieldStorageConfigJsonBasicAuthTest.php
FieldStorageConfigJsonBasicAuthTest::$auth property core/modules/field/tests/src/Functional/Rest/FieldStorageConfigJsonBasicAuthTest.php The authentication mechanism to use in this test.
FieldStorageConfigJsonBasicAuthTest::$defaultTheme property core/modules/field/tests/src/Functional/Rest/FieldStorageConfigJsonBasicAuthTest.php The theme to install as the default for testing.
FieldStorageConfigJsonBasicAuthTest::$format property core/modules/field/tests/src/Functional/Rest/FieldStorageConfigJsonBasicAuthTest.php The format to use in this test.
FieldStorageConfigJsonBasicAuthTest::$mimeType property core/modules/field/tests/src/Functional/Rest/FieldStorageConfigJsonBasicAuthTest.php The MIME type that corresponds to $format.
FieldStorageConfigJsonBasicAuthTest::$modules property core/modules/field/tests/src/Functional/Rest/FieldStorageConfigJsonBasicAuthTest.php Modules to install.
FieldStorageConfigJsonCookieTest class core/modules/field/tests/src/Functional/Rest/FieldStorageConfigJsonCookieTest.php @group rest
FieldStorageConfigJsonCookieTest.php file core/modules/field/tests/src/Functional/Rest/FieldStorageConfigJsonCookieTest.php

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