ContentEntityBase::isNewRevision

public ContentEntityBase::isNewRevision() Determines whether a new revision should be created on save. Return value bool TRUE if a new revision should be created. Overrides RevisionableInterface::isNewRevision See also \Drupal\Core\Entity\EntityInterface::setNewRevision() File core/lib/Drupal/Core/Entity/ContentEntityBase.php, line 287 Class ContentEntityBase Implements Entity Field API specific enhancements to the Entity class. Namespace Drupal\Core\Entity Code public function isNew

ModerationStateListBuilder::buildHeader

public ModerationStateListBuilder::buildHeader() Builds the header row for the entity listing. Return value array A render array structure of header strings. Overrides DraggableListBuilder::buildHeader See also \Drupal\Core\Entity\EntityListBuilder::render() File core/modules/content_moderation/src/ModerationStateListBuilder.php, line 23 Class ModerationStateListBuilder Provides a listing of Moderation state entities. Namespace Drupal\content_moderation Code public function buildHead

FileTransferException::$arguments

Arguments to be used in this exception. Type: array File core/lib/Drupal/Core/FileTransfer/FileTransferException.php, line 15 Class FileTransferException FileTransferException class. Namespace Drupal\Core\FileTransfer Code public $arguments;

ContentEntityBase::setRevisionTranslationAffected

public ContentEntityBase::setRevisionTranslationAffected($affected) Marks the current revision translation as affected. Parameters bool|null $affected: The flag value. A NULL value can be specified to reset the current value and make sure a new value will be computed by the system. Return value $this Overrides ContentEntityInterface::setRevisionTranslationAffected File core/lib/Drupal/Core/Entity/ContentEntityBase.php, line 313 Class ContentEntityBase Implements Entity Field API specific

ViewUI::label

public ViewUI::label() Gets the label of the entity. Return value string|null The label of the entity, or NULL if there is no label defined. Overrides EntityInterface::label File core/modules/views_ui/src/ViewUI.php, line 1020 Class ViewUI Stores UI related temporary settings. Namespace Drupal\views_ui Code public function label() { return $this->storage->label(); }

FileTransferException::__construct

FileTransferException::__construct($message, $code = 0, $arguments = array()) Constructs a FileTransferException object. Parameters string $message: Exception message. int $code: Exception code. array $arguments: Arguments to be used in this exception. File core/lib/Drupal/Core/FileTransfer/FileTransferException.php, line 27 Class FileTransferException FileTransferException class. Namespace Drupal\Core\FileTransfer Code function __construct($message, $code = 0, $arguments = array()) {

ExtensionDiscovery::$profileDirectories

List of installation profile directories to additionally scan. Type: array File core/lib/Drupal/Core/Extension/ExtensionDiscovery.php, line 78 Class ExtensionDiscovery Discovers available extensions in the filesystem. Namespace Drupal\Core\Extension Code protected $profileDirectories;

ConfirmFormHelper

Provides common functionality to confirmation forms. Hierarchy class \Drupal\Core\Form\ConfirmFormHelper File core/lib/Drupal/Core/Form/ConfirmFormHelper.php, line 12 Namespace Drupal\Core\Form Members Name Modifiers Type Description ConfirmFormHelper::buildCancelLink public static function Builds the cancel link for a confirmation form.

Local::chmodJailed

public Local::chmodJailed($path, $mode, $recursive) Changes the permissions of the file / directory specified in $path Parameters string $path: Path to change permissions of. int $mode: The new file permission mode to be passed to chmod(). bool $recursive: Pass TRUE to recursively chmod the entire directory specified in $path. Overrides ChmodInterface::chmodJailed See also http://php.net/chmod File core/lib/Drupal/Core/FileTransfer/Local.php, line 93 Class Local Defines the local connect

ViewListBuilder::$limit

The number of entities to list per page, or FALSE to list all entities. For example, set this to FALSE if the list uses client-side filters that require all entities to be listed (like the views overview). Type: int|false Overrides EntityListBuilder::$limit File core/modules/views_ui/src/ViewListBuilder.php, line 30 Class ViewListBuilder Defines a class to build a listing of view entities. Namespace Drupal\views_ui Code protected $limit;