| ProfileFieldValues.php |
file |
core/modules/user/src/Plugin/migrate/source/d6/ProfileFieldValues.php |
|
| ProfileFieldValues::fields |
function |
core/modules/user/src/Plugin/migrate/source/d6/ProfileFieldValues.php |
Returns available fields on the source. |
| ProfileFieldValues::getIds |
function |
core/modules/user/src/Plugin/migrate/source/d6/ProfileFieldValues.php |
Defines the source fields uniquely identifying a source row. |
| ProfileFieldValues::prepareRow |
function |
core/modules/user/src/Plugin/migrate/source/d6/ProfileFieldValues.php |
Adds additional data to the row. |
| ProfileFieldValues::query |
function |
core/modules/user/src/Plugin/migrate/source/d6/ProfileFieldValues.php |
Prepares query object to retrieve data from the source database. |
| ProfileFieldValuesTest |
class |
core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/ProfileFieldValuesTest.php |
Tests the d6_profile_field_values source plugin. |
| ProfileFieldValuesTest.php |
file |
core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/ProfileFieldValuesTest.php |
|
| ProfileFieldValuesTest::$modules |
property |
core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/ProfileFieldValuesTest.php |
Modules to install. |
| ProfileFieldValuesTest::providerSource |
function |
core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/ProfileFieldValuesTest.php |
Provides source data for ::testSource. |
| ProjectReleaseTest::providerCreateFromArrayInvalidField |
function |
core/modules/update/tests/src/Unit/ProjectReleaseTest.php |
Data provider for testCreateFromArrayInvalidField(). |
| ProjectReleaseTest::providerCreateFromArrayMissingField |
function |
core/modules/update/tests/src/Unit/ProjectReleaseTest.php |
Data provider for testCreateFromArrayMissingField(). |
| ProjectReleaseTest::testCreateFromArrayInvalidField |
function |
core/modules/update/tests/src/Unit/ProjectReleaseTest.php |
Tests exceptions for invalid field types. |
| ProjectReleaseTest::testCreateFromArrayMissingField |
function |
core/modules/update/tests/src/Unit/ProjectReleaseTest.php |
Tests exceptions with missing fields. |
| ProjectReleaseTest::testOptionalFields |
function |
core/modules/update/tests/src/Unit/ProjectReleaseTest.php |
Tests that optional fields can be omitted. |
| PromoteNode::getFieldsToUpdate |
function |
core/modules/node/src/Plugin/Action/PromoteNode.php |
Gets an array of values to be set. |
| ProtectedUserFieldConstraint |
class |
core/modules/user/src/Plugin/Validation/Constraint/ProtectedUserFieldConstraint.php |
Checks if the plain text password is provided for editing a protected field. |
| ProtectedUserFieldConstraint.php |
file |
core/modules/user/src/Plugin/Validation/Constraint/ProtectedUserFieldConstraint.php |
|
| ProtectedUserFieldConstraint::$message |
property |
core/modules/user/src/Plugin/Validation/Constraint/ProtectedUserFieldConstraint.php |
Violation message. |
| ProtectedUserFieldConstraintValidator |
class |
core/modules/user/src/Plugin/Validation/Constraint/ProtectedUserFieldConstraintValidator.php |
Validates the ProtectedUserFieldConstraint constraint. |
| ProtectedUserFieldConstraintValidator.php |
file |
core/modules/user/src/Plugin/Validation/Constraint/ProtectedUserFieldConstraintValidator.php |
|
| ProtectedUserFieldConstraintValidator::$currentUser |
property |
core/modules/user/src/Plugin/Validation/Constraint/ProtectedUserFieldConstraintValidator.php |
The current user. |
| ProtectedUserFieldConstraintValidator::$userStorage |
property |
core/modules/user/src/Plugin/Validation/Constraint/ProtectedUserFieldConstraintValidator.php |
User storage handler. |
| ProtectedUserFieldConstraintValidator::create |
function |
core/modules/user/src/Plugin/Validation/Constraint/ProtectedUserFieldConstraintValidator.php |
Instantiates a new instance of this class. |
| ProtectedUserFieldConstraintValidator::validate |
function |
core/modules/user/src/Plugin/Validation/Constraint/ProtectedUserFieldConstraintValidator.php |
|
| ProtectedUserFieldConstraintValidator::__construct |
function |
core/modules/user/src/Plugin/Validation/Constraint/ProtectedUserFieldConstraintValidator.php |
Constructs the object. |
| ProtectedUserFieldConstraintValidatorTest |
class |
core/modules/user/tests/src/Unit/Plugin/Validation/Constraint/ProtectedUserFieldConstraintValidatorTest.php |
Tests Drupal\user\Plugin\Validation\Constraint\ProtectedUserFieldConstraintValidator. |
| ProtectedUserFieldConstraintValidatorTest.php |
file |
core/modules/user/tests/src/Unit/Plugin/Validation/Constraint/ProtectedUserFieldConstraintValidatorTest.php |
|
| ProtectedUserFieldConstraintValidatorTest::createValidator |
function |
core/modules/user/tests/src/Unit/Plugin/Validation/Constraint/ProtectedUserFieldConstraintValidatorTest.php |
|
| ProtectedUserFieldConstraintValidatorTest::testValidate |
function |
core/modules/user/tests/src/Unit/Plugin/Validation/Constraint/ProtectedUserFieldConstraintValidatorTest.php |
Tests validate. |
| ProtectedUserFieldConstraintValidatorTest::validate |
function |
core/modules/user/tests/src/Unit/Plugin/Validation/Constraint/ProtectedUserFieldConstraintValidatorTest.php |
Perform the validation. |
| Query::$sqlFields |
property |
core/lib/Drupal/Core/Entity/Query/Sql/Query.php |
An array of fields keyed by the field alias. |
| Query::getSqlField |
function |
core/lib/Drupal/Core/Entity/Query/Sql/Query.php |
Constructs a select expression for a given field and language. |
| QueryBatchTest::fields |
function |
core/modules/migrate/tests/modules/migrate_query_batch_test/src/Plugin/migrate/source/QueryBatchTest.php |
Returns available fields on the source. |
| QueryGroupByTest::testGroupByBaseField |
function |
core/modules/views/tests/src/Kernel/QueryGroupByTest.php |
Tests grouping on base field. |
| QueryGroupByTest::testGroupByFieldWithCardinality |
function |
core/modules/views/tests/src/Kernel/QueryGroupByTest.php |
Tests grouping a field with cardinality > 1. |
| QueryGroupByTest::testGroupByWithFieldsNotExistingOnBundle |
function |
core/modules/views/tests/src/Kernel/QueryGroupByTest.php |
Tests group by with a non-existent field on some bundle. |
| QueryPluginBase::getDateField |
function |
core/modules/views/src/Plugin/views/query/QueryPluginBase.php |
Returns a Unix timestamp to database native timestamp expression. |
| QueryPluginBase::setFieldTimezoneOffset |
function |
core/modules/views/src/Plugin/views/query/QueryPluginBase.php |
Applies a timezone offset to the given field. |
| QueryTest::$fields |
property |
core/modules/views/tests/modules/views_test_data/src/Plugin/views/query/QueryTest.php |
The list of fields. |
| QueryTest::addField |
function |
core/modules/views/tests/modules/views_test_data/src/Plugin/views/query/QueryTest.php |
Adds a new field to a table. |
| QueryTest::setFieldTimezoneOffset |
function |
core/modules/views/tests/modules/views_test_data/src/Plugin/views/query/QueryTest.php |
Applies a timezone offset to the given field. |
| RawStringFormatterTest::$fieldName |
property |
core/modules/field/tests/src/Kernel/KernelString/RawStringFormatterTest.php |
|
| RawStringFormatterTest::renderEntityFields |
function |
core/modules/field/tests/src/Kernel/KernelString/RawStringFormatterTest.php |
Renders fields of a given entity with a given display. |
| RearrangeFieldsTest |
class |
core/modules/views_ui/tests/src/Functional/RearrangeFieldsTest.php |
Tests the reordering of fields via AJAX. |
| RearrangeFieldsTest.php |
file |
core/modules/views_ui/tests/src/Functional/RearrangeFieldsTest.php |
|
| RearrangeFieldsTest::$defaultTheme |
property |
core/modules/views_ui/tests/src/Functional/RearrangeFieldsTest.php |
The theme to install as the default for testing. |
| RearrangeFieldsTest::$testViews |
property |
core/modules/views_ui/tests/src/Functional/RearrangeFieldsTest.php |
Views used by this test. |
| RearrangeFieldsTest::assertFieldOrder |
function |
core/modules/views_ui/tests/src/Functional/RearrangeFieldsTest.php |
Check if the fields are in the correct order. |
| RearrangeFieldsTest::getViewFields |
function |
core/modules/views_ui/tests/src/Functional/RearrangeFieldsTest.php |
Gets the fields from the View. |
| RearrangeFieldsTest::testRearrangeFields |
function |
core/modules/views_ui/tests/src/Functional/RearrangeFieldsTest.php |
Tests field sorting. |