| ViewsConfigUpdater::$entityFieldManager |
property |
core/modules/views/src/ViewsConfigUpdater.php |
The entity field manager. |
| ViewsConfigUpdater::$entityTypeManager |
property |
core/modules/views/src/ViewsConfigUpdater.php |
The entity type manager. |
| ViewsConfigUpdater::needsEntityLinkUrlUpdate |
function |
core/modules/views/src/ViewsConfigUpdater.php |
Add additional settings to the entity link field. |
| ViewsConfigUpdater::processEntityLinkUrlHandler |
function |
core/modules/views/src/ViewsConfigUpdater.php |
Processes entity link URL fields. |
| ViewsConfigUpdaterTest::testNeedsEntityLinkUrlUpdate |
function |
core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php |
@covers ::needsEntityLinkUrlUpdate[[api-linebreak]] |
| ViewsData::$entityTypeManager |
property |
core/modules/content_moderation/src/ViewsData.php |
The entity type manager. |
| ViewsData::processEntityTypes |
function |
core/modules/views/src/ViewsData.php |
Links tables with 'entity type' to respective generic entity-type tables. |
| ViewsEntityArgumentValidator |
class |
core/modules/views/src/Plugin/Derivative/ViewsEntityArgumentValidator.php |
Provides views argument validator plugin definitions for all entity types. |
| ViewsEntityArgumentValidator.php |
file |
core/modules/views/src/Plugin/Derivative/ViewsEntityArgumentValidator.php |
|
| ViewsEntityArgumentValidator::$basePluginId |
property |
core/modules/views/src/Plugin/Derivative/ViewsEntityArgumentValidator.php |
The base plugin ID this derivative is for. |
| ViewsEntityArgumentValidator::$deprecatedProperties |
property |
core/modules/views/src/Plugin/Derivative/ViewsEntityArgumentValidator.php |
|
| ViewsEntityArgumentValidator::$derivatives |
property |
core/modules/views/src/Plugin/Derivative/ViewsEntityArgumentValidator.php |
List of derivative definitions. |
| ViewsEntityArgumentValidator::$entityTypeManager |
property |
core/modules/views/src/Plugin/Derivative/ViewsEntityArgumentValidator.php |
The entity type manager. |
| ViewsEntityArgumentValidator::create |
function |
core/modules/views/src/Plugin/Derivative/ViewsEntityArgumentValidator.php |
Creates a new class instance. |
| ViewsEntityArgumentValidator::getDerivativeDefinitions |
function |
core/modules/views/src/Plugin/Derivative/ViewsEntityArgumentValidator.php |
Gets the definition of all derivatives of a base plugin. |
| ViewsEntityArgumentValidator::__construct |
function |
core/modules/views/src/Plugin/Derivative/ViewsEntityArgumentValidator.php |
Constructs an ViewsEntityArgumentValidator object. |
| ViewsEntityRow |
class |
core/modules/views/src/Plugin/Derivative/ViewsEntityRow.php |
Provides views row plugin definitions for all non-special entity types. |
| ViewsEntityRow.php |
file |
core/modules/views/src/Plugin/Derivative/ViewsEntityRow.php |
|
| ViewsEntityRow::$basePluginId |
property |
core/modules/views/src/Plugin/Derivative/ViewsEntityRow.php |
The base plugin ID that the derivative is for. |
| ViewsEntityRow::$deprecatedProperties |
property |
core/modules/views/src/Plugin/Derivative/ViewsEntityRow.php |
|
| ViewsEntityRow::$derivatives |
property |
core/modules/views/src/Plugin/Derivative/ViewsEntityRow.php |
Stores all entity row plugin information. |
| ViewsEntityRow::$entityTypeManager |
property |
core/modules/views/src/Plugin/Derivative/ViewsEntityRow.php |
The entity type manager. |
| ViewsEntityRow::$viewsData |
property |
core/modules/views/src/Plugin/Derivative/ViewsEntityRow.php |
The views data service. |
| ViewsEntityRow::create |
function |
core/modules/views/src/Plugin/Derivative/ViewsEntityRow.php |
Creates a new class instance. |
| ViewsEntityRow::getDerivativeDefinition |
function |
core/modules/views/src/Plugin/Derivative/ViewsEntityRow.php |
Gets the definition of a derivative plugin. |
| ViewsEntityRow::getDerivativeDefinitions |
function |
core/modules/views/src/Plugin/Derivative/ViewsEntityRow.php |
Gets the definition of all derivatives of a base plugin. |
| ViewsEntityRow::__construct |
function |
core/modules/views/src/Plugin/Derivative/ViewsEntityRow.php |
Constructs a ViewsEntityRow object. |
| ViewsEntitySchemaSubscriber |
class |
core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php |
Reacts to changes on entity types to update all views entities. |
| ViewsEntitySchemaSubscriber.php |
file |
core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php |
|
| ViewsEntitySchemaSubscriber::$deprecatedProperties |
property |
core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php |
|
| ViewsEntitySchemaSubscriber::$entityTypeManager |
property |
core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php |
The entity type manager. |
| ViewsEntitySchemaSubscriber::$logger |
property |
core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php |
The default logger service. |
| ViewsEntitySchemaSubscriber::baseTableRename |
function |
core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php |
Updates views if a base table is renamed. |
| ViewsEntitySchemaSubscriber::BASE_TABLE_RENAME |
constant |
core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php |
Indicates that a base table got renamed. |
| ViewsEntitySchemaSubscriber::dataTableAddition |
function |
core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php |
Updates views if a data table is added. |
| ViewsEntitySchemaSubscriber::dataTableRemoval |
function |
core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php |
Updates views if a data table is removed. |
| ViewsEntitySchemaSubscriber::dataTableRename |
function |
core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php |
Updates views if a data table is renamed. |
| ViewsEntitySchemaSubscriber::DATA_TABLE_ADDITION |
constant |
core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php |
Indicates that a data table got added. |
| ViewsEntitySchemaSubscriber::DATA_TABLE_REMOVAL |
constant |
core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php |
Indicates that a data table got removed. |
| ViewsEntitySchemaSubscriber::DATA_TABLE_RENAME |
constant |
core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php |
Indicates that a data table got renamed. |
| ViewsEntitySchemaSubscriber::getSubscribedEvents |
function |
core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php |
|
| ViewsEntitySchemaSubscriber::onEntityTypeDelete |
function |
core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php |
Reacts to the deletion of the entity type. |
| ViewsEntitySchemaSubscriber::onEntityTypeUpdate |
function |
core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php |
Reacts to the update of the entity type. |
| ViewsEntitySchemaSubscriber::processHandlers |
function |
core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php |
Applies a callable onto all handlers of all passed in views. |
| ViewsEntitySchemaSubscriber::revisionRemoval |
function |
core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php |
Updates views if revision support is removed |
| ViewsEntitySchemaSubscriber::REVISION_DATA_TABLE_ADDITION |
constant |
core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php |
Indicates that a revision data table got added. |
| ViewsEntitySchemaSubscriber::REVISION_DATA_TABLE_REMOVAL |
constant |
core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php |
Indicates that a revision data table got removed. |
| ViewsEntitySchemaSubscriber::REVISION_DATA_TABLE_RENAME |
constant |
core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php |
Indicates that a revision data table got renamed. |
| ViewsEntitySchemaSubscriber::REVISION_TABLE_ADDITION |
constant |
core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php |
Indicates that a revision table got added. |
| ViewsEntitySchemaSubscriber::REVISION_TABLE_REMOVAL |
constant |
core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php |
Indicates that a revision table got removed. |