View::$core

The core version the view was created for. Type: string File core/modules/views/src/Entity/View.php, line 84 Class View Defines a View configuration entity class. Namespace Drupal\views\Entity Code protected $core = \Drupal::CORE_COMPATIBILITY;

View::$base_table

The name of the base table this view will use. Type: string File core/modules/views/src/Entity/View.php, line 48 Class View Defines a View configuration entity class. Namespace Drupal\views\Entity Code protected $base_table = 'node';

View

Provides a render element to display a view. Plugin annotation @RenderElement("view") Hierarchy class \Drupal\Component\Plugin\PluginBase implements DerivativeInspectionInterface, PluginInspectionInterfaceclass \Drupal\Core\Plugin\PluginBase uses DependencySerializationTrait, StringTranslationTraitclass \Drupal\Core\Render\Element\RenderElement implements ElementInterfaceclass \Drupal\views\Element\View File core/modules/views/src/Element/View.php, line 13 Namespace Drupal\views\Elem

View::$base_field

The name of the base field to use. Type: string File core/modules/views/src/Entity/View.php, line 101 Class View Defines a View configuration entity class. Namespace Drupal\views\Entity Code protected $base_field = 'nid';

View

Defines a View configuration entity class. Plugin annotation @ConfigEntityType( id = "view", label = @Translation("View", context = "View entity type"), handlers = { "access" = "Drupal\views\ViewAccessControlHandler" }, admin_permission = "administer views", entity_keys = { "id" = "id", "label" = "label", "status" = "status" }, config_export = { "id", "label", "module", "description", "tag", "base_table", "base_field", "core",

VerticalTabs::getInfo

public VerticalTabs::getInfo() Returns the element properties for this element. Return value array An array of element properties. See \Drupal\Core\Render\ElementInfoManagerInterface::getInfo() for documentation of the standard properties of all elements, and the return value format. Overrides ElementInterface::getInfo File core/lib/Drupal/Core/Render/Element/VerticalTabs.php, line 55 Class VerticalTabs Provides a render element for vertical tabs in a form. Namespace Drupal\Core\Render

VerticalTabs::processVerticalTabs

public static VerticalTabs::processVerticalTabs(&$element, FormStateInterface $form_state, &$complete_form) Creates a group formatted as vertical tabs. Parameters array $element: An associative array containing the properties and children of the details element. \Drupal\Core\Form\FormStateInterface $form_state: The current state of the form. array $complete_form: The complete form structure. Return value array The processed element. File core/lib/Drupal/Core/Render/Element/VerticalTab

VerticalTabs::preRenderVerticalTabs

public static VerticalTabs::preRenderVerticalTabs($element) Prepares a vertical_tabs element for rendering. Parameters array $element: An associative array containing the properties and children of the vertical tabs element. Return value array The modified element. File core/lib/Drupal/Core/Render/Element/VerticalTabs.php, line 79 Class VerticalTabs Provides a render element for vertical tabs in a form. Namespace Drupal\Core\Render\Element Code public static function preRenderVertica

VerticalTabs

Provides a render element for vertical tabs in a form. Formats all child and non-child details elements whose #group is assigned this element's name as vertical tabs. Properties: #default_tab: The HTML ID of the rendered details element to be used as the default tab. View the source of the rendered page to determine the ID. Usage example: $form['information'] = array( '#type' => 'vertical_tabs', '#default_tab' => 'edit-publication', ); $form['author'] = array( '#type' => 'det

VariantManager::__construct

public VariantManager::__construct(\Traversable $namespaces, CacheBackendInterface $cache_backend, ModuleHandlerInterface $module_handler) Constructs a new VariantManager. Parameters \Traversable $namespaces: An object that implements \Traversable which contains the root paths keyed by the corresponding namespace to look for plugin implementations. \Drupal\Core\Cache\CacheBackendInterface $cache_backend: Cache backend instance to use. \Drupal\Core\Extension\ModuleHandlerInterface $module_handl