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
| Title | Object type | File name | Summary |
|---|---|---|---|
| ResourceTypeBuildEvent::setPublicFieldName | function | core/ |
Sets the public name of the given field on the resource type to be built. |
| ResourceTypeBuildEventSubscriber::aliasResourceTypeFields | function | core/ |
Aliases any resource type fields that have been aliased by a test. |
| ResourceTypeBuildEventSubscriber::disableResourceTypeFields | function | core/ |
Disables any resource type fields that have been aliased by a test. |
| ResourceTypeField.php | file | core/ |
|
| ResourceTypeField::$enabled | property | core/ |
Whether the field is disabled. |
| ResourceTypeField::$hasOne | property | core/ |
Whether the field can only have one value. |
| ResourceTypeField::$internalName | property | core/ |
The internal field name. |
| ResourceTypeField::$publicName | property | core/ |
The public field name. |
| ResourceTypeField::disabled | function | core/ |
Gets a new instance of the field that is disabled. |
| ResourceTypeField::getInternalName | function | core/ |
Gets the internal name of the field. |
| ResourceTypeField::getPublicName | function | core/ |
Gets the public name of the field. |
| ResourceTypeField::hasMany | function | core/ |
Whether the field can have many values. |
| ResourceTypeField::hasOne | function | core/ |
Whether the field can only have one value. |
| ResourceTypeField::isFieldEnabled | function | core/ |
Whether the field is enabled. |
| ResourceTypeField::withPublicName | function | core/ |
Establishes a new public name for the field. |
| ResourceTypeField::__construct | function | core/ |
ResourceTypeField constructor. |
| ResourceTypeRepository::$entityFieldManager | property | core/ |
The entity field manager. |
| ResourceTypeRepository::getAllFieldNames | function | core/ |
Gets all field names for a given entity type and bundle. |
| ResourceTypeRepository::getFieldMapping | function | core/ |
Gets the field mapping for the given field names and entity type + bundle. |
| ResourceTypeRepository::getFields | function | core/ |
Gets the field mapping for the given field names and entity type + bundle. |
| ResourceTypeRepository::getRelatableResourceTypesFromFieldDefinition | function | core/ |
Get relatable resource types from a field definition. |
| ResourceTypeRepository::isReferenceFieldDefinition | function | core/ |
Determines if a given field definition is a reference field. |
| ResourceTypeRepositoryTest::getFieldMappingProvider | function | core/ |
Data provider for testGetFieldMapping. |
| ResourceTypeRepositoryTest::testResourceTypeFieldAliasing | function | core/ |
Tests that resource type fields can be aliased per resource type. |
| ResourceTypeRepositoryTest::testResourceTypeFieldDisabling | function | core/ |
Tests that resource type fields can be disabled per resource type. |
| ResourceTypeTest::testUpdateDeprecatedFieldMapping | function | core/ |
Tests construction of a ResourceType using a deprecated $fields argument. |
| ResponsiveImageFieldDisplayTest | class | core/ |
Tests responsive image display formatter. |
| ResponsiveImageFieldDisplayTest.php | file | core/ |
|
| ResponsiveImageFieldDisplayTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| ResponsiveImageFieldDisplayTest::$dumpHeaders | property | core/ |
|
| ResponsiveImageFieldDisplayTest::$modules | property | core/ |
Modules to enable. |
| ResponsiveImageFieldDisplayTest::$responsiveImgStyle | property | core/ |
Responsive image style entity instance we test with. |
| ResponsiveImageFieldDisplayTest::addTestImageStyleMappings | function | core/ |
Add image style mappings to the responsive image style entity. |
| ResponsiveImageFieldDisplayTest::assertResponsiveImageFieldFormattersLink | function | core/ |
Tests responsive image formatters linked to the file or node. |
| ResponsiveImageFieldDisplayTest::doTestResponsiveImageFieldFormatters | function | core/ |
Test responsive image formatters on node display. |
| ResponsiveImageFieldDisplayTest::setUp | function | core/ |
Drupal\simpletest\WebTestBase\setUp(). |
| ResponsiveImageFieldDisplayTest::testResponsiveImageFieldFormattersEmptyMediaQuery | function | core/ |
Tests responsive image formatter on node display with an empty media query. |
| ResponsiveImageFieldDisplayTest::testResponsiveImageFieldFormattersEmptyStyle | function | core/ |
Test responsive image formatters when image style is empty. |
| ResponsiveImageFieldDisplayTest::testResponsiveImageFieldFormattersLinkToFile | function | core/ |
Tests responsive image formatters on node display linked to the file. |
| ResponsiveImageFieldDisplayTest::testResponsiveImageFieldFormattersLinkToNode | function | core/ |
Tests responsive image formatters on node display linked to the node. |
| ResponsiveImageFieldDisplayTest::testResponsiveImageFieldFormattersOneSource | function | core/ |
Tests responsive image formatter on node display with one source. |
| ResponsiveImageFieldDisplayTest::testResponsiveImageFieldFormattersPrivate | function | core/ |
Tests responsive image formatters on node display for private files. |
| ResponsiveImageFieldDisplayTest::testResponsiveImageFieldFormattersPublic | function | core/ |
Tests responsive image formatters on node display for public files. |
| ResponsiveImageFieldUiTest | class | core/ |
Class ResponsiveImageFieldUiTest. |
| ResponsiveImageFieldUiTest.php | file | core/ |
|
| ResponsiveImageFieldUiTest::$modules | property | core/ |
Modules to install. |
| ResponsiveImageFieldUiTest::setUp | function | core/ |
|
| ResponsiveImageFieldUiTest::testResponsiveImageFormatterUi | function | core/ |
Tests formatter settings. |
| RESTTestBase::removeNodeFieldsForNonAdminUsers | function | core/ |
Remove node fields that can only be written by an admin user. |
| rest_test_entity_base_field_info | function | core/ |
Implements hook_entity_base_field_info(). |
Pagination
- Previous page
- Page 122
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.