| EntityReference::cleanUpSubformChildren |
function |
core/modules/views/src/Plugin/views/filter/EntityReference.php |
Clean up subform children for properties that could cause problems. |
| 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/filter/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::defineOptions |
function |
core/modules/views/src/Plugin/views/row/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::getDefaultSelectedEntities |
function |
core/modules/views/src/Plugin/views/filter/EntityReference.php |
Gets all entities selected by default. |
| 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::getReferencedEntityType |
function |
core/modules/views/src/Plugin/views/filter/EntityReference.php |
Gets the target entity type referenced by this field. |
| EntityReference::getSelectionHandler |
function |
core/modules/views/src/Plugin/views/filter/EntityReference.php |
Gets the entity reference selection handler. |
| EntityReference::getString |
function |
core/lib/Drupal/Core/Entity/Plugin/DataType/EntityReference.php |
Returns a string representation of the data. |
| EntityReference::getSubHandlerOptions |
function |
core/modules/views/src/Plugin/views/filter/EntityReference.php |
Get all selection plugins for this entity type. |
| 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::getValueOptionsCallback |
function |
core/modules/views/src/Plugin/views/filter/EntityReference.php |
Returns the value options for a select widget. |
| EntityReference::hasExtraOptions |
function |
core/modules/views/src/Plugin/views/filter/EntityReference.php |
Determines if the handler has extra options. |
| EntityReference::init |
function |
core/modules/views/src/Plugin/views/filter/EntityReference.php |
Overrides \Drupal\views\Plugin\views\HandlerBase::init(). |
| 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::SUBFORM_PREFIX |
constant |
core/modules/views/src/Plugin/views/filter/EntityReference.php |
The subform prefix. |
| EntityReference::submitExtraOptionsForm |
function |
core/modules/views/src/Plugin/views/filter/EntityReference.php |
Perform any necessary changes to the form values prior to storage. |
| 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::validate |
function |
core/modules/views/src/Plugin/views/filter/EntityReference.php |
Validate that the plugin is correct and can be saved. |
| EntityReference::validateExposed |
function |
core/modules/views/src/Plugin/views/filter/EntityReference.php |
Validate the exposed handler form. |
| EntityReference::validateExtraOptionsForm |
function |
core/modules/views/src/Plugin/views/filter/EntityReference.php |
Validate the options form. |
| EntityReference::validateRequired |
function |
core/modules/views/src/Plugin/views/filter/EntityReference.php |
Validates that a required field for a sub handler has a value. |
| EntityReference::valueForm |
function |
core/modules/views/src/Plugin/views/filter/EntityReference.php |
Options form subform for setting options. |
| EntityReference::valueFormAddAutocomplete |
function |
core/modules/views/src/Plugin/views/filter/EntityReference.php |
Adds an autocomplete element to the form. |
| EntityReference::valueFormAddSelect |
function |
core/modules/views/src/Plugin/views/filter/EntityReference.php |
Adds a select element to the form. |
| EntityReference::valueSubmit |
function |
core/modules/views/src/Plugin/views/filter/EntityReference.php |
Perform any necessary changes to the form values prior to storage. |
| EntityReference::WIDGET_AUTOCOMPLETE |
constant |
core/modules/views/src/Plugin/views/filter/EntityReference.php |
Type for the autocomplete filter format. |
| EntityReference::WIDGET_SELECT |
constant |
core/modules/views/src/Plugin/views/filter/EntityReference.php |
Type for the select list filter format. |
| EntityReference::WIDGET_SELECT_LIMIT |
constant |
core/modules/views/src/Plugin/views/filter/EntityReference.php |
Max number of entities in the select widget. |
| EntityReference::__construct |
function |
core/modules/views/src/Plugin/views/display/EntityReference.php |
Constructs a new EntityReference object. |
| EntityReference::__construct |
function |
core/modules/views/src/Plugin/views/filter/EntityReference.php |
Constructs an 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. |