Search for %s
- Search 7.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ViewsEntitySchemaSubscriber::$viewsToSave | property | core/ |
Array of views that need to be saved, indexed by view name. |
| ViewsEntitySchemaSubscriber::baseTableRename | function | core/ |
Updates views if a base table is renamed. |
| ViewsEntitySchemaSubscriber::BASE_TABLE_RENAME | constant | core/ |
Indicates that a base table got renamed. |
| ViewsEntitySchemaSubscriber::dataTableAddition | function | core/ |
Updates views if a data table is added. |
| ViewsEntitySchemaSubscriber::dataTableRemoval | function | core/ |
Updates views if a data table is removed. |
| ViewsEntitySchemaSubscriber::dataTableRename | function | core/ |
Updates views if a data table is renamed. |
| ViewsEntitySchemaSubscriber::DATA_TABLE_ADDITION | constant | core/ |
Indicates that a data table got added. |
| ViewsEntitySchemaSubscriber::DATA_TABLE_REMOVAL | constant | core/ |
Indicates that a data table got removed. |
| ViewsEntitySchemaSubscriber::DATA_TABLE_RENAME | constant | core/ |
Indicates that a data table got renamed. |
| ViewsEntitySchemaSubscriber::getSubscribedEvents | function | core/ |
|
| ViewsEntitySchemaSubscriber::onEntityTypeDelete | function | core/ |
Reacts to the deletion of the entity type. |
| ViewsEntitySchemaSubscriber::onEntityTypeUpdate | function | core/ |
Reacts to the update of the entity type. |
| ViewsEntitySchemaSubscriber::processHandlers | function | core/ |
Applies a callable onto all handlers of all passed in views. |
| ViewsEntitySchemaSubscriber::revisionRemoval | function | core/ |
Updates views if revision support is removed. |
| ViewsEntitySchemaSubscriber::REVISION_DATA_TABLE_ADDITION | constant | core/ |
Indicates that a revision data table got added. |
| ViewsEntitySchemaSubscriber::REVISION_DATA_TABLE_REMOVAL | constant | core/ |
Indicates that a revision data table got removed. |
| ViewsEntitySchemaSubscriber::REVISION_DATA_TABLE_RENAME | constant | core/ |
Indicates that a revision data table got renamed. |
| ViewsEntitySchemaSubscriber::REVISION_TABLE_ADDITION | constant | core/ |
Indicates that a revision table got added. |
| ViewsEntitySchemaSubscriber::REVISION_TABLE_REMOVAL | constant | core/ |
Indicates that a revision table got removed. |
| ViewsEntitySchemaSubscriber::REVISION_TABLE_RENAME | constant | core/ |
Indicates that a revision table got renamed. |
| ViewsEntitySchemaSubscriber::__construct | function | core/ |
Constructs a ViewsEntitySchemaSubscriber. |
| ViewsEntitySchemaSubscriberIntegrationTest | class | core/ |
Tests \Drupal\views\EventSubscriber\ViewsEntitySchemaSubscriber. |
| ViewsEntitySchemaSubscriberIntegrationTest.php | file | core/ |
|
| ViewsEntitySchemaSubscriberIntegrationTest::$entityDefinitionUpdateManager | property | core/ |
The entity definition update manager. |
| ViewsEntitySchemaSubscriberIntegrationTest::$entityTypeManager | property | core/ |
The entity type manager service. |
| ViewsEntitySchemaSubscriberIntegrationTest::$eventDispatcher | property | core/ |
The event dispatcher. |
| ViewsEntitySchemaSubscriberIntegrationTest::$eventSubscriber | property | core/ |
The tested event subscriber of views. |
| ViewsEntitySchemaSubscriberIntegrationTest::$modules | property | core/ |
Modules to enable. |
| ViewsEntitySchemaSubscriberIntegrationTest::$state | property | core/ |
The state service. |
| ViewsEntitySchemaSubscriberIntegrationTest::$testViews | property | core/ |
Views used by this test. |
| ViewsEntitySchemaSubscriberIntegrationTest::assertUpdatedViews | function | core/ |
Checks that the passed-in view IDs were the only ones updated. |
| ViewsEntitySchemaSubscriberIntegrationTest::getUpdatedViewAndDisplay | function | core/ |
Gets a view and its display. |
| ViewsEntitySchemaSubscriberIntegrationTest::setUp | function | core/ |
|
| ViewsEntitySchemaSubscriberIntegrationTest::testBaseTableRename | function | core/ |
Tests that renaming base tables adapts the views. |
| ViewsEntitySchemaSubscriberIntegrationTest::testBrokenView | function | core/ |
Tests that broken views are handled gracefully. |
| ViewsEntitySchemaSubscriberIntegrationTest::testDataTableAddition | function | core/ |
Tests that adding data tables adapts the views. |
| ViewsEntitySchemaSubscriberIntegrationTest::testDataTableRename | function | core/ |
Tests that renaming data tables adapts the views. |
| ViewsEntitySchemaSubscriberIntegrationTest::testDeleteEntityType | function | core/ |
Tests that views are disabled when an entity type is deleted. |
| ViewsEntitySchemaSubscriberIntegrationTest::testRevisionBaseTableRename | function | core/ |
Tests that renaming revision tables adapts the views. |
| ViewsEntitySchemaSubscriberIntegrationTest::testRevisionDataTableRename | function | core/ |
Tests that renaming revision tables adapts the views. |
| ViewsEntitySchemaSubscriberIntegrationTest::testRevisionDisabling | function | core/ |
Tests that removing revision support disables the view. |
| ViewsEntitySchemaSubscriberIntegrationTest::testRevisionEnabling | function | core/ |
Tests that enabling revisions doesn't do anything. |
| ViewsEntitySchemaSubscriberIntegrationTest::testVariousTableUpdates | function | core/ |
Tests a bunch possible entity definition table updates. |
| ViewsEntitySchemaSubscriberIntegrationTest::testVariousTableUpdatesForRevisionView | function | core/ |
Tests some possible entity table updates for a revision view. |
| ViewsEntitySchemaSubscriberIntegrationTest::testViewSaveException | function | core/ |
Tests the case when a view could not be updated automatically. |
| ViewsEscapingTest | class | core/ |
Tests output of Views. |
| ViewsEscapingTest.php | file | core/ |
|
| ViewsEscapingTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| ViewsEscapingTest::$modules | property | core/ |
We need theme_test for testing against test_basetheme and test_subtheme. |
| ViewsEscapingTest::$testViews | property | core/ |
Views used by this test. |
Pagination
- Previous page
- Page 1411
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.