Search for content

  1. Search 7.x for content
  2. Search 9.5.x for content
  3. Search 10.3.x for content
  4. Search 11.x for content
  5. Other projects
Title Object type File name Summary
container--media-library-content.html.twig file core/themes/classy/templates/media-library/container--media-library-content.html.twig Theme implementation the content area of the modal media library dialog.
Content markers group core/includes/theme.inc Markers used by mark.html.twig and node_mark() to designate content.
Content Moderation Workflow Type Plugin group core/modules/content_moderation/content_moderation.api.php The Workflow Type plugin implemented by Content Moderation links revisionable
entities to workflows.
content-header.css file core/themes/seven/css/components/content-header.css /**
* Content header.
*/
.content-header {
overflow: hidden;
padding: 24px 0 0;
background-color: #e0e0d8;
}
content-header.css file core/themes/claro/css/components/content-header.css /*
* DO NOT EDIT THIS FILE.
* See the following change record for more information,
* https://www.drupal.org/node/2815083
* @preserve
*/

/**
* Content header.
*/

.content-header {
overflow: hidden;
margin-bottom: 0.75rem;
padding:…
content-header.pcss.css file core/themes/claro/css/components/content-header.pcss.css /**
* Content header.
*/

@import "../base/variables.pcss.css";

.content-header {
overflow: hidden;
margin-bottom: var(--space-s);
padding: var(--space-l) 0 0;
background-color: var(--color-whitesmoke);
}
content-moderation.css file core/profiles/demo_umami/themes/umami/css/components/forms/content-moderation.css This file is used to style the content moderation form.
ContentEntity class core/modules/migrate_drupal/src/Plugin/migrate/source/ContentEntity.php Source plugin to get content entities from the current version of Drupal.
ContentEntity.php file core/modules/migrate_drupal/src/Plugin/migrate/source/ContentEntity.php
ContentEntity::$defaultConfiguration property core/modules/migrate_drupal/src/Plugin/migrate/source/ContentEntity.php The plugin's default configuration.
ContentEntity::$entityFieldManager property core/modules/migrate_drupal/src/Plugin/migrate/source/ContentEntity.php The entity field manager.
ContentEntity::$entityType property core/modules/migrate_drupal/src/Plugin/migrate/source/ContentEntity.php The entity type definition.
ContentEntity::$entityTypeBundleInfo property core/modules/migrate_drupal/src/Plugin/migrate/source/ContentEntity.php The entity type bundle info service.
ContentEntity::$entityTypeManager property core/modules/migrate_drupal/src/Plugin/migrate/source/ContentEntity.php The entity type manager.
ContentEntity::count function core/modules/migrate_drupal/src/Plugin/migrate/source/ContentEntity.php Gets the source count.
ContentEntity::create function core/modules/migrate_drupal/src/Plugin/migrate/source/ContentEntity.php Creates an instance of the plugin.
ContentEntity::doCount function core/modules/migrate_drupal/src/Plugin/migrate/source/ContentEntity.php Gets the source count checking if the source is countable or using the
iterator_count function.
ContentEntity::fields function core/modules/migrate_drupal/src/Plugin/migrate/source/ContentEntity.php Returns available fields on the source.
ContentEntity::getIds function core/modules/migrate_drupal/src/Plugin/migrate/source/ContentEntity.php Defines the source fields uniquely identifying a source row.
ContentEntity::initializeIterator function core/modules/migrate_drupal/src/Plugin/migrate/source/ContentEntity.php Initializes the iterator with the source data.
ContentEntity::query function core/modules/migrate_drupal/src/Plugin/migrate/source/ContentEntity.php Query to retrieve the entities.
ContentEntity::toArray function core/modules/migrate_drupal/src/Plugin/migrate/source/ContentEntity.php Converts an entity to an array.
ContentEntity::yieldEntities function core/modules/migrate_drupal/src/Plugin/migrate/source/ContentEntity.php Loads and yields entities, one at a time.
ContentEntity::__construct function core/modules/migrate_drupal/src/Plugin/migrate/source/ContentEntity.php
ContentEntity::__toString function core/modules/migrate_drupal/src/Plugin/migrate/source/ContentEntity.php Allows class to decide how it will react when it is treated like a string.
ContentEntityBase class core/lib/Drupal/Core/Entity/ContentEntityBase.php Implements Entity Field API specific enhancements to the Entity class.
ContentEntityBase.php file core/lib/Drupal/Core/Entity/ContentEntityBase.php
ContentEntityBase::$activeLangcode property core/lib/Drupal/Core/Entity/ContentEntityBase.php Language code identifying the entity active language.
ContentEntityBase::$defaultLangcode property core/lib/Drupal/Core/Entity/ContentEntityBase.php Local cache for the default language code.
ContentEntityBase::$defaultLangcodeKey property core/lib/Drupal/Core/Entity/ContentEntityBase.php The default langcode entity key.
ContentEntityBase::$enforceRevisionTranslationAffected property core/lib/Drupal/Core/Entity/ContentEntityBase.php Whether the revision translation affected flag has been enforced.
ContentEntityBase::$entityKeys property core/lib/Drupal/Core/Entity/ContentEntityBase.php Holds untranslatable entity keys such as the ID, bundle, and revision ID.
ContentEntityBase::$fieldDefinitions property core/lib/Drupal/Core/Entity/ContentEntityBase.php Local cache for field definitions.
ContentEntityBase::$fields property core/lib/Drupal/Core/Entity/ContentEntityBase.php The array of fields, each being an instance of FieldItemListInterface.
ContentEntityBase::$fieldsToSkipFromTranslationChangesCheck property core/lib/Drupal/Core/Entity/ContentEntityBase.php Local cache for fields to skip from the checking for translation changes.
ContentEntityBase::$isDefaultRevision property core/lib/Drupal/Core/Entity/ContentEntityBase.php Indicates whether this is the default revision.
ContentEntityBase::$langcodeKey property core/lib/Drupal/Core/Entity/ContentEntityBase.php The language entity key.
ContentEntityBase::$languages property core/lib/Drupal/Core/Entity/ContentEntityBase.php Local cache for the available language objects.
ContentEntityBase::$loadedRevisionId property core/lib/Drupal/Core/Entity/ContentEntityBase.php The loaded revision ID before the new revision was set.
ContentEntityBase::$newRevision property core/lib/Drupal/Core/Entity/ContentEntityBase.php Boolean indicating whether a new revision should be created on save.
ContentEntityBase::$revisionTranslationAffectedKey property core/lib/Drupal/Core/Entity/ContentEntityBase.php The revision translation affected entity key.
ContentEntityBase::$translatableEntityKeys property core/lib/Drupal/Core/Entity/ContentEntityBase.php Holds translatable entity keys such as the label.
ContentEntityBase::$translationInitialize property core/lib/Drupal/Core/Entity/ContentEntityBase.php A flag indicating whether a translation object is being initialized.
ContentEntityBase::$translations property core/lib/Drupal/Core/Entity/ContentEntityBase.php An array of entity translation metadata.
ContentEntityBase::$validated property core/lib/Drupal/Core/Entity/ContentEntityBase.php Whether entity validation was performed.
ContentEntityBase::$validationRequired property core/lib/Drupal/Core/Entity/ContentEntityBase.php Whether entity validation is required before saving the entity.
ContentEntityBase::$values property core/lib/Drupal/Core/Entity/ContentEntityBase.php The plain data values of the contained fields.
ContentEntityBase::access function core/lib/Drupal/Core/Entity/ContentEntityBase.php Checks data value access.
ContentEntityBase::addTranslation function core/lib/Drupal/Core/Entity/ContentEntityBase.php
ContentEntityBase::baseFieldDefinitions function core/lib/Drupal/Core/Entity/ContentEntityBase.php

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.