| Rss::$base_field |
property |
core/modules/comment/src/Plugin/views/row/Rss.php |
The actual field used. |
| Rss::$field_alias |
property |
core/modules/comment/src/Plugin/views/row/Rss.php |
The field alias. |
| RssFields |
class |
core/modules/views/src/Plugin/views/row/RssFields.php |
Renders an RSS item based on fields. |
| RssFields.php |
file |
core/modules/views/src/Plugin/views/row/RssFields.php |
|
| RssFields::$usesFields |
property |
core/modules/views/src/Plugin/views/row/RssFields.php |
Does the row plugin support to add fields to its output. |
| RssFields::buildOptionsForm |
function |
core/modules/views/src/Plugin/views/row/RssFields.php |
Provide a form for setting options. |
| RssFields::defineOptions |
function |
core/modules/views/src/Plugin/views/row/RssFields.php |
Information about options for all kinds of purposes will be held here. |
| RssFields::getAbsoluteUrl |
function |
core/modules/views/src/Plugin/views/row/RssFields.php |
Convert a rendered URL string to an absolute URL. |
| RssFields::getField |
function |
core/modules/views/src/Plugin/views/row/RssFields.php |
Retrieves a views field value from the style plugin. |
| RssFields::render |
function |
core/modules/views/src/Plugin/views/row/RssFields.php |
Renders a row object. |
| RssFields::validate |
function |
core/modules/views/src/Plugin/views/row/RssFields.php |
Validate that the plugin is correct and can be saved. |
| RssFieldsTest |
class |
core/modules/views/tests/src/Kernel/Plugin/RssFieldsTest.php |
Tests \Drupal\views\Plugin\views\row\RssFields. |
| RssFieldsTest.php |
file |
core/modules/views/tests/src/Kernel/Plugin/RssFieldsTest.php |
|
| RssFieldsTest::$modules |
property |
core/modules/views/tests/src/Kernel/Plugin/RssFieldsTest.php |
Modules to install. |
| RssFieldsTest::$testViews |
property |
core/modules/views/tests/src/Kernel/Plugin/RssFieldsTest.php |
Views to be enabled. |
| RssFieldsTest::setUp |
function |
core/modules/views/tests/src/Kernel/Plugin/RssFieldsTest.php |
|
| RssFieldsTest::testRssFields |
function |
core/modules/views/tests/src/Kernel/Plugin/RssFieldsTest.php |
Tests correct processing of RSS fields. |
| RssTest::$fieldName |
property |
core/modules/taxonomy/tests/src/Functional/RssTest.php |
Name of the taxonomy term reference field. |
| SaveUploadFormTest::testUploadFieldIsHighlighted |
function |
core/modules/file/tests/src/Functional/SaveUploadFormTest.php |
Tests highlighting of file upload field when it has an error. |
| Schema::addField |
function |
core/modules/sqlite/src/Driver/Database/sqlite/Schema.php |
Add a new field to a table. |
| Schema::addField |
function |
core/lib/Drupal/Core/Database/Schema.php |
Add a new field to a table. |
| Schema::addField |
function |
core/modules/pgsql/src/Driver/Database/pgsql/Schema.php |
Add a new field to a table. |
| Schema::addField |
function |
core/modules/mysql/src/Driver/Database/mysql/Schema.php |
Add a new field to a table. |
| Schema::changeField |
function |
core/modules/mysql/src/Driver/Database/mysql/Schema.php |
Change a field definition. |
| Schema::changeField |
function |
core/modules/pgsql/src/Driver/Database/pgsql/Schema.php |
Change a field definition. |
| Schema::changeField |
function |
core/modules/sqlite/src/Driver/Database/sqlite/Schema.php |
Change a field definition. |
| Schema::changeField |
function |
core/lib/Drupal/Core/Database/Schema.php |
Change a field definition. |
| Schema::createFieldSql |
function |
core/modules/pgsql/src/Driver/Database/pgsql/Schema.php |
Creates a safe SQL string for a field for table creation or alteration. |
| Schema::createFieldSql |
function |
core/modules/mysql/src/Driver/Database/mysql/Schema.php |
Creates an SQL string for a field used in table creation or alteration. |
| Schema::createFieldSql |
function |
core/modules/sqlite/src/Driver/Database/sqlite/Schema.php |
Create an SQL string for a field to be used in table create or alter. |
| Schema::dropField |
function |
core/modules/sqlite/src/Driver/Database/sqlite/Schema.php |
Drop a field. |
| Schema::dropField |
function |
core/lib/Drupal/Core/Database/Schema.php |
Drop a field. |
| Schema::dropField |
function |
core/modules/mysql/src/Driver/Database/mysql/Schema.php |
Drop a field. |
| Schema::dropField |
function |
core/modules/pgsql/src/Driver/Database/pgsql/Schema.php |
Drop a field. |
| Schema::fieldExists |
function |
core/modules/pgsql/src/Driver/Database/pgsql/Schema.php |
Check if a column exists in the given table. |
| Schema::fieldExists |
function |
core/modules/sqlite/src/Driver/Database/sqlite/Schema.php |
Check if a column exists in the given table. |
| Schema::fieldExists |
function |
core/lib/Drupal/Core/Database/Schema.php |
Check if a column exists in the given table. |
| Schema::fieldNames |
function |
core/lib/Drupal/Core/Database/Schema.php |
Gets an array of field names from an array of key/index column specifiers. |
| Schema::getFieldTypeMap |
function |
core/lib/Drupal/Core/Database/Schema.php |
Returns a mapping of Drupal schema field names to DB-native field types. |
| Schema::getFieldTypeMap |
function |
core/modules/pgsql/src/Driver/Database/pgsql/Schema.php |
Returns a mapping of Drupal schema field names to DB-native field types. |
| Schema::getFieldTypeMap |
function |
core/modules/mysql/src/Driver/Database/mysql/Schema.php |
Returns a mapping of Drupal schema field names to DB-native field types. |
| Schema::getFieldTypeMap |
function |
core/modules/sqlite/src/Driver/Database/sqlite/Schema.php |
Returns a mapping of Drupal schema field names to DB-native field types. |
| Schema::processField |
function |
core/modules/sqlite/src/Driver/Database/sqlite/Schema.php |
Set database-engine specific properties for a field. |
| Schema::processField |
function |
core/modules/mysql/src/Driver/Database/mysql/Schema.php |
Set database-engine specific properties for a field. |
| Schema::processField |
function |
core/modules/pgsql/src/Driver/Database/pgsql/Schema.php |
Set database-engine specific properties for a field. |
| Schema::queryFieldInformation |
function |
core/modules/pgsql/src/Driver/Database/pgsql/Schema.php |
Fetches the list of constraints used on a field. |
| SchemaTest::testUnsignedField |
function |
core/modules/pgsql/tests/src/Kernel/pgsql/SchemaTest.php |
Tests column name escaping in field constraints. |
| SchemaUniquePrefixedKeysIndexTestBase::testAddField |
function |
core/tests/Drupal/KernelTests/Core/Database/SchemaUniquePrefixedKeysIndexTestBase.php |
Tests adding a new field with UNIQUE key. |
| SchemaUniquePrefixedKeysIndexTestBase::testChangeField |
function |
core/tests/Drupal/KernelTests/Core/Database/SchemaUniquePrefixedKeysIndexTestBase.php |
Tests changing a field to add a UNIQUE key. |
| SearchPage::fields |
function |
core/modules/search/src/Plugin/migrate/source/d6/SearchPage.php |
Returns available fields on the source. |