ViewsDisplay::$no_ui

Whether the plugin should be not selectable in the UI. If it's set to TRUE, you can still use it via the API in config files. Type: bool File core/modules/views/src/Annotation/ViewsDisplay.php, line 125 Class ViewsDisplay Defines a Plugin annotation object for views display plugins. Namespace Drupal\views\Annotation Code public $no_ui;

ConfigController::$fileDownloadController

The file download controller. Type: \Drupal\system\FileDownloadController File core/modules/config/src/Controller/ConfigController.php, line 47 Class ConfigController Returns responses for config module routes. Namespace Drupal\config\Controller Code protected $fileDownloadController;

ConfigSync::processBatch

public static ConfigSync::processBatch(ConfigImporter $config_importer, $sync_step, &$context) Processes the config import batch and persists the importer. Parameters \Drupal\Core\Config\ConfigImporter $config_importer: The batch config importer object to persist. string $sync_step: The synchronization step to do. array $context: The batch context. File core/modules/config/src/Form/ConfigSync.php, line 371 Class ConfigSync Construct the storage changes in a configuration synchronizati

ConfigSingleImportForm::$configExists

If the config exists, this is that object. Otherwise, FALSE. Type: \Drupal\Core\Config\Config|\Drupal\Core\Config\Entity\ConfigEntityInterface|bool File core/modules/config/src/Form/ConfigSingleImportForm.php, line 106 Class ConfigSingleImportForm Provides a form for importing a single configuration file. Namespace Drupal\config\Form Code protected $configExists = FALSE;

KeyValueEntityStorage::MAX_ID_LENGTH

Length limit of the entity ID. File core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueEntityStorage.php, line 29 Class KeyValueEntityStorage Provides a key value backend for entities. Namespace Drupal\Core\Entity\KeyValueStore Code const MAX_ID_LENGTH = 128;

UpdateReady::$moduleHandler

The module handler. Type: \Drupal\Core\Extension\ModuleHandlerInterface File core/modules/update/src/Form/UpdateReady.php, line 31 Class UpdateReady Configure update settings for this site. Namespace Drupal\update\Form Code protected $moduleHandler;

hook_views_data

hook_views_data() Describe data tables and fields (or the equivalent) to Views. The table and fields are processed in Views using various plugins. See the Views plugins topic for more information. To provide views data for an entity, instead of implementing this hook, create a class implementing \Drupal\views\EntityViewsDataInterface and reference this in the "views" annotation in the entity class. The return value of the getViewsData() method on the interface is the same as this hook, and base

locale_translation_build_projects

locale_translation_build_projects() Builds list of projects and stores the result in the database. The project data is based on the project list supplied by the Update module. Only the properties required by Locale module is included and additional (custom) modules and translation server data is added. In case the Update module is disabled this function will return an empty array. Return value array Array of project data: "name": Project system name. "project_type": Project type, e.g. 'modul

NodeInterface::getRevisionAuthor

public NodeInterface::getRevisionAuthor() Gets the node revision author. Return value \Drupal\user\UserInterface The user entity for the revision author. Deprecated in Drupal 8.2.0, will be removed before Drupal 9.0.0. Use \Drupal\Core\Entity\RevisionLogInterface::getRevisionUser() instead. File core/modules/node/src/NodeInterface.php, line 148 Class NodeInterface Provides an interface defining a node entity. Namespace Drupal\node Code public function getRevisionAuthor();

RouteProcessorCurrent

Provides a route processor to replace <current>. Hierarchy class \Drupal\Core\RouteProcessor\RouteProcessorCurrent implements OutboundRouteProcessorInterface File core/lib/Drupal/Core/RouteProcessor/RouteProcessorCurrent.php, line 12 Namespace Drupal\Core\RouteProcessor Members Name Modifiers Type Description RouteProcessorCurrent::$routeMatch protected property The current route match. RouteProcessorCurrent::processOutbound public function Processes the ou