Search for conf
Title | Object type | File name | Summary |
---|---|---|---|
FieldConfigBase::setRequired | function | core/ |
Sets whether the field can be empty. |
FieldConfigBase::setSetting | function | core/ |
Sets the value for a field setting by name. |
FieldConfigBase::setSettings | function | core/ |
Sets field settings. |
FieldConfigBase::setTranslatable | function | core/ |
Sets whether the field is translatable. |
FieldConfigBase::__sleep | function | core/ |
Implements the magic __sleep() method. |
FieldConfigDeleteForm | class | core/ |
Provides a form for removing a field from a bundle. |
FieldConfigDeleteForm.php | file | core/ |
|
FieldConfigDeleteForm::$entityTypeBundleInfo | property | core/ |
The entity type bundle info service. |
FieldConfigDeleteForm::buildForm | function | core/ |
Form constructor. |
FieldConfigDeleteForm::create | function | core/ |
Instantiates a new instance of this class. |
FieldConfigDeleteForm::getCancelUrl | function | core/ |
|
FieldConfigDeleteForm::getConfigNamesToDelete | function | core/ |
Returns config names to delete for the deletion confirmation form. |
FieldConfigDeleteForm::submitForm | function | core/ |
|
FieldConfigDeleteForm::__construct | function | core/ |
Constructs a new FieldConfigDeleteForm object. |
FieldConfigEditForm | class | core/ |
Provides a form for the field settings form. |
FieldConfigEditForm.php | file | core/ |
|
FieldConfigEditForm::$entity | property | core/ |
The entity being used by this form. |
FieldConfigEditForm::$entityTypeBundleInfo | property | core/ |
The entity type bundle info service. |
FieldConfigEditForm::actions | function | core/ |
Returns an array of supported actions for the current entity form. |
FieldConfigEditForm::create | function | core/ |
Instantiates a new instance of this class. |
FieldConfigEditForm::form | function | core/ |
Gets the actual form array to be built. |
FieldConfigEditForm::getTitle | function | core/ |
The _title_callback for the field settings form. |
FieldConfigEditForm::save | function | core/ |
Form submission handler for the 'save' action. |
FieldConfigEditForm::submitForm | function | core/ |
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::validateForm | function | core/ |
Form validation handler. |
FieldConfigEditForm::__construct | function | core/ |
Constructs a new FieldConfigDeleteForm object. |
FieldConfigEntityUnitTest | class | core/ |
@coversDefaultClass \Drupal\field\Entity\FieldConfig @group field |
FieldConfigEntityUnitTest.php | file | core/ |
Contains \Drupal\Tests\field\Unit\FieldConfigEntityUnitTest. |
FieldConfigEntityUnitTest::$entityFieldManager | property | core/ |
The entity field manager used for testing. |
FieldConfigEntityUnitTest::$entityType | property | core/ |
The entity type used for testing. |
FieldConfigEntityUnitTest::$entityTypeId | property | core/ |
The ID of the type of the entity under test. |
FieldConfigEntityUnitTest::$entityTypeManager | property | core/ |
The entity manager used for testing. |
FieldConfigEntityUnitTest::$fieldStorage | property | core/ |
The mock field storage. |
FieldConfigEntityUnitTest::$fieldTypePluginManager | property | core/ |
The mock field type plugin manager; |
FieldConfigEntityUnitTest::$uuid | property | core/ |
The UUID generator used for testing. |
FieldConfigEntityUnitTest::setUp | function | core/ |
|
FieldConfigEntityUnitTest::testCalculateDependencies | function | core/ |
@covers ::calculateDependencies |
FieldConfigEntityUnitTest::testCalculateDependenciesIncorrectBundle | function | core/ |
Test that invalid bundles are handled. |
FieldConfigEntityUnitTest::testGetType | function | core/ |
@covers ::getType |
FieldConfigEntityUnitTest::testOnDependencyRemoval | function | core/ |
@covers ::onDependencyRemoval |
FieldConfigEntityUnitTest::testToArray | function | core/ |
@covers ::toArray |
FieldConfigHalJsonAnonTest | class | core/ |
@group hal |
FieldConfigHalJsonAnonTest.php | file | core/ |
|
FieldConfigHalJsonAnonTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
FieldConfigHalJsonAnonTest::$format | property | core/ |
The format to use in this test. |
FieldConfigHalJsonAnonTest::$mimeType | property | core/ |
The MIME type that corresponds to $format. |
FieldConfigHalJsonAnonTest::$modules | property | core/ |
Modules to install. |
FieldConfigHalJsonBasicAuthTest | class | core/ |
@group hal |
FieldConfigHalJsonBasicAuthTest.php | file | core/ |
|
FieldConfigHalJsonBasicAuthTest::$auth | property | core/ |
The authentication mechanism to use in this test. |
Pagination
- Previous page
- Page 65
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.