ViewsRow::$help |
property |
core/modules/views/src/Annotation/ViewsRow.php |
A short help string; this is displayed in the views UI. |
ViewsRow::$id |
property |
core/modules/views/src/Annotation/ViewsRow.php |
The plugin ID. |
ViewsRow::$no_ui |
property |
core/modules/views/src/Annotation/ViewsRow.php |
Whether the plugin should be not selectable in the UI. |
ViewsRow::$short_title |
property |
core/modules/views/src/Annotation/ViewsRow.php |
(optional) The short title used in the views UI. |
ViewsRow::$theme |
property |
core/modules/views/src/Annotation/ViewsRow.php |
The theme function used to render the row output. |
ViewsRow::$title |
property |
core/modules/views/src/Annotation/ViewsRow.php |
The plugin title used in the views UI. |
ViewsSearchQuery |
class |
core/modules/search/src/ViewsSearchQuery.php |
Extends the core SearchQuery to be able to gets its protected values. |
ViewsSearchQuery.php |
file |
core/modules/search/src/ViewsSearchQuery.php |
|
ViewsSearchQuery::conditionReplaceString |
function |
core/modules/search/src/ViewsSearchQuery.php |
Replaces the original condition with a custom one from views recursively. |
ViewsSearchQuery::conditions |
function |
core/modules/search/src/ViewsSearchQuery.php |
Returns the conditions property. |
ViewsSearchQuery::matches |
function |
core/modules/search/src/ViewsSearchQuery.php |
Returns the matches property. |
ViewsSearchQuery::publicParseSearchExpression |
function |
core/modules/search/src/ViewsSearchQuery.php |
Executes and returns the protected parseSearchExpression method. |
ViewsSearchQuery::simple |
function |
core/modules/search/src/ViewsSearchQuery.php |
Returns the simple property. |
ViewsSearchQuery::words |
function |
core/modules/search/src/ViewsSearchQuery.php |
Returns the words property. |
ViewsSelection |
class |
core/modules/views/src/Plugin/EntityReferenceSelection/ViewsSelection.php |
Plugin implementation of the 'selection' entity_reference. |
ViewsSelection.php |
file |
core/modules/views/src/Plugin/EntityReferenceSelection/ViewsSelection.php |
|
ViewsSelection::$currentUser |
property |
core/modules/views/src/Plugin/EntityReferenceSelection/ViewsSelection.php |
The current user. |
ViewsSelection::$deprecatedProperties |
property |
core/modules/views/src/Plugin/EntityReferenceSelection/ViewsSelection.php |
|
ViewsSelection::$entityTypeManager |
property |
core/modules/views/src/Plugin/EntityReferenceSelection/ViewsSelection.php |
The entity type manager service. |
ViewsSelection::$moduleHandler |
property |
core/modules/views/src/Plugin/EntityReferenceSelection/ViewsSelection.php |
The module handler service. |
ViewsSelection::$renderer |
property |
core/modules/views/src/Plugin/EntityReferenceSelection/ViewsSelection.php |
The renderer. |
ViewsSelection::$view |
property |
core/modules/views/src/Plugin/EntityReferenceSelection/ViewsSelection.php |
The loaded View object. |
ViewsSelection::buildConfigurationForm |
function |
core/modules/views/src/Plugin/EntityReferenceSelection/ViewsSelection.php |
Form constructor. |
ViewsSelection::countReferenceableEntities |
function |
core/modules/views/src/Plugin/EntityReferenceSelection/ViewsSelection.php |
Counts entities that are referenceable. |
ViewsSelection::create |
function |
core/modules/views/src/Plugin/EntityReferenceSelection/ViewsSelection.php |
Creates an instance of the plugin. |
ViewsSelection::defaultConfiguration |
function |
core/modules/views/src/Plugin/EntityReferenceSelection/ViewsSelection.php |
Gets default configuration for this plugin. |
ViewsSelection::getDisplayExecutionResults |
function |
core/modules/views/src/Plugin/EntityReferenceSelection/ViewsSelection.php |
Fetches the results of executing the display. |
ViewsSelection::getReferenceableEntities |
function |
core/modules/views/src/Plugin/EntityReferenceSelection/ViewsSelection.php |
Gets the list of referenceable entities. |
ViewsSelection::initializeView |
function |
core/modules/views/src/Plugin/EntityReferenceSelection/ViewsSelection.php |
Initializes a view. |
ViewsSelection::settingsFormValidate |
function |
core/modules/views/src/Plugin/EntityReferenceSelection/ViewsSelection.php |
Element validate; Check View is valid. |
ViewsSelection::stripAdminAndAnchorTagsFromResults |
function |
core/modules/views/src/Plugin/EntityReferenceSelection/ViewsSelection.php |
Strips all admin and anchor tags from a result list. |
ViewsSelection::validateReferenceableEntities |
function |
core/modules/views/src/Plugin/EntityReferenceSelection/ViewsSelection.php |
Validates which existing entities can be referenced. |
ViewsSelection::__construct |
function |
core/modules/views/src/Plugin/EntityReferenceSelection/ViewsSelection.php |
Constructs a new ViewsSelection object. |
ViewsSort |
class |
core/modules/views/src/Annotation/ViewsSort.php |
Defines a Plugin annotation object for views sort handlers. |
ViewsSort.php |
file |
core/modules/views/src/Annotation/ViewsSort.php |
|
ViewsSqlExceptionTest |
class |
core/modules/views/tests/src/Kernel/Plugin/ViewsSqlExceptionTest.php |
Tests the views exception handling. |
ViewsSqlExceptionTest.php |
file |
core/modules/views/tests/src/Kernel/Plugin/ViewsSqlExceptionTest.php |
|
ViewsSqlExceptionTest::$testViews |
property |
core/modules/views/tests/src/Kernel/Plugin/ViewsSqlExceptionTest.php |
Views to be enabled. |
ViewsSqlExceptionTest::testSqlException |
function |
core/modules/views/tests/src/Kernel/Plugin/ViewsSqlExceptionTest.php |
Tests for the SQL exception. |
ViewsSqlExceptionTest::viewsData |
function |
core/modules/views/tests/src/Kernel/Plugin/ViewsSqlExceptionTest.php |
Returns the views data definition. |
ViewsStyle |
class |
core/modules/views/src/Annotation/ViewsStyle.php |
Defines a Plugin annotation object for views style plugins. |
ViewsStyle.php |
file |
core/modules/views/src/Annotation/ViewsStyle.php |
|
ViewsStyle::$base |
property |
core/modules/views/src/Annotation/ViewsStyle.php |
The base tables on which this style plugin can be used. |
ViewsStyle::$display_types |
property |
core/modules/views/src/Annotation/ViewsStyle.php |
The types of the display this plugin can be used with. |
ViewsStyle::$help |
property |
core/modules/views/src/Annotation/ViewsStyle.php |
A short help string; this is displayed in the views UI. |
ViewsStyle::$id |
property |
core/modules/views/src/Annotation/ViewsStyle.php |
The plugin ID. |
ViewsStyle::$no_ui |
property |
core/modules/views/src/Annotation/ViewsStyle.php |
Whether the plugin should be not selectable in the UI. |
ViewsStyle::$short_title |
property |
core/modules/views/src/Annotation/ViewsStyle.php |
(optional) The short title used in the views UI. |
ViewsStyle::$theme |
property |
core/modules/views/src/Annotation/ViewsStyle.php |
The theme function used to render the style output. |
ViewsStyle::$title |
property |
core/modules/views/src/Annotation/ViewsStyle.php |
The plugin title used in the views UI. |