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
FieldConfigDeleteForm::submitForm function core/modules/field_ui/src/Form/FieldConfigDeleteForm.php
FieldConfigDeleteForm::__construct function core/modules/field_ui/src/Form/FieldConfigDeleteForm.php Constructs a new FieldConfigDeleteForm object.
FieldConfigEditForm::actions function core/modules/field_ui/src/Form/FieldConfigEditForm.php Returns an array of supported actions for the current entity form.
FieldConfigEditForm::save function core/modules/field_ui/src/Form/FieldConfigEditForm.php Form submission handler for the 'save' action.
FieldConfigEditForm::submitForm function core/modules/field_ui/src/Form/FieldConfigEditForm.php This is the default entity object builder function. It is called before any
other submit handler to build the new entity object to be used by the
following submit handlers. At this point of the form workflow the entity is
validated and the form state…
FieldConfigEditForm::__construct function core/modules/field_ui/src/Form/FieldConfigEditForm.php Constructs a new FieldConfigDeleteForm object.
FieldConfigEntityUnitTest class core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php @coversDefaultClass \Drupal\field\Entity\FieldConfig[[api-linebreak]]
@group field
FieldConfigEntityUnitTest.php file core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php Contains \Drupal\Tests\field\Unit\FieldConfigEntityUnitTest.
FieldConfigEntityUnitTest::$entityFieldManager property core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php The entity field manager used for testing.
FieldConfigEntityUnitTest::$entityType property core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php The entity type used for testing.
FieldConfigEntityUnitTest::$entityTypeId property core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php The ID of the type of the entity under test.
FieldConfigEntityUnitTest::$entityTypeManager property core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php The entity manager used for testing.
FieldConfigEntityUnitTest::$fieldStorage property core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php The mock field storage.
FieldConfigEntityUnitTest::$fieldTypePluginManager property core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php The mock field type plugin manager;
FieldConfigEntityUnitTest::$uuid property core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php The UUID generator used for testing.
FieldConfigEntityUnitTest::setUp function core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php
FieldConfigEntityUnitTest::testCalculateDependencies function core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php @covers ::calculateDependencies[[api-linebreak]]
FieldConfigEntityUnitTest::testCalculateDependenciesIncorrectBundle function core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php Test that invalid bundles are handled.
FieldConfigEntityUnitTest::testGetType function core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php @covers ::getType[[api-linebreak]]
FieldConfigEntityUnitTest::testOnDependencyRemoval function core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php @covers ::onDependencyRemoval[[api-linebreak]]
FieldConfigEntityUnitTest::testToArray function core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php @covers ::toArray[[api-linebreak]]
FieldConfigHalJsonAnonTest class core/modules/field/tests/src/Functional/Hal/FieldConfigHalJsonAnonTest.php @group hal
FieldConfigHalJsonAnonTest.php file core/modules/field/tests/src/Functional/Hal/FieldConfigHalJsonAnonTest.php
FieldConfigHalJsonAnonTest::$defaultTheme property core/modules/field/tests/src/Functional/Hal/FieldConfigHalJsonAnonTest.php The theme to install as the default for testing.
FieldConfigHalJsonAnonTest::$format property core/modules/field/tests/src/Functional/Hal/FieldConfigHalJsonAnonTest.php The format to use in this test.
FieldConfigHalJsonAnonTest::$mimeType property core/modules/field/tests/src/Functional/Hal/FieldConfigHalJsonAnonTest.php The MIME type that corresponds to $format.
FieldConfigHalJsonAnonTest::$modules property core/modules/field/tests/src/Functional/Hal/FieldConfigHalJsonAnonTest.php Modules to install.
FieldConfigHalJsonBasicAuthTest class core/modules/field/tests/src/Functional/Hal/FieldConfigHalJsonBasicAuthTest.php @group hal
FieldConfigHalJsonBasicAuthTest.php file core/modules/field/tests/src/Functional/Hal/FieldConfigHalJsonBasicAuthTest.php
FieldConfigHalJsonBasicAuthTest::$auth property core/modules/field/tests/src/Functional/Hal/FieldConfigHalJsonBasicAuthTest.php The authentication mechanism to use in this test.
FieldConfigHalJsonBasicAuthTest::$defaultTheme property core/modules/field/tests/src/Functional/Hal/FieldConfigHalJsonBasicAuthTest.php The theme to install as the default for testing.
FieldConfigHalJsonBasicAuthTest::$format property core/modules/field/tests/src/Functional/Hal/FieldConfigHalJsonBasicAuthTest.php The format to use in this test.
FieldConfigHalJsonBasicAuthTest::$mimeType property core/modules/field/tests/src/Functional/Hal/FieldConfigHalJsonBasicAuthTest.php The MIME type that corresponds to $format.
FieldConfigHalJsonBasicAuthTest::$modules property core/modules/field/tests/src/Functional/Hal/FieldConfigHalJsonBasicAuthTest.php Modules to install.
FieldConfigHalJsonCookieTest class core/modules/field/tests/src/Functional/Hal/FieldConfigHalJsonCookieTest.php @group hal
FieldConfigHalJsonCookieTest.php file core/modules/field/tests/src/Functional/Hal/FieldConfigHalJsonCookieTest.php
FieldConfigHalJsonCookieTest::$auth property core/modules/field/tests/src/Functional/Hal/FieldConfigHalJsonCookieTest.php The authentication mechanism to use in this test.
FieldConfigHalJsonCookieTest::$defaultTheme property core/modules/field/tests/src/Functional/Hal/FieldConfigHalJsonCookieTest.php The theme to install as the default for testing.
FieldConfigHalJsonCookieTest::$format property core/modules/field/tests/src/Functional/Hal/FieldConfigHalJsonCookieTest.php The format to use in this test.
FieldConfigHalJsonCookieTest::$mimeType property core/modules/field/tests/src/Functional/Hal/FieldConfigHalJsonCookieTest.php The MIME type that corresponds to $format.
FieldConfigHalJsonCookieTest::$modules property core/modules/field/tests/src/Functional/Hal/FieldConfigHalJsonCookieTest.php Modules to install.
FieldConfigInterface::addConstraint function core/lib/Drupal/Core/Field/FieldConfigInterface.php Adds a validation constraint to the FieldItemList.
FieldConfigInterface::addPropertyConstraints function core/lib/Drupal/Core/Field/FieldConfigInterface.php Adds constraints for a given field item property.
FieldConfigInterface::isDeleted function core/modules/field/src/FieldConfigInterface.php Gets the deleted flag of the field.
FieldConfigInterface::setConstraints function core/lib/Drupal/Core/Field/FieldConfigInterface.php Sets the array of validation constraints for the FieldItemList.
FieldConfigInterface::setDefaultValue function core/lib/Drupal/Core/Field/FieldConfigInterface.php Sets a default value.
FieldConfigInterface::setDefaultValueCallback function core/lib/Drupal/Core/Field/FieldConfigInterface.php Sets a custom default value callback.
FieldConfigInterface::setDescription function core/lib/Drupal/Core/Field/FieldConfigInterface.php Sets a human readable description.
FieldConfigInterface::setLabel function core/lib/Drupal/Core/Field/FieldConfigInterface.php Sets the field definition label.
FieldConfigInterface::setPropertyConstraints function core/lib/Drupal/Core/Field/FieldConfigInterface.php Sets constraints for a given field item property.

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