32 calls to Entity::id() in Zircon Profile 8
- Block::getPluginCollection in core/
modules/ block/ src/ Entity/ Block.php - Encapsulates the creation of the block's LazyPluginCollection.
- ConfigEntityBase::getConfigDependencyName in core/
lib/ Drupal/ Core/ Config/ Entity/ ConfigEntityBase.php - Gets the configuration dependency name.
- ConfigEntityBase::getConfigTarget in core/
lib/ Drupal/ Core/ Config/ Entity/ ConfigEntityBase.php - Gets the configuration target identifier for the entity.
- ConfigEntityBase::preSave in core/
lib/ Drupal/ Core/ Config/ Entity/ ConfigEntityBase.php - Acts on an entity before the presave hook is invoked.
- ConfigEntityBase::toArray in core/
lib/ Drupal/ Core/ Config/ Entity/ ConfigEntityBase.php - Gets an array of all property values.
- ConfigEntityBase::__construct in core/
lib/ Drupal/ Core/ Config/ Entity/ ConfigEntityBase.php - Constructs an Entity object.
- ConfigEntityBundleBase::postSave in core/
lib/ Drupal/ Core/ Config/ Entity/ ConfigEntityBundleBase.php - Acts on a saved entity before the insert or update hook is invoked.
- ConfigEntityBundleBase::preSave in core/
lib/ Drupal/ Core/ Config/ Entity/ ConfigEntityBundleBase.php - Acts on an entity before the presave hook is invoked.
- ConfigTest::postSave in core/
modules/ config/ tests/ config_test/ src/ Entity/ ConfigTest.php - Acts on a saved entity before the insert or update hook is invoked.
- ConfigurableLanguage::getId in core/
modules/ language/ src/ Entity/ ConfigurableLanguage.php - Gets the ID (language code).
- ConfigurableLanguage::isDefault in core/
modules/ language/ src/ Entity/ ConfigurableLanguage.php - Returns whether this language is the default language.
- ConfigurableLanguage::postSave in core/
modules/ language/ src/ Entity/ ConfigurableLanguage.php - Acts on a saved entity before the insert or update hook is invoked.
- Entity::getCacheTagsToInvalidate in core/
lib/ Drupal/ Core/ Entity/ Entity.php - Returns the cache tags that should be used to invalidate caches.
- Entity::isNew in core/
lib/ Drupal/ Core/ Entity/ Entity.php - Determines whether the entity is new.
- Entity::preSave in core/
lib/ Drupal/ Core/ Entity/ Entity.php - Acts on an entity before the presave hook is invoked.
- Entity::toUrl in core/
lib/ Drupal/ Core/ Entity/ Entity.php - Gets the URL object for the entity.
- Entity::url in core/
lib/ Drupal/ Core/ Entity/ Entity.php - Gets the public URL for this entity.
- Entity::urlRouteParameters in core/
lib/ Drupal/ Core/ Entity/ Entity.php - Gets an array of placeholders for this entity.
- Migration::clearInterruptionResult in core/
modules/ migrate/ src/ Entity/ Migration.php - Clears the result to return upon interruption.
- Migration::getHighWater in core/
modules/ migrate/ src/ Entity/ Migration.php - The current value of the high water mark.
- Migration::getInterruptionResult in core/
modules/ migrate/ src/ Entity/ Migration.php - Get the result to return upon interruption.
- Migration::getStatus in core/
modules/ migrate/ src/ Entity/ Migration.php - Get the current migration status.
- Migration::interruptMigration in core/
modules/ migrate/ src/ Entity/ Migration.php - Signal that the migration should be interrupted with the specified result code.
- Migration::saveHighWater in core/
modules/ migrate/ src/ Entity/ Migration.php - Save the new high water mark.
- Migration::setStatus in core/
modules/ migrate/ src/ Entity/ Migration.php - Sets the status of the configuration entity.
- SearchPage::getPluginCollection in core/
modules/ search/ src/ Entity/ SearchPage.php - Encapsulates the creation of the search page's LazyPluginCollection.
- SearchPage::isDefaultSearch in core/
modules/ search/ src/ Entity/ SearchPage.php - Determines if this search page entity is currently the default search.
- ShortcutSet::getShortcuts in core/
modules/ shortcut/ src/ Entity/ ShortcutSet.php - Returns all the shortcuts from a shortcut set sorted correctly.
- ShortcutSet::postSave in core/
modules/ shortcut/ src/ Entity/ ShortcutSet.php - Acts on a saved entity before the insert or update hook is invoked.
- TaxonomyMenu::buildMenuDefinition in modules/
taxonomy_menu/ src/ Entity/ TaxonomyMenu.php - Generate a menu link plugin definition for a taxonomy term.
- TaxonomyMenu::buildMenuPluginId in modules/
taxonomy_menu/ src/ Entity/ TaxonomyMenu.php - Generates a menu link id for the taxonomy term.
- View::label in core/
modules/ views/ src/ Entity/ View.php - Gets the label of the entity.