EntityReference::$usesRowPlugin |
property |
core/modules/views/src/Plugin/views/style/EntityReference.php |
Whether or not this style uses a row plugin. |
EntityReference::buildOptionsForm |
function |
core/modules/views/src/Plugin/views/style/EntityReference.php |
Provide a form to edit options for this plugin. |
EntityReference::buildOptionsForm |
function |
core/modules/views/src/Plugin/views/row/EntityReference.php |
Provide a form for setting options. |
EntityReference::create |
function |
core/modules/views/src/Plugin/views/display/EntityReference.php |
Creates an instance of the plugin. |
EntityReference::defineOptions |
function |
core/modules/views/src/Plugin/views/row/EntityReference.php |
Information about options for all kinds of purposes will be held here. |
EntityReference::defineOptions |
function |
core/modules/views/src/Plugin/views/display/EntityReference.php |
Information about options for all kinds of purposes will be held here. |
EntityReference::defineOptions |
function |
core/modules/views/src/Plugin/views/style/EntityReference.php |
Information about options for all kinds of purposes will be held here. |
EntityReference::evenEmpty |
function |
core/modules/views/src/Plugin/views/style/EntityReference.php |
Determines if the style plugin is rendered even if the view is empty. |
EntityReference::execute |
function |
core/modules/views/src/Plugin/views/display/EntityReference.php |
Executes the view and returns data in the format required. |
EntityReference::getFieldFormatterMap |
function |
core/modules/field/src/Plugin/migrate/field/d7/EntityReference.php |
Get a map between D6 formatters and D8 formatters for this field type. |
EntityReference::getString |
function |
core/lib/Drupal/Core/Entity/Plugin/DataType/EntityReference.php |
Returns a string representation of the data. |
EntityReference::getTarget |
function |
core/lib/Drupal/Core/Entity/Plugin/DataType/EntityReference.php |
Gets the referenced data. |
EntityReference::getTargetDefinition |
function |
core/lib/Drupal/Core/Entity/Plugin/DataType/EntityReference.php |
Gets the definition of the referenced entity. |
EntityReference::getTargetIdentifier |
function |
core/lib/Drupal/Core/Entity/Plugin/DataType/EntityReference.php |
Gets the identifier of the referenced data. |
EntityReference::getType |
function |
core/modules/views/src/Plugin/views/display/EntityReference.php |
Returns the display type that this display requires. |
EntityReference::isTargetNew |
function |
core/lib/Drupal/Core/Entity/Plugin/DataType/EntityReference.php |
Checks whether the target entity has not been saved yet. |
EntityReference::optionsSummary |
function |
core/modules/views/src/Plugin/views/display/EntityReference.php |
Provides the default summary for options in the views UI. |
EntityReference::preRender |
function |
core/modules/views/src/Plugin/views/row/EntityReference.php |
Allow the style to do stuff before each row is rendered. |
EntityReference::query |
function |
core/modules/views/src/Plugin/views/display/EntityReference.php |
Add anything to the query that we might need to. |
EntityReference::render |
function |
core/modules/views/src/Plugin/views/display/EntityReference.php |
Builds the view result as a renderable array. |
EntityReference::render |
function |
core/modules/views/src/Plugin/views/style/EntityReference.php |
Render the display in this style. |
EntityReference::setValue |
function |
core/lib/Drupal/Core/Entity/Plugin/DataType/EntityReference.php |
Sets the data value. |
EntityReference::usesExposed |
function |
core/modules/views/src/Plugin/views/display/EntityReference.php |
Determines if this display uses exposed filters. |
EntityReference::validate |
function |
core/modules/views/src/Plugin/views/display/EntityReference.php |
Validate that the plugin is correct and can be saved. |
EntityReference::__construct |
function |
core/modules/views/src/Plugin/views/display/EntityReference.php |
Constructs a new EntityReference object. |
EntityReferenceAdminTest |
class |
core/modules/field/tests/src/FunctionalJavascript/EntityReference/EntityReferenceAdminTest.php |
Tests for the administrative UI. |
EntityReferenceAdminTest |
class |
core/modules/field/tests/src/Functional/EntityReference/EntityReferenceAdminTest.php |
Tests for the administrative UI. |
EntityReferenceAdminTest.php |
file |
core/modules/field/tests/src/Functional/EntityReference/EntityReferenceAdminTest.php |
|
EntityReferenceAdminTest.php |
file |
core/modules/field/tests/src/FunctionalJavascript/EntityReference/EntityReferenceAdminTest.php |
|
EntityReferenceAdminTest::$defaultTheme |
property |
core/modules/field/tests/src/FunctionalJavascript/EntityReference/EntityReferenceAdminTest.php |
The theme to install as the default for testing. |
EntityReferenceAdminTest::$defaultTheme |
property |
core/modules/field/tests/src/Functional/EntityReference/EntityReferenceAdminTest.php |
The theme to install as the default for testing. |
EntityReferenceAdminTest::$modules |
property |
core/modules/field/tests/src/Functional/EntityReference/EntityReferenceAdminTest.php |
Modules to install. |
EntityReferenceAdminTest::$modules |
property |
core/modules/field/tests/src/FunctionalJavascript/EntityReference/EntityReferenceAdminTest.php |
Modules to install. |
EntityReferenceAdminTest::$targetType |
property |
core/modules/field/tests/src/FunctionalJavascript/EntityReference/EntityReferenceAdminTest.php |
Name of a second content type to be used as a target of entity references. |
EntityReferenceAdminTest::$type |
property |
core/modules/field/tests/src/FunctionalJavascript/EntityReference/EntityReferenceAdminTest.php |
The name of the content type created for testing purposes. |
EntityReferenceAdminTest::$type |
property |
core/modules/field/tests/src/Functional/EntityReference/EntityReferenceAdminTest.php |
The name of the content type created for testing purposes. |
EntityReferenceAdminTest::assertFieldSelectOptions |
function |
core/modules/field/tests/src/Functional/EntityReference/EntityReferenceAdminTest.php |
Checks if a select element contains the specified options. |
EntityReferenceAdminTest::assertFieldSelectOptions |
function |
core/modules/field/tests/src/FunctionalJavascript/EntityReference/EntityReferenceAdminTest.php |
Checks if a select element contains the specified options. |
EntityReferenceAdminTest::createEntityReferenceField |
function |
core/modules/field/tests/src/Functional/EntityReference/EntityReferenceAdminTest.php |
Creates a new Entity Reference fields with a given target type. |
EntityReferenceAdminTest::setUp |
function |
core/modules/field/tests/src/Functional/EntityReference/EntityReferenceAdminTest.php |
|
EntityReferenceAdminTest::setUp |
function |
core/modules/field/tests/src/FunctionalJavascript/EntityReference/EntityReferenceAdminTest.php |
|
EntityReferenceAdminTest::testAvailableFormatters |
function |
core/modules/field/tests/src/Functional/EntityReference/EntityReferenceAdminTest.php |
Tests the formatters for the Entity References. |
EntityReferenceAdminTest::testFieldAdminHandler |
function |
core/modules/field/tests/src/Functional/EntityReference/EntityReferenceAdminTest.php |
Tests the Entity Reference Admin UI. |
EntityReferenceAdminTest::testFieldAdminHandler |
function |
core/modules/field/tests/src/FunctionalJavascript/EntityReference/EntityReferenceAdminTest.php |
Tests the Entity Reference Admin UI. |
EntityReferenceAdminTest::testMultipleTargetBundles |
function |
core/modules/field/tests/src/Functional/EntityReference/EntityReferenceAdminTest.php |
Tests field settings for an entity reference field. |
EntityReferenceArgument |
class |
core/modules/views/src/Plugin/views/argument/EntityReferenceArgument.php |
Argument handler to accept an entity reference ID value. |
EntityReferenceArgument.php |
file |
core/modules/views/src/Plugin/views/argument/EntityReferenceArgument.php |
|
EntityReferenceArgument::create |
function |
core/modules/views/src/Plugin/views/argument/EntityReferenceArgument.php |
Creates an instance of the plugin. |
EntityReferenceArgument::summaryName |
function |
core/modules/views/src/Plugin/views/argument/EntityReferenceArgument.php |
Provides the name to use for the summary, defaults to the name field. |
EntityReferenceArgument::titleQuery |
function |
core/modules/views/src/Plugin/views/argument/EntityReferenceArgument.php |
Override for specific title lookups. |