| PathAliasTest::$patchProtectedFieldNames |
property |
core/modules/jsonapi/tests/src/Functional/PathAliasTest.php |
The fields that are protected against modification during PATCH requests. |
| PathFieldDefinitionTest |
class |
core/modules/path/tests/src/Unit/Field/PathFieldDefinitionTest.php |
Tests Drupal\Core\Field\BaseFieldDefinition. |
| PathFieldDefinitionTest.php |
file |
core/modules/path/tests/src/Unit/Field/PathFieldDefinitionTest.php |
|
| PathFieldDefinitionTest::getModuleAndPath |
function |
core/modules/path/tests/src/Unit/Field/PathFieldDefinitionTest.php |
Returns the module name and the module directory for the plugin. |
| PathFieldDefinitionTest::getPluginId |
function |
core/modules/path/tests/src/Unit/Field/PathFieldDefinitionTest.php |
Returns the plugin ID of the tested field type. |
| PathFieldDefinitionTest::testGetColumns |
function |
core/modules/path/tests/src/Unit/Field/PathFieldDefinitionTest.php |
Tests get columns. |
| PathFieldItemList |
class |
core/modules/path/src/Plugin/Field/FieldType/PathFieldItemList.php |
Represents a configurable entity path field. |
| PathFieldItemList.php |
file |
core/modules/path/src/Plugin/Field/FieldType/PathFieldItemList.php |
|
| PathFieldItemList::computeValue |
function |
core/modules/path/src/Plugin/Field/FieldType/PathFieldItemList.php |
Computes the values for an item list. |
| PathFieldItemList::defaultAccess |
function |
core/modules/path/src/Plugin/Field/FieldType/PathFieldItemList.php |
Contains the default access logic of this field. |
| PathFieldItemList::delete |
function |
core/modules/path/src/Plugin/Field/FieldType/PathFieldItemList.php |
Defines custom delete behavior for field values. |
| PathHooks::entityBaseFieldInfo |
function |
core/modules/path/src/Hook/PathHooks.php |
Implements hook_entity_base_field_info(). |
| PathHooks::entityBaseFieldInfoAlter |
function |
core/modules/path/src/Hook/PathHooks.php |
Implements hook_entity_base_field_info_alter(). |
| PathHooks::fieldWidgetSingleElementFormAlter |
function |
core/modules/path/src/Hook/PathHooks.php |
Implements hook_field_widget_single_element_form_alter(). |
| PgsqlCastedIntFieldJoinTest |
class |
core/modules/pgsql/tests/src/Kernel/pgsql/Plugin/views/PgsqlCastedIntFieldJoinTest.php |
Tests PostgreSQL specific cast handling. |
| PgsqlCastedIntFieldJoinTest.php |
file |
core/modules/pgsql/tests/src/Kernel/pgsql/Plugin/views/PgsqlCastedIntFieldJoinTest.php |
|
| PgsqlCastedIntFieldJoinTest::$castingType |
property |
core/modules/pgsql/tests/src/Kernel/pgsql/Plugin/views/PgsqlCastedIntFieldJoinTest.php |
The db type that should be used for casting fields as integers. |
| PhoneField |
class |
core/modules/telephone/src/Plugin/migrate/field/d7/PhoneField.php |
Migrate field plugin for Drupal 7 phone fields. |
| PhoneField.php |
file |
core/modules/telephone/src/Plugin/migrate/field/d7/PhoneField.php |
|
| PhoneField::getFieldFormatterMap |
function |
core/modules/telephone/src/Plugin/migrate/field/d7/PhoneField.php |
Get a map between D6 formatters and D8 formatters for this field type. |
| plugin.manager.field.field_type |
service |
core/core.services.yml |
Drupal\Core\Field\FieldTypePluginManager |
| plugin.manager.field.field_type_category |
service |
core/core.services.yml |
\Drupal\Core\Field\FieldTypeCategoryManager |
| plugin.manager.field.formatter |
service |
core/core.services.yml |
Drupal\Core\Field\FormatterPluginManager |
| plugin.manager.field.widget |
service |
core/core.services.yml |
Drupal\Core\Field\WidgetPluginManager |
| plugin.manager.migrate.field |
service |
core/modules/migrate_drupal/migrate_drupal.services.yml |
Drupal\migrate_drupal\Plugin\MigrateFieldPluginManager |
| plugin.manager.views.field |
service |
core/modules/views/views.services.yml |
Drupal\views\Plugin\ViewsHandlerManager |
| PluginBase::preRenderAddFieldsetMarkup |
function |
core/modules/views/src/Plugin/views/PluginBase.php |
Moves form elements into fieldsets for presentation purposes. |
| PostgresqlDateSql::getDateField |
function |
core/modules/views/src/Plugin/views/query/PostgresqlDateSql.php |
Returns a native database expression for a given field. |
| PostgresqlDateSql::setFieldTimezoneOffset |
function |
core/modules/views/src/Plugin/views/query/PostgresqlDateSql.php |
Applies the given offset to the given field. |
| PostgresqlDateSqlTest::testGetDateField |
function |
core/modules/views/tests/src/Unit/Plugin/views/query/PostgresqlDateSqlTest.php |
Tests the getDateField method. |
| PostgresqlDateSqlTest::testSetFieldTimezoneOffset |
function |
core/modules/views/tests/src/Unit/Plugin/views/query/PostgresqlDateSqlTest.php |
Tests timezone offset formatting. |
| PreconfiguredFieldUiOptionsInterface |
interface |
core/lib/Drupal/Core/Field/PreconfiguredFieldUiOptionsInterface.php |
Defines an interface for exposing "preconfigured" field definitions. |
| PreconfiguredFieldUiOptionsInterface.php |
file |
core/lib/Drupal/Core/Field/PreconfiguredFieldUiOptionsInterface.php |
|
| PreconfiguredFieldUiOptionsInterface::getPreconfiguredOptions |
function |
core/lib/Drupal/Core/Field/PreconfiguredFieldUiOptionsInterface.php |
Returns preconfigured field options for a field type. |
| PrivateFileOnTranslatedEntityTest::$fieldName |
property |
core/modules/file/tests/src/Functional/PrivateFileOnTranslatedEntityTest.php |
The name of the file field used in the test. |
| ProcessField |
class |
core/modules/field/src/Plugin/migrate/process/ProcessField.php |
Get the value from a method call on a field plugin instance. |
| ProcessField.php |
file |
core/modules/field/src/Plugin/migrate/process/ProcessField.php |
|
| ProcessField::$fieldPluginManager |
property |
core/modules/field/src/Plugin/migrate/process/ProcessField.php |
The field plugin manager. |
| ProcessField::$migration |
property |
core/modules/field/src/Plugin/migrate/process/ProcessField.php |
The migration being run. |
| ProcessField::callMethodOnFieldPlugin |
function |
core/modules/field/src/Plugin/migrate/process/ProcessField.php |
Instantiate a field plugin and call a method on it. |
| ProcessField::create |
function |
core/modules/field/src/Plugin/migrate/process/ProcessField.php |
Instantiates a new instance of the implementing class using autowiring. |
| ProcessField::transform |
function |
core/modules/field/src/Plugin/migrate/process/ProcessField.php |
Performs the associated process. |
| ProcessField::__construct |
function |
core/modules/field/src/Plugin/migrate/process/ProcessField.php |
Constructs a ProcessField plugin. |
| ProcessFieldTest |
class |
core/modules/field/tests/src/Unit/Plugin/migrate/process/ProcessFieldTest.php |
Tests the ProcessField migrate process plugin. |
| ProcessFieldTest.php |
file |
core/modules/field/tests/src/Unit/Plugin/migrate/process/ProcessFieldTest.php |
|
| ProcessFieldTest::$fieldManager |
property |
core/modules/field/tests/src/Unit/Plugin/migrate/process/ProcessFieldTest.php |
The migrate field manager. |
| ProcessFieldTest::$fieldPlugin |
property |
core/modules/field/tests/src/Unit/Plugin/migrate/process/ProcessFieldTest.php |
The migrate field plugin. |
| ProcessFieldTest::$migrateExecutable |
property |
core/modules/field/tests/src/Unit/Plugin/migrate/process/ProcessFieldTest.php |
The migration executable. |
| ProcessFieldTest::$migration |
property |
core/modules/field/tests/src/Unit/Plugin/migrate/process/ProcessFieldTest.php |
The migration. |
| ProcessFieldTest::$row |
property |
core/modules/field/tests/src/Unit/Plugin/migrate/process/ProcessFieldTest.php |
The row object. |