Search for Field
- Search 7.x for Field
- Search 9.5.x for Field
- Search 10.3.x for Field
- Search 11.x for Field
- Other projects
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Field | class | core/ |
A stub class to provide backward compatibility for EntityField. |
Field | class | core/ |
Drupal 6 field source from database. |
Field | class | core/ |
Drupal 7 field source from database. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
ProtectedUserFieldConstraintValidatorTest | class | core/ |
@coversDefaultClass \Drupal\user\Plugin\Validation\Constraint\ProtectedUserFieldConstraintValidator[[api-linebreak]] @group user |
ProtectedUserFieldConstraintValidatorTest.php | file | core/ |
|
ProtectedUserFieldConstraintValidatorTest::createValidator | function | core/ |
|
ProtectedUserFieldConstraintValidatorTest::providerTestValidate | function | core/ |
Data provider for ::testValidate(). |
ProtectedUserFieldConstraintValidatorTest::testValidate | function | core/ |
@covers ::validate[[api-linebreak]] |
Query::$sqlFields | property | core/ |
An array of fields keyed by the field alias. |
Query::getSqlField | function | core/ |
Constructs a select expression for a given field and language. |
QueryBatchTest::fields | function | core/ |
Returns available fields on the source. |
QueryGroupByTest::testGroupByBaseField | function | core/ |
Tests grouping on base field. |
QueryGroupByTest::testGroupByFieldWithCardinality | function | core/ |
Tests grouping a field with cardinality > 1. |
QueryGroupByTest::testGroupByWithFieldsNotExistingOnBundle | function | core/ |
Tests groupby with a field not existing on some bundle. |
QueryPluginBase::getDateField | function | core/ |
Returns a Unix timestamp to database native timestamp expression. |
QueryPluginBase::setFieldTimezoneOffset | function | core/ |
Applies a timezone offset to the given field. |
QueryTest::$fields | property | core/ |
|
QueryTest::addField | function | core/ |
|
QueryTest::setFieldTimezoneOffset | function | core/ |
Applies a timezone offset to the given field. |
QuickEditAutocompleteTermTest::$fieldName | property | core/ |
Stores the field name for the autocomplete field. |
QuickEditController::fieldForm | function | core/ |
Returns a single field edit form as an Ajax response. |
QuickEditController::renderField | function | core/ |
Renders a field. |
QuickEditEntityFieldAccessCheck | class | core/ |
Access check for in-place editing entity fields. |
QuickEditEntityFieldAccessCheck.php | file | core/ |
|
QuickEditEntityFieldAccessCheck::access | function | core/ |
Checks Quick Edit access to the field. |
QuickEditEntityFieldAccessCheck::accessEditEntityField | function | core/ |
Checks access to edit the requested field of the requested entity. |
QuickEditEntityFieldAccessCheck::validateRequestAttributes | function | core/ |
Validates request attributes. |
QuickEditEntityFieldAccessCheckInterface | interface | core/ |
Access check for in-place editing entity fields. |
QuickEditEntityFieldAccessCheckInterface.php | file | core/ |
|
QuickEditEntityFieldAccessCheckInterface::accessEditEntityField | function | core/ |
Checks access to edit the requested field of the requested entity. |
QuickEditEntityFieldAccessCheckTest | class | core/ |
@coversDefaultClass \Drupal\quickedit\Access\QuickEditEntityFieldAccessCheck[[api-linebreak]] @group Access @group quickedit |
QuickEditEntityFieldAccessCheckTest.php | file | core/ |
|
QuickEditEntityFieldAccessCheckTest::$editAccessCheck | property | core/ |
The tested access checker. |
QuickEditEntityFieldAccessCheckTest::createMockEntity | function | core/ |
Returns a mock entity. |
QuickEditEntityFieldAccessCheckTest::providerTestAccess | function | core/ |
Provides test data for testAccess(). |
QuickEditEntityFieldAccessCheckTest::providerTestAccessForbidden | function | core/ |
Provides test data for testAccessForbidden. |
QuickEditEntityFieldAccessCheckTest::setUp | function | core/ |
|
QuickEditEntityFieldAccessCheckTest::testAccess | function | core/ |
Tests the method for checking access to routes. |
QuickEditEntityFieldAccessCheckTest::testAccessForbidden | function | core/ |
Tests checking access to routes that result in AccessResult::isForbidden(). |
QuickEditFieldForm | class | core/ |
Builds and process a form for editing a single entity field. |
QuickEditFieldForm.php | file | core/ |
|
QuickEditFieldForm::$moduleHandler | property | core/ |
The module handler. |
QuickEditFieldForm::$nodeTypeStorage | property | core/ |
The node type storage. |
QuickEditFieldForm::$tempStoreFactory | property | core/ |
Stores the tempstore factory. |
QuickEditFieldForm::buildEntity | function | core/ |
Returns a cloned entity containing updated field values. |
QuickEditFieldForm::buildForm | function | core/ |
Builds a form for a single entity field. |
QuickEditFieldForm::create | function | core/ |
Instantiates a new instance of this class. |
QuickEditFieldForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
QuickEditFieldForm::init | function | core/ |
Initialize the form state and the entity before the first form build. |
QuickEditFieldForm::simplify | function | core/ |
Simplifies the field edit form for in-place editing. |
QuickEditFieldForm::submitForm | function | core/ |
Saves the entity with updated values for the edited field. |
QuickEditFieldForm::validateForm | function | core/ |
Form validation handler. |
QuickEditFieldForm::__construct | function | core/ |
Constructs a new EditFieldForm. |
Pagination
- Previous page
- Page 123
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.