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;

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::downloadExport

public ConfigController::downloadExport() Downloads a tarball of the site configuration. File core/modules/config/src/Controller/ConfigController.php, line 90 Class ConfigController Returns responses for config module routes. Namespace Drupal\config\Controller Code public function downloadExport() { file_unmanaged_delete(file_directory_temp() . '/config.tar.gz'); $archiver = new ArchiveTar(file_directory_temp() . '/config.tar.gz', 'gz'); // Get raw configuration data without ove

SqlContentEntityStorage::$defaultLangcodeKey

The default language entity key. Type: string File core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php, line 69 Class SqlContentEntityStorage A content entity database storage implementation. Namespace Drupal\Core\Entity\Sql Code protected $defaultLangcodeKey = FALSE;

Entity::preDelete

public static Entity::preDelete(EntityStorageInterface $storage, array $entities) Acts on entities before they are deleted and before hooks are invoked. Used before the entities are deleted and before invoking the delete hook. Parameters \Drupal\Core\Entity\EntityStorageInterface $storage: The entity storage object. \Drupal\Core\Entity\EntityInterface[] $entities: An array of entities. Overrides EntityInterface::preDelete File core/lib/Drupal/Core/Entity/Entity.php, line 435 Class Entity

Tar

Defines a archiver implementation for .tar files. Hierarchy class \Drupal\Core\Archiver\Tar implements ArchiverInterface File core/lib/Drupal/Core/Archiver/Tar.php, line 8 Namespace Drupal\Core\Archiver Members Name Modifiers Type Description Tar::$tar protected property The underlying ArchiveTar instance that does the heavy lifting. Tar::add public function Adds the specified file or directory to the archive. Overrides ArchiverInterface::add Tar::extract pub

ViewsExposedForm::buildForm

public ViewsExposedForm::buildForm(array $form, FormStateInterface $form_state) Form constructor. Parameters array $form: An associative array containing the structure of the form. \Drupal\Core\Form\FormStateInterface $form_state: The current state of the form. Return value array The form structure. Overrides FormInterface::buildForm File core/modules/views/src/Form/ViewsExposedForm.php, line 52 Class ViewsExposedForm Provides the views exposed form. Namespace Drupal\views\Form Code

book-node-export-html.html.twig

Default theme implementation for a single node in a printer-friendly outline. Available variables: node: Fully loaded node. depth: Depth of the current node inside the outline. title: Node title. content: Node content. children: All the child nodes recursively rendered through this file. See also template_preprocess_book_node_export_html() File core/modules/book/templates/book-node-export-html.html.twig Related topics Theme system overview Functions and templates for the user interfa

ContentEntityBase::getFieldDefinition

public ContentEntityBase::getFieldDefinition($name) Gets the definition of a contained field. Parameters string $name: The name of the field. Return value \Drupal\Core\Field\FieldDefinitionInterface|null The definition of the field or null if the field does not exist. Overrides FieldableEntityInterface::getFieldDefinition File core/lib/Drupal/Core/Entity/ContentEntityBase.php, line 552 Class ContentEntityBase Implements Entity Field API specific enhancements to the Entity class. Namesp

Menu::$locked

The locked status of this menu. Type: bool File core/modules/system/src/Entity/Menu.php, line 58 Class Menu Defines the Menu configuration entity class. Namespace Drupal\system\Entity Code protected $locked = FALSE;