Search for Id
Title | Object type | File name | Summary |
---|---|---|---|
FieldType::$id | property | core/ |
The plugin ID. |
FieldTypePluginManager::getUiDefinitions | function | core/ |
Gets the definition of all field types that can be added via UI. |
FieldTypePluginManagerInterface::getUiDefinitions | function | core/ |
Gets the definition of all field types that can be added via UI. |
FieldUiTestTrait::fieldUIDeleteField | function | core/ |
Deletes a field through the Field UI. |
FieldWidget | class | core/ |
Defines a FieldWidget annotation object. |
FieldWidget.php | file | core/ |
|
FieldWidget::$class | property | core/ |
The name of the widget class. |
FieldWidget::$description | property | core/ |
A short description of the widget type. |
FieldWidget::$field_types | property | core/ |
An array of field types the widget supports. |
FieldWidget::$id | property | core/ |
The plugin ID. |
FieldWidget::$label | property | core/ |
The human-readable name of the widget type. |
FieldWidget::$multiple_values | property | core/ |
Does the field widget handles multiple values at once. |
FieldWidget::$weight | property | core/ |
An integer to determine the weight of this widget relative to other widgets in the Field UI when selecting a widget for a given field. |
FileCacheFactoryTest::configurationDataProvider | function | core/ |
Data provider for testGetConfigurationOverrides(). |
FileCacheFactoryTest::testGetConfigurationOverrides | function | core/ |
@covers ::get[[api-linebreak]] |
FileCckTest::getFieldTypeProvider | function | core/ |
Data provider for testGetFieldType(). |
FileCckTest::getFieldTypeProvider | function | core/ |
Data provider for testGetFieldType(). |
FileField::getFieldWidgetMap | function | core/ |
Get a map between D6 and D8 widgets for this field type. |
FileField::getFieldWidgetMap | function | core/ |
Get a map between D6 and D8 widgets for this field type. |
FileFieldTestBase::getLastFileId | function | core/ |
Retrieves the fid of the last inserted file. |
FileSystem::validScheme | function | core/ |
Checks that the scheme of a stream URI is valid. |
FileSystemInterface::validScheme | function | core/ |
Checks that the scheme of a stream URI is valid. |
FileTransferAuthorizeForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
FileTransferAuthorizeForm::validateForm | function | core/ |
Form validation handler. |
file_stream_wrapper_valid_scheme | function | core/ |
Checks that the scheme of a stream URI is valid. |
file_valid_uri | function | core/ |
Determines whether the URI has a valid scheme for file API operations. |
FilteredPluginManagerTraitTest::providerTestGetFilteredDefinitions | function | core/ |
Provides test data for ::testGetFilteredDefinitions(). |
FormattableMarkupTest::providerTestUnexpectedPlaceholder | function | core/ |
Data provider for FormattableMarkupTest::testUnexpectedPlaceholder(). |
FormBase::validateForm | function | core/ |
Form validation handler. |
FormBuilder::$formValidator | property | core/ |
The form validator. |
FormBuilder::executeValidateHandlers | function | core/ |
Executes custom validation handlers for a given form. |
FormBuilder::getFormId | function | core/ |
Determines the ID of a form. |
FormBuilder::setInvalidTokenError | function | core/ |
Sets a form_token error on the given form state. |
FormBuilder::validateForm | function | core/ |
Validates user-submitted form data in the $form_state. |
FormBuilderInterface::getFormId | function | core/ |
Determines the ID of a form. |
FormElement::validatePattern | function | core/ |
#element_validate callback for #pattern form element property. |
FormInterface::getFormId | function | core/ |
Returns a unique string identifying the form. |
FormInterface::validateForm | function | core/ |
Form validation handler. |
FormState::$invalidToken | property | core/ |
If set to TRUE the form will skip calling form element value callbacks, except for a select list of callbacks provided by Drupal core that are known to be safe. |
FormState::$limit_validation_errors | property | core/ |
Stores which errors should be limited during validation. |
FormState::$must_validate | property | core/ |
Ordinarily, a form is only validated once, but there are times when a form is resubmitted internally and should be validated again. Setting this to TRUE will force that to happen. This is most likely to occur during Ajax operations. |
FormState::$validate_handlers | property | core/ |
Stores the gathered validation handlers. |
FormState::$validation_complete | property | core/ |
Tracks if the form has finished validation. |
FormState::getLimitValidationErrors | function | core/ |
Retrieves the limited validation error sections. |
FormState::getValidateHandlers | function | core/ |
Gets the validate handlers. |
FormState::hasInvalidToken | function | core/ |
Determines if the form has an invalid token. |
FormState::isValidationComplete | function | core/ |
Determines if validation has been completed. |
FormState::isValidationEnforced | function | core/ |
Checks if validation is enforced. |
FormState::setInvalidToken | function | core/ |
Flags the form state as having or not an invalid token. |
FormState::setLimitValidationErrors | function | core/ |
Sets the limited validation error sections. |
Pagination
- Previous page
- Page 20
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.