| View.php |
file |
core/modules/views/src/Plugin/views/area/View.php |
|
| View::$base_field |
property |
core/modules/views/src/Entity/View.php |
The name of the base field to use. |
| View::$base_table |
property |
core/modules/views/src/Entity/View.php |
The name of the base table this view will use. |
| View::$description |
property |
core/modules/views/src/Entity/View.php |
The description of the view, which is used only in the interface. |
| View::$display |
property |
core/modules/views/src/Entity/View.php |
Stores all display handlers of this view. |
| View::$executable |
property |
core/modules/views/src/Entity/View.php |
Stores a reference to the executable version of this view. |
| View::$id |
property |
core/modules/views/src/Entity/View.php |
The unique ID of the view. |
| View::$isEmpty |
property |
core/modules/views/src/Plugin/views/area/View.php |
Stores whether the embedded view is actually empty. |
| View::$label |
property |
core/modules/views/src/Entity/View.php |
The label of the view. |
| View::$module |
property |
core/modules/views/src/Entity/View.php |
The module implementing this view. |
| View::$tag |
property |
core/modules/views/src/Entity/View.php |
The "tags" of a view. |
| View::$viewStorage |
property |
core/modules/views/src/Plugin/views/area/View.php |
The view storage. |
| View::addCacheMetadata |
function |
core/modules/views/src/Entity/View.php |
Fills in the cache metadata of this view. |
| View::addDisplay |
function |
core/modules/views/src/Entity/View.php |
Adds a new display handler to the view, automatically creating an ID. |
| View::buildOptionsForm |
function |
core/modules/views/src/Plugin/views/area/View.php |
Provide a form to edit options for this plugin. |
| View::calculateDependencies |
function |
core/modules/views/src/Plugin/views/area/View.php |
Calculates dependencies for the configured plugin. |
| View::calculateDependencies |
function |
core/modules/views/src/Entity/View.php |
Calculates dependencies and stores them in the dependency property. |
| View::create |
function |
core/modules/views/src/Plugin/views/area/View.php |
Creates an instance of the plugin. |
| View::createDuplicate |
function |
core/modules/views/src/Entity/View.php |
Creates a duplicate of the entity. |
| View::defineOptions |
function |
core/modules/views/src/Plugin/views/area/View.php |
Information about options for all kinds of purposes will be held here. |
| View::duplicateDisplayAsType |
function |
core/modules/views/src/Entity/View.php |
Duplicates an existing display into a new display type. |
| View::fixTableNames |
function |
core/modules/views/src/Entity/View.php |
Fixes table names for revision metadata fields of revisionable entities. |
| View::generateDisplayId |
function |
core/modules/views/src/Entity/View.php |
Generates a display ID of a certain plugin type. |
| View::getDisplay |
function |
core/modules/views/src/Entity/View.php |
Retrieves a specific display's configuration by reference. |
| View::getExecutable |
function |
core/modules/views/src/Entity/View.php |
Gets an executable instance for this view. |
| View::getInfo |
function |
core/modules/views/src/Element/View.php |
Returns the element properties for this element. |
| View::invalidateCaches |
function |
core/modules/views/src/Entity/View.php |
Invalidates cache tags. |
| View::isEmpty |
function |
core/modules/views/src/Plugin/views/area/View.php |
Does that area have nothing to show. |
| View::isInstallable |
function |
core/modules/views/src/Entity/View.php |
Checks whether this entity is installable. |
| View::label |
function |
core/modules/views/src/Entity/View.php |
Gets the label of the entity. |
| View::mergeDefaultDisplaysOptions |
function |
core/modules/views/src/Entity/View.php |
Add defaults to the display options. |
| View::onDependencyRemoval |
function |
core/modules/views/src/Entity/View.php |
Informs the entity that entities it depends on will be deleted. |
| View::postCreate |
function |
core/modules/views/src/Entity/View.php |
Acts on a created entity before hooks are invoked. |
| View::postDelete |
function |
core/modules/views/src/Entity/View.php |
Acts on deleted entities before the delete hook is invoked. |
| View::postLoad |
function |
core/modules/views/src/Entity/View.php |
Acts on loaded entities. |
| View::postSave |
function |
core/modules/views/src/Entity/View.php |
Acts on a saved entity before the insert or update hook is invoked. |
| View::preCreate |
function |
core/modules/views/src/Entity/View.php |
Changes the values of an entity before it is created. |
| View::preDelete |
function |
core/modules/views/src/Entity/View.php |
Acts on entities before they are deleted and before hooks are invoked. |
| View::preRenderViewElement |
function |
core/modules/views/src/Element/View.php |
View element pre render callback. |
| View::preSave |
function |
core/modules/views/src/Entity/View.php |
Acts on an entity before the presave hook is invoked. |
| View::render |
function |
core/modules/views/src/Plugin/views/area/View.php |
Render the area. |
| View::__construct |
function |
core/modules/views/src/Plugin/views/area/View.php |
Constructs a View object. |
| View::__sleep |
function |
core/modules/views/src/Entity/View.php |
|
| ViewAddForm |
class |
core/modules/views_ui/src/ViewAddForm.php |
Form controller for the Views add form. |
| ViewAddForm.php |
file |
core/modules/views_ui/src/ViewAddForm.php |
|
| ViewAddForm::$wizardManager |
property |
core/modules/views_ui/src/ViewAddForm.php |
The wizard plugin manager. |
| ViewAddForm::actions |
function |
core/modules/views_ui/src/ViewAddForm.php |
Returns an array of supported actions for the current entity form. |
| ViewAddForm::cancel |
function |
core/modules/views_ui/src/ViewAddForm.php |
Form submission handler for the 'cancel' action. |
| ViewAddForm::create |
function |
core/modules/views_ui/src/ViewAddForm.php |
Instantiates a new instance of this class. |
| ViewAddForm::form |
function |
core/modules/views_ui/src/ViewAddForm.php |
Gets the actual form array to be built. |