ContentEntityStorageInterface

A storage that supports content entity types. Hierarchy interface \Drupal\Core\Entity\EntityStorageInterfaceinterface \Drupal\Core\Entity\ContentEntityStorageInterface File core/lib/Drupal/Core/Entity/ContentEntityStorageInterface.php, line 8 Namespace Drupal\Core\Entity Members Name Modifiers Type Description ContentEntityStorageInterface::createTranslation public function Constructs a new entity translation object, without permanently saving it. EntityStorageInterfa

RevisionLogInterface::setRevisionUserId

public RevisionLogInterface::setRevisionUserId($user_id) Sets the entity revision author by ID. Parameters int $user_id: The user ID of the revision author. Return value $this File core/lib/Drupal/Core/Entity/RevisionLogInterface.php, line 64 Class RevisionLogInterface Defines methods for an entity that supports revision logging and ownership. Namespace Drupal\Core\Entity Code public function setRevisionUserId($user_id);

MenuTreeStorage::getMenuNames

public MenuTreeStorage::getMenuNames() Returns the used menu names in the tree storage. Return value array The menu names. Overrides MenuTreeStorageInterface::getMenuNames File core/lib/Drupal/Core/Menu/MenuTreeStorage.php, line 1030 Class MenuTreeStorage Provides a menu tree storage using the database. Namespace Drupal\Core\Menu Code public function getMenuNames() { $query = $this->connection->select($this->table, $this->options); $query->addField($this->table,

ViewsEntitySchemaSubscriber::REVISION_TABLE_ADDITION

Indicates that a revision table got added. File core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php, line 48 Class ViewsEntitySchemaSubscriber Reacts to changes on entity types to update all views entities. Namespace Drupal\views\EventSubscriber Code const REVISION_TABLE_ADDITION = 5;

StringInterface::getVersion

public StringInterface::getVersion() Gets the string version. Return value string Version identifier. File core/modules/locale/src/StringInterface.php, line 34 Class StringInterface Defines the locale string interface. Namespace Drupal\locale Code public function getVersion();

Node::access

public Node::access($operation = 'view', AccountInterface $account = NULL, $return_as_object = FALSE) Checks data value access. Parameters string $operation: The operation to be performed. \Drupal\Core\Session\AccountInterface $account: (optional) The user for which to check access, or NULL to check access for the current user. Defaults to NULL. bool $return_as_object: (optional) Defaults to FALSE. Return value bool|\Drupal\Core\Access\AccessResultInterface The access result. Returns a boolea

EditorSelector::getEditor

public EditorSelector::getEditor($formatter_type, FieldItemListInterface $items) Returns the in-place editor (an InPlaceEditor plugin) to use for a field. Parameters string $formatter_type: The field's formatter type name. \Drupal\Core\Field\FieldItemListInterface $items: The field values to be in-place edited. Return value string|null The editor to use, or NULL to not enable in-place editing. Overrides EditorSelectorInterface::getEditor File core/modules/quickedit/src/EditorSelector.php, lin

FormState::$no_cache

If set to TRUE the form will NOT be cached, even if 'cache' is set. Type: bool File core/lib/Drupal/Core/Form/FormState.php, line 205 Class FormState Stores information about the state of a form. Namespace Drupal\Core\Form Code protected $no_cache;

Tables::isFieldCaseSensitive

public Tables::isFieldCaseSensitive($field_name) Determines whether the given field is case sensitive. This information can only be provided after it was added with addField(). Parameters string $field_name: The name of the field. Return value bool|null TRUE if the field is case sensitive, FALSE if not. Returns NULL when the field did not define if it is case sensitive or not. Overrides TablesInterface::isFieldCaseSensitive File core/lib/Drupal/Core/Entity/Query/Sql/Tables.php, line 280 Cl

Query::$comments

An array of comments that can be prepended to a query. Type: array File core/lib/Drupal/Core/Database/Query/Query.php, line 59 Class Query Base class for query builders. Namespace Drupal\Core\Database\Query Code protected $comments = array();